|
903 | 903 | "shape" : "BadRequestException" |
904 | 904 | } ] |
905 | 905 | }, |
| 906 | + "GetTags" : { |
| 907 | + "name" : "GetTags", |
| 908 | + "http" : { |
| 909 | + "method" : "GET", |
| 910 | + "requestUri" : "/v2/tags/{resource-arn}", |
| 911 | + "responseCode" : 200 |
| 912 | + }, |
| 913 | + "input" : { |
| 914 | + "shape" : "GetTagsRequest" |
| 915 | + }, |
| 916 | + "output" : { |
| 917 | + "shape" : "GetTagsResponse" |
| 918 | + }, |
| 919 | + "errors" : [ { |
| 920 | + "shape" : "NotFoundException" |
| 921 | + }, { |
| 922 | + "shape" : "TooManyRequestsException" |
| 923 | + }, { |
| 924 | + "shape" : "BadRequestException" |
| 925 | + }, { |
| 926 | + "shape" : "ConflictException" |
| 927 | + } ] |
| 928 | + }, |
| 929 | + "TagResource" : { |
| 930 | + "name" : "TagResource", |
| 931 | + "http" : { |
| 932 | + "method" : "POST", |
| 933 | + "requestUri" : "/v2/tags/{resource-arn}", |
| 934 | + "responseCode" : 201 |
| 935 | + }, |
| 936 | + "input" : { |
| 937 | + "shape" : "TagResourceRequest" |
| 938 | + }, |
| 939 | + "output" : { |
| 940 | + "shape" : "TagResourceResponse" |
| 941 | + }, |
| 942 | + "errors" : [ { |
| 943 | + "shape" : "NotFoundException" |
| 944 | + }, { |
| 945 | + "shape" : "TooManyRequestsException" |
| 946 | + }, { |
| 947 | + "shape" : "BadRequestException" |
| 948 | + }, { |
| 949 | + "shape" : "ConflictException" |
| 950 | + } ] |
| 951 | + }, |
| 952 | + "UntagResource" : { |
| 953 | + "name" : "UntagResource", |
| 954 | + "http" : { |
| 955 | + "method" : "DELETE", |
| 956 | + "requestUri" : "/v2/tags/{resource-arn}", |
| 957 | + "responseCode" : 204 |
| 958 | + }, |
| 959 | + "input" : { |
| 960 | + "shape" : "UntagResourceRequest" |
| 961 | + }, |
| 962 | + "errors" : [ { |
| 963 | + "shape" : "NotFoundException" |
| 964 | + }, { |
| 965 | + "shape" : "TooManyRequestsException" |
| 966 | + }, { |
| 967 | + "shape" : "BadRequestException" |
| 968 | + }, { |
| 969 | + "shape" : "ConflictException" |
| 970 | + } ] |
| 971 | + }, |
906 | 972 | "UpdateApi" : { |
907 | 973 | "name" : "UpdateApi", |
908 | 974 | "http" : { |
|
1217 | 1283 | "Warnings" : { |
1218 | 1284 | "shape" : "__listOf__string", |
1219 | 1285 | "locationName" : "warnings" |
| 1286 | + }, |
| 1287 | + "Tags" : { |
| 1288 | + "shape" : "Tags", |
| 1289 | + "locationName" : "tags" |
1220 | 1290 | } |
1221 | 1291 | }, |
1222 | 1292 | "required" : [ "RouteSelectionExpression", "ProtocolType", "Name" ] |
|
1405 | 1475 | "Version" : { |
1406 | 1476 | "shape" : "StringWithLengthBetween1And64", |
1407 | 1477 | "locationName" : "version" |
| 1478 | + }, |
| 1479 | + "Tags" : { |
| 1480 | + "shape" : "Tags", |
| 1481 | + "locationName" : "tags" |
1408 | 1482 | } |
1409 | 1483 | }, |
1410 | 1484 | "required" : [ "RouteSelectionExpression", "ProtocolType", "Name" ] |
|
1743 | 1817 | "DomainNameConfigurations" : { |
1744 | 1818 | "shape" : "DomainNameConfigurations", |
1745 | 1819 | "locationName" : "domainNameConfigurations" |
| 1820 | + }, |
| 1821 | + "Tags" : { |
| 1822 | + "shape" : "Tags", |
| 1823 | + "locationName" : "tags" |
1746 | 1824 | } |
1747 | 1825 | }, |
1748 | 1826 | "required" : [ "DomainName" ] |
|
1757 | 1835 | "DomainNameConfigurations" : { |
1758 | 1836 | "shape" : "DomainNameConfigurations", |
1759 | 1837 | "locationName" : "domainNameConfigurations" |
| 1838 | + }, |
| 1839 | + "Tags" : { |
| 1840 | + "shape" : "Tags", |
| 1841 | + "locationName" : "tags" |
1760 | 1842 | } |
1761 | 1843 | }, |
1762 | 1844 | "required" : [ "DomainName" ] |
|
1775 | 1857 | "DomainNameConfigurations" : { |
1776 | 1858 | "shape" : "DomainNameConfigurations", |
1777 | 1859 | "locationName" : "domainNameConfigurations" |
| 1860 | + }, |
| 1861 | + "Tags" : { |
| 1862 | + "shape" : "Tags", |
| 1863 | + "locationName" : "tags" |
1778 | 1864 | } |
1779 | 1865 | } |
1780 | 1866 | }, |
|
2400 | 2486 | "StageVariables" : { |
2401 | 2487 | "shape" : "StageVariablesMap", |
2402 | 2488 | "locationName" : "stageVariables" |
| 2489 | + }, |
| 2490 | + "Tags" : { |
| 2491 | + "shape" : "Tags", |
| 2492 | + "locationName" : "tags" |
2403 | 2493 | } |
2404 | 2494 | }, |
2405 | 2495 | "required" : [ "StageName" ] |
|
2443 | 2533 | "StageVariables" : { |
2444 | 2534 | "shape" : "StageVariablesMap", |
2445 | 2535 | "locationName" : "stageVariables" |
| 2536 | + }, |
| 2537 | + "Tags" : { |
| 2538 | + "shape" : "Tags", |
| 2539 | + "locationName" : "tags" |
2446 | 2540 | } |
2447 | 2541 | }, |
2448 | 2542 | "required" : [ "ApiId", "StageName" ] |
|
2489 | 2583 | "StageVariables" : { |
2490 | 2584 | "shape" : "StageVariablesMap", |
2491 | 2585 | "locationName" : "stageVariables" |
| 2586 | + }, |
| 2587 | + "Tags" : { |
| 2588 | + "shape" : "Tags", |
| 2589 | + "locationName" : "tags" |
| 2590 | + }, |
| 2591 | + "Tags" : { |
| 2592 | + "shape" : "Tags", |
| 2593 | + "locationName" : "tags" |
2492 | 2594 | } |
2493 | 2595 | } |
2494 | 2596 | }, |
|
2724 | 2826 | "DomainNameConfigurations" : { |
2725 | 2827 | "shape" : "DomainNameConfigurations", |
2726 | 2828 | "locationName" : "domainNameConfigurations" |
| 2829 | + }, |
| 2830 | + "Tags" : { |
| 2831 | + "shape" : "Tags", |
| 2832 | + "locationName" : "tags" |
2727 | 2833 | } |
2728 | 2834 | }, |
2729 | 2835 | "required" : [ "DomainName" ] |
|
2928 | 3034 | "Warnings" : { |
2929 | 3035 | "shape" : "__listOf__string", |
2930 | 3036 | "locationName" : "warnings" |
| 3037 | + }, |
| 3038 | + "Tags" : { |
| 3039 | + "shape" : "Tags", |
| 3040 | + "locationName" : "tags" |
2931 | 3041 | } |
2932 | 3042 | } |
2933 | 3043 | }, |
|
3150 | 3260 | "DomainNameConfigurations" : { |
3151 | 3261 | "shape" : "DomainNameConfigurations", |
3152 | 3262 | "locationName" : "domainNameConfigurations" |
| 3263 | + }, |
| 3264 | + "Tags" : { |
| 3265 | + "shape" : "Tags", |
| 3266 | + "locationName" : "tags" |
3153 | 3267 | } |
3154 | 3268 | } |
3155 | 3269 | }, |
|
3731 | 3845 | "StageVariables" : { |
3732 | 3846 | "shape" : "StageVariablesMap", |
3733 | 3847 | "locationName" : "stageVariables" |
| 3848 | + }, |
| 3849 | + "Tags" : { |
| 3850 | + "shape" : "Tags", |
| 3851 | + "locationName" : "tags" |
3734 | 3852 | } |
3735 | 3853 | } |
3736 | 3854 | }, |
|
3934 | 4052 | } |
3935 | 4053 | } |
3936 | 4054 | }, |
| 4055 | + "GetTagsRequest" : { |
| 4056 | + "type" : "structure", |
| 4057 | + "members" : { |
| 4058 | + "ResourceArn" : { |
| 4059 | + "shape" : "__string", |
| 4060 | + "location" : "uri", |
| 4061 | + "locationName" : "resource-arn" |
| 4062 | + } |
| 4063 | + }, |
| 4064 | + "required" : [ "ResourceArn" ] |
| 4065 | + }, |
| 4066 | + "GetTagsResponse" : { |
| 4067 | + "type" : "structure", |
| 4068 | + "members" : { |
| 4069 | + "Tags" : { |
| 4070 | + "shape" : "__mapOf__string", |
| 4071 | + "locationName" : "tags" |
| 4072 | + } |
| 4073 | + } |
| 4074 | + }, |
3937 | 4075 | "LoggingLevel" : { |
3938 | 4076 | "type" : "string", |
3939 | 4077 | "enum" : [ "ERROR", "INFO", "false" ] |
|
4226 | 4364 | "StageVariables" : { |
4227 | 4365 | "shape" : "StageVariablesMap", |
4228 | 4366 | "locationName" : "stageVariables" |
| 4367 | + }, |
| 4368 | + "Tags" : { |
| 4369 | + "shape" : "Tags", |
| 4370 | + "locationName" : "tags" |
4229 | 4371 | } |
4230 | 4372 | }, |
4231 | 4373 | "required" : [ "StageName" ] |
|
4275 | 4417 | }, |
4276 | 4418 | "StringWithLengthBetween1And64" : { |
4277 | 4419 | "type" : "string" |
| 4420 | + }, |
| 4421 | + "StringWithLengthBetween1And1600" : { |
| 4422 | + "type" : "string", |
| 4423 | + "documentation" : "<p>A string with a length between [1-1600].</p>" |
| 4424 | + }, |
| 4425 | + "TagResourceInput" : { |
| 4426 | + "type" : "structure", |
| 4427 | + "members" : { |
| 4428 | + "Tags" : { |
| 4429 | + "shape" : "Tags", |
| 4430 | + "locationName" : "tags" |
| 4431 | + } |
| 4432 | + } |
| 4433 | + }, |
| 4434 | + "TagResourceRequest" : { |
| 4435 | + "type" : "structure", |
| 4436 | + "members" : { |
| 4437 | + "ResourceArn" : { |
| 4438 | + "shape" : "__string", |
| 4439 | + "location" : "uri", |
| 4440 | + "locationName" : "resource-arn" |
| 4441 | + }, |
| 4442 | + "Tags" : { |
| 4443 | + "shape" : "Tags", |
| 4444 | + "locationName" : "tags" |
| 4445 | + } |
| 4446 | + }, |
| 4447 | + "required" : [ "ResourceArn" ] |
| 4448 | + }, |
| 4449 | + "TagResourceResponse" : { |
| 4450 | + "type" : "structure", |
| 4451 | + "members" : { } |
| 4452 | + }, |
| 4453 | + "Tags" : { |
| 4454 | + "type" : "map", |
| 4455 | + "key" : { |
| 4456 | + "shape" : "__string" |
| 4457 | + }, |
| 4458 | + "value" : { |
| 4459 | + "shape" : "StringWithLengthBetween1And1600" |
| 4460 | + } |
| 4461 | + }, |
| 4462 | + "UntagResourceRequest" : { |
| 4463 | + "type" : "structure", |
| 4464 | + "members" : { |
| 4465 | + "ResourceArn" : { |
| 4466 | + "shape" : "__string", |
| 4467 | + "location" : "uri", |
| 4468 | + "locationName" : "resource-arn" |
| 4469 | + }, |
| 4470 | + "TagKeys" : { |
| 4471 | + "shape" : "__listOf__string", |
| 4472 | + "location" : "querystring", |
| 4473 | + "locationName" : "tagKeys" |
| 4474 | + } |
| 4475 | + }, |
| 4476 | + "required" : [ "TagKeys", "ResourceArn" ] |
4278 | 4477 | }, |
4279 | 4478 | "Template" : { |
4280 | 4479 | "type" : "structure", |
|
5531 | 5730 | "__string" : { |
5532 | 5731 | "type" : "string" |
5533 | 5732 | }, |
| 5733 | + "__mapOf__string" : { |
| 5734 | + "type" : "map", |
| 5735 | + "key" : { |
| 5736 | + "shape" : "__string" |
| 5737 | + }, |
| 5738 | + "value" : { |
| 5739 | + "shape" : "__string" |
| 5740 | + } |
| 5741 | + }, |
5534 | 5742 | "__timestampIso8601" : { |
5535 | 5743 | "type" : "timestamp", |
5536 | 5744 | "timestampFormat" : "iso8601" |
|
0 commit comments