|
284 | 284 | "shape": "ListOriginEndpointsResponse" |
285 | 285 | } |
286 | 286 | }, |
| 287 | + "ListTagsForResource": { |
| 288 | + "errors": [], |
| 289 | + "http": { |
| 290 | + "method": "GET", |
| 291 | + "requestUri": "/tags/{resource-arn}", |
| 292 | + "responseCode": 200 |
| 293 | + }, |
| 294 | + "input": { |
| 295 | + "shape": "ListTagsForResourceRequest" |
| 296 | + }, |
| 297 | + "name": "ListTagsForResource", |
| 298 | + "output": { |
| 299 | + "shape": "ListTagsForResourceResponse" |
| 300 | + } |
| 301 | + }, |
287 | 302 | "RotateChannelCredentials": { |
288 | 303 | "deprecated": true, |
289 | 304 | "deprecatedMessage": "This API is deprecated. Please use RotateIngestEndpointCredentials instead", |
|
354 | 369 | "shape": "RotateIngestEndpointCredentialsResponse" |
355 | 370 | } |
356 | 371 | }, |
| 372 | + "TagResource": { |
| 373 | + "errors": [], |
| 374 | + "http": { |
| 375 | + "method": "POST", |
| 376 | + "requestUri": "/tags/{resource-arn}", |
| 377 | + "responseCode": 204 |
| 378 | + }, |
| 379 | + "input": { |
| 380 | + "shape": "TagResourceRequest" |
| 381 | + }, |
| 382 | + "name": "TagResource" |
| 383 | + }, |
| 384 | + "UntagResource": { |
| 385 | + "errors": [], |
| 386 | + "http": { |
| 387 | + "method": "DELETE", |
| 388 | + "requestUri": "/tags/{resource-arn}", |
| 389 | + "responseCode": 204 |
| 390 | + }, |
| 391 | + "input": { |
| 392 | + "shape": "UntagResourceRequest" |
| 393 | + }, |
| 394 | + "name": "UntagResource" |
| 395 | + }, |
357 | 396 | "UpdateChannel": { |
358 | 397 | "errors": [ |
359 | 398 | { |
|
449 | 488 | "Id": { |
450 | 489 | "locationName": "id", |
451 | 490 | "shape": "__string" |
| 491 | + }, |
| 492 | + "Tags": { |
| 493 | + "locationName": "tags", |
| 494 | + "shape": "Tags" |
452 | 495 | } |
453 | 496 | }, |
454 | 497 | "type": "structure" |
|
462 | 505 | "Id": { |
463 | 506 | "locationName": "id", |
464 | 507 | "shape": "__string" |
| 508 | + }, |
| 509 | + "Tags": { |
| 510 | + "locationName": "tags", |
| 511 | + "shape": "Tags" |
465 | 512 | } |
466 | 513 | }, |
467 | 514 | "required": [ |
|
566 | 613 | "Id": { |
567 | 614 | "locationName": "id", |
568 | 615 | "shape": "__string" |
| 616 | + }, |
| 617 | + "Tags": { |
| 618 | + "locationName": "tags", |
| 619 | + "shape": "Tags" |
569 | 620 | } |
570 | 621 | }, |
571 | 622 | "required": [ |
|
590 | 641 | "Id": { |
591 | 642 | "locationName": "id", |
592 | 643 | "shape": "__string" |
| 644 | + }, |
| 645 | + "Tags": { |
| 646 | + "locationName": "tags", |
| 647 | + "shape": "Tags" |
593 | 648 | } |
594 | 649 | }, |
595 | 650 | "type": "structure" |
|
632 | 687 | "locationName": "startoverWindowSeconds", |
633 | 688 | "shape": "__integer" |
634 | 689 | }, |
| 690 | + "Tags": { |
| 691 | + "locationName": "tags", |
| 692 | + "shape": "Tags" |
| 693 | + }, |
635 | 694 | "TimeDelaySeconds": { |
636 | 695 | "locationName": "timeDelaySeconds", |
637 | 696 | "shape": "__integer" |
|
689 | 748 | "locationName": "startoverWindowSeconds", |
690 | 749 | "shape": "__integer" |
691 | 750 | }, |
| 751 | + "Tags": { |
| 752 | + "locationName": "tags", |
| 753 | + "shape": "Tags" |
| 754 | + }, |
692 | 755 | "TimeDelaySeconds": { |
693 | 756 | "locationName": "timeDelaySeconds", |
694 | 757 | "shape": "__integer" |
|
833 | 896 | "Id": { |
834 | 897 | "locationName": "id", |
835 | 898 | "shape": "__string" |
| 899 | + }, |
| 900 | + "Tags": { |
| 901 | + "locationName": "tags", |
| 902 | + "shape": "Tags" |
836 | 903 | } |
837 | 904 | }, |
838 | 905 | "type": "structure" |
|
892 | 959 | "locationName": "startoverWindowSeconds", |
893 | 960 | "shape": "__integer" |
894 | 961 | }, |
| 962 | + "Tags": { |
| 963 | + "locationName": "tags", |
| 964 | + "shape": "Tags" |
| 965 | + }, |
895 | 966 | "TimeDelaySeconds": { |
896 | 967 | "locationName": "timeDelaySeconds", |
897 | 968 | "shape": "__integer" |
|
1176 | 1247 | }, |
1177 | 1248 | "type": "structure" |
1178 | 1249 | }, |
| 1250 | + "ListTagsForResourceRequest": { |
| 1251 | + "members": { |
| 1252 | + "ResourceArn": { |
| 1253 | + "location": "uri", |
| 1254 | + "locationName": "resource-arn", |
| 1255 | + "shape": "__string" |
| 1256 | + } |
| 1257 | + }, |
| 1258 | + "required": [ |
| 1259 | + "ResourceArn" |
| 1260 | + ], |
| 1261 | + "type": "structure" |
| 1262 | + }, |
| 1263 | + "ListTagsForResourceResponse": { |
| 1264 | + "members": { |
| 1265 | + "Tags": { |
| 1266 | + "locationName": "tags", |
| 1267 | + "shape": "__mapOf__string" |
| 1268 | + } |
| 1269 | + }, |
| 1270 | + "type": "structure" |
| 1271 | + }, |
1179 | 1272 | "ManifestLayout": { |
1180 | 1273 | "enum": [ |
1181 | 1274 | "FULL", |
|
1276 | 1369 | "locationName": "startoverWindowSeconds", |
1277 | 1370 | "shape": "__integer" |
1278 | 1371 | }, |
| 1372 | + "Tags": { |
| 1373 | + "locationName": "tags", |
| 1374 | + "shape": "Tags" |
| 1375 | + }, |
1279 | 1376 | "TimeDelaySeconds": { |
1280 | 1377 | "locationName": "timeDelaySeconds", |
1281 | 1378 | "shape": "__integer" |
|
1329 | 1426 | "locationName": "startoverWindowSeconds", |
1330 | 1427 | "shape": "__integer" |
1331 | 1428 | }, |
| 1429 | + "Tags": { |
| 1430 | + "locationName": "tags", |
| 1431 | + "shape": "Tags" |
| 1432 | + }, |
1332 | 1433 | "TimeDelaySeconds": { |
1333 | 1434 | "locationName": "timeDelaySeconds", |
1334 | 1435 | "shape": "__integer" |
|
1445 | 1546 | "Id": { |
1446 | 1547 | "locationName": "id", |
1447 | 1548 | "shape": "__string" |
| 1549 | + }, |
| 1550 | + "Tags": { |
| 1551 | + "locationName": "tags", |
| 1552 | + "shape": "Tags" |
1448 | 1553 | } |
1449 | 1554 | }, |
1450 | 1555 | "type": "structure" |
|
1485 | 1590 | "Id": { |
1486 | 1591 | "locationName": "id", |
1487 | 1592 | "shape": "__string" |
| 1593 | + }, |
| 1594 | + "Tags": { |
| 1595 | + "locationName": "tags", |
| 1596 | + "shape": "Tags" |
1488 | 1597 | } |
1489 | 1598 | }, |
1490 | 1599 | "type": "structure" |
|
1565 | 1674 | }, |
1566 | 1675 | "type": "structure" |
1567 | 1676 | }, |
| 1677 | + "TagResourceRequest": { |
| 1678 | + "members": { |
| 1679 | + "ResourceArn": { |
| 1680 | + "location": "uri", |
| 1681 | + "locationName": "resource-arn", |
| 1682 | + "shape": "__string" |
| 1683 | + }, |
| 1684 | + "Tags": { |
| 1685 | + "locationName": "tags", |
| 1686 | + "shape": "__mapOf__string" |
| 1687 | + } |
| 1688 | + }, |
| 1689 | + "required": [ |
| 1690 | + "ResourceArn", |
| 1691 | + "Tags" |
| 1692 | + ], |
| 1693 | + "type": "structure" |
| 1694 | + }, |
| 1695 | + "Tags": { |
| 1696 | + "key": { |
| 1697 | + "shape": "__string" |
| 1698 | + }, |
| 1699 | + "type": "map", |
| 1700 | + "value": { |
| 1701 | + "shape": "__string" |
| 1702 | + } |
| 1703 | + }, |
| 1704 | + "TagsModel": { |
| 1705 | + "members": { |
| 1706 | + "Tags": { |
| 1707 | + "locationName": "tags", |
| 1708 | + "shape": "__mapOf__string" |
| 1709 | + } |
| 1710 | + }, |
| 1711 | + "required": [ |
| 1712 | + "Tags" |
| 1713 | + ], |
| 1714 | + "type": "structure" |
| 1715 | + }, |
1568 | 1716 | "TooManyRequestsException": { |
1569 | 1717 | "error": { |
1570 | 1718 | "httpStatusCode": 429 |
|
1591 | 1739 | }, |
1592 | 1740 | "type": "structure" |
1593 | 1741 | }, |
| 1742 | + "UntagResourceRequest": { |
| 1743 | + "members": { |
| 1744 | + "ResourceArn": { |
| 1745 | + "location": "uri", |
| 1746 | + "locationName": "resource-arn", |
| 1747 | + "shape": "__string" |
| 1748 | + }, |
| 1749 | + "TagKeys": { |
| 1750 | + "location": "querystring", |
| 1751 | + "locationName": "tagKeys", |
| 1752 | + "shape": "__listOf__string" |
| 1753 | + } |
| 1754 | + }, |
| 1755 | + "required": [ |
| 1756 | + "TagKeys", |
| 1757 | + "ResourceArn" |
| 1758 | + ], |
| 1759 | + "type": "structure" |
| 1760 | + }, |
1594 | 1761 | "UpdateChannelRequest": { |
1595 | 1762 | "members": { |
1596 | 1763 | "Description": { |
|
1625 | 1792 | "Id": { |
1626 | 1793 | "locationName": "id", |
1627 | 1794 | "shape": "__string" |
| 1795 | + }, |
| 1796 | + "Tags": { |
| 1797 | + "locationName": "tags", |
| 1798 | + "shape": "Tags" |
1628 | 1799 | } |
1629 | 1800 | }, |
1630 | 1801 | "type": "structure" |
|
1720 | 1891 | "locationName": "startoverWindowSeconds", |
1721 | 1892 | "shape": "__integer" |
1722 | 1893 | }, |
| 1894 | + "Tags": { |
| 1895 | + "locationName": "tags", |
| 1896 | + "shape": "Tags" |
| 1897 | + }, |
1723 | 1898 | "TimeDelaySeconds": { |
1724 | 1899 | "locationName": "timeDelaySeconds", |
1725 | 1900 | "shape": "__integer" |
|
1795 | 1970 | "__long": { |
1796 | 1971 | "type": "long" |
1797 | 1972 | }, |
| 1973 | + "__mapOf__string": { |
| 1974 | + "key": { |
| 1975 | + "shape": "__string" |
| 1976 | + }, |
| 1977 | + "type": "map", |
| 1978 | + "value": { |
| 1979 | + "shape": "__string" |
| 1980 | + } |
| 1981 | + }, |
1798 | 1982 | "__string": { |
1799 | 1983 | "type": "string" |
1800 | 1984 | } |
|
0 commit comments