|
239 | 239 | {"shape":"KMSNotFoundException"},
|
240 | 240 | {"shape":"KMSOptInRequired"},
|
241 | 241 | {"shape":"KMSThrottlingException"},
|
242 |
| - {"shape":"AccessDeniedException"} |
| 242 | + {"shape":"AccessDeniedException"}, |
| 243 | + {"shape":"InternalFailureException"} |
243 | 244 | ],
|
244 | 245 | "staticContextParams":{
|
245 | 246 | "OperationType":{"value":"data"}
|
|
276 | 277 | {"shape":"ResourceNotFoundException"},
|
277 | 278 | {"shape":"InvalidArgumentException"},
|
278 | 279 | {"shape":"ProvisionedThroughputExceededException"},
|
279 |
| - {"shape":"AccessDeniedException"} |
| 280 | + {"shape":"AccessDeniedException"}, |
| 281 | + {"shape":"InternalFailureException"} |
280 | 282 | ],
|
281 | 283 | "staticContextParams":{
|
282 | 284 | "OperationType":{"value":"data"}
|
|
353 | 355 | {"shape":"InvalidArgumentException"}
|
354 | 356 | ]
|
355 | 357 | },
|
| 358 | + "ListTagsForResource":{ |
| 359 | + "name":"ListTagsForResource", |
| 360 | + "http":{ |
| 361 | + "method":"POST", |
| 362 | + "requestUri":"/" |
| 363 | + }, |
| 364 | + "input":{"shape":"ListTagsForResourceInput"}, |
| 365 | + "output":{"shape":"ListTagsForResourceOutput"}, |
| 366 | + "errors":[ |
| 367 | + {"shape":"ResourceNotFoundException"}, |
| 368 | + {"shape":"ResourceInUseException"}, |
| 369 | + {"shape":"InvalidArgumentException"}, |
| 370 | + {"shape":"LimitExceededException"}, |
| 371 | + {"shape":"AccessDeniedException"} |
| 372 | + ], |
| 373 | + "staticContextParams":{ |
| 374 | + "OperationType":{"value":"control"} |
| 375 | + } |
| 376 | + }, |
356 | 377 | "ListTagsForStream":{
|
357 | 378 | "name":"ListTagsForStream",
|
358 | 379 | "http":{
|
|
408 | 429 | {"shape":"KMSNotFoundException"},
|
409 | 430 | {"shape":"KMSOptInRequired"},
|
410 | 431 | {"shape":"KMSThrottlingException"},
|
411 |
| - {"shape":"AccessDeniedException"} |
| 432 | + {"shape":"AccessDeniedException"}, |
| 433 | + {"shape":"InternalFailureException"} |
412 | 434 | ],
|
413 | 435 | "staticContextParams":{
|
414 | 436 | "OperationType":{"value":"data"}
|
|
432 | 454 | {"shape":"KMSNotFoundException"},
|
433 | 455 | {"shape":"KMSOptInRequired"},
|
434 | 456 | {"shape":"KMSThrottlingException"},
|
435 |
| - {"shape":"AccessDeniedException"} |
| 457 | + {"shape":"AccessDeniedException"}, |
| 458 | + {"shape":"InternalFailureException"} |
436 | 459 | ],
|
437 | 460 | "staticContextParams":{
|
438 | 461 | "OperationType":{"value":"data"}
|
|
572 | 595 | "OperationType":{"value":"data"}
|
573 | 596 | }
|
574 | 597 | },
|
| 598 | + "TagResource":{ |
| 599 | + "name":"TagResource", |
| 600 | + "http":{ |
| 601 | + "method":"POST", |
| 602 | + "requestUri":"/" |
| 603 | + }, |
| 604 | + "input":{"shape":"TagResourceInput"}, |
| 605 | + "errors":[ |
| 606 | + {"shape":"ResourceNotFoundException"}, |
| 607 | + {"shape":"ResourceInUseException"}, |
| 608 | + {"shape":"InvalidArgumentException"}, |
| 609 | + {"shape":"LimitExceededException"}, |
| 610 | + {"shape":"AccessDeniedException"} |
| 611 | + ], |
| 612 | + "staticContextParams":{ |
| 613 | + "OperationType":{"value":"control"} |
| 614 | + } |
| 615 | + }, |
| 616 | + "UntagResource":{ |
| 617 | + "name":"UntagResource", |
| 618 | + "http":{ |
| 619 | + "method":"POST", |
| 620 | + "requestUri":"/" |
| 621 | + }, |
| 622 | + "input":{"shape":"UntagResourceInput"}, |
| 623 | + "errors":[ |
| 624 | + {"shape":"ResourceNotFoundException"}, |
| 625 | + {"shape":"ResourceInUseException"}, |
| 626 | + {"shape":"InvalidArgumentException"}, |
| 627 | + {"shape":"LimitExceededException"}, |
| 628 | + {"shape":"AccessDeniedException"} |
| 629 | + ], |
| 630 | + "staticContextParams":{ |
| 631 | + "OperationType":{"value":"control"} |
| 632 | + } |
| 633 | + }, |
575 | 634 | "UpdateShardCount":{
|
576 | 635 | "name":"UpdateShardCount",
|
577 | 636 | "http":{
|
|
1161 | 1220 | "StreamSummaries":{"shape":"StreamSummaryList"}
|
1162 | 1221 | }
|
1163 | 1222 | },
|
| 1223 | + "ListTagsForResourceInput":{ |
| 1224 | + "type":"structure", |
| 1225 | + "members":{ |
| 1226 | + "ResourceARN":{ |
| 1227 | + "shape":"ResourceARN", |
| 1228 | + "contextParam":{"name":"ResourceARN"} |
| 1229 | + } |
| 1230 | + } |
| 1231 | + }, |
| 1232 | + "ListTagsForResourceOutput":{ |
| 1233 | + "type":"structure", |
| 1234 | + "members":{ |
| 1235 | + "Tags":{"shape":"TagList"} |
| 1236 | + } |
| 1237 | + }, |
1164 | 1238 | "ListTagsForStreamInput":{
|
1165 | 1239 | "type":"structure",
|
1166 | 1240 | "members":{
|
|
1388 | 1462 | "shape":"StreamARN",
|
1389 | 1463 | "contextParam":{"name":"StreamARN"}
|
1390 | 1464 | },
|
1391 |
| - "ConsumerName":{"shape":"ConsumerName"} |
| 1465 | + "ConsumerName":{"shape":"ConsumerName"}, |
| 1466 | + "Tags":{"shape":"TagMap"} |
1392 | 1467 | }
|
1393 | 1468 | },
|
1394 | 1469 | "RegisterStreamConsumerOutput":{
|
|
1769 | 1844 | "max":200,
|
1770 | 1845 | "min":1
|
1771 | 1846 | },
|
| 1847 | + "TagResourceInput":{ |
| 1848 | + "type":"structure", |
| 1849 | + "required":["Tags"], |
| 1850 | + "members":{ |
| 1851 | + "Tags":{"shape":"TagMap"}, |
| 1852 | + "ResourceARN":{ |
| 1853 | + "shape":"ResourceARN", |
| 1854 | + "contextParam":{"name":"ResourceARN"} |
| 1855 | + } |
| 1856 | + } |
| 1857 | + }, |
1772 | 1858 | "TagValue":{
|
1773 | 1859 | "type":"string",
|
1774 | 1860 | "max":256,
|
1775 | 1861 | "min":0
|
1776 | 1862 | },
|
1777 | 1863 | "Timestamp":{"type":"timestamp"},
|
| 1864 | + "UntagResourceInput":{ |
| 1865 | + "type":"structure", |
| 1866 | + "required":["TagKeys"], |
| 1867 | + "members":{ |
| 1868 | + "TagKeys":{"shape":"TagKeyList"}, |
| 1869 | + "ResourceARN":{ |
| 1870 | + "shape":"ResourceARN", |
| 1871 | + "contextParam":{"name":"ResourceARN"} |
| 1872 | + } |
| 1873 | + } |
| 1874 | + }, |
1778 | 1875 | "UpdateShardCountInput":{
|
1779 | 1876 | "type":"structure",
|
1780 | 1877 | "required":[
|
|
0 commit comments