aws-sdk-core 2.11.615 → 2.11.620

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f2360435d31c89abfd14bfb900c2569a81a5182a4dd4815b69aea8bf6ddb7f83
4
- data.tar.gz: '081f76ba82f7a5e0e69d2709795455175db83803d6149eeea126eedb0e8dfdbc'
3
+ metadata.gz: 23023b8f7846e9d28c67cc4583c3969c07d0f7dd2fad389f45af00e612922b33
4
+ data.tar.gz: 0054bc7a5edf6c08ca0f6f4656c22b32fbb8d0af03e25491638f171007a58cb1
5
5
  SHA512:
6
- metadata.gz: 9b06442d62c0dc6d321cb46463ca1e7fa98b2c4bb4a67c09a4f0c54282283e4a1f2115ec8208e5d1d858c56337d5d1889127d3f0117f789cd56d5f2e70c24ef3
7
- data.tar.gz: 6ec56ca4e130b971c0aadf1a6c4784d63d97efd66bef7ba4aec6dd215a8559cd35e5e84f13ec46e5e4a96f48a13a5e88be0f1de140228d14d590f5c3ee015310
6
+ metadata.gz: 8e075beae8cf7b3aecdcfbbaa0cb726074d40ed1f4c6478c350e2465a20d39b0f57fe091b2269c7655f36adaf98c49f22daf987e7a07fdee5335c44486ae0817
7
+ data.tar.gz: 6fddd9d139c073d28c06cda9f3a68bd3c771ab7bfa99089c39b68ac340dc21d0ddddf5db803a2d55931f7aeebbf6de7e99876323c1ac9dbcff0c39232223cab9
@@ -2276,7 +2276,8 @@
2276
2276
  "apiKeySource":{"shape":"ApiKeySourceType"},
2277
2277
  "endpointConfiguration":{"shape":"EndpointConfiguration"},
2278
2278
  "policy":{"shape":"String"},
2279
- "tags":{"shape":"MapOfStringToString"}
2279
+ "tags":{"shape":"MapOfStringToString"},
2280
+ "disableExecuteApiEndpoint":{"shape":"Boolean"}
2280
2281
  }
2281
2282
  },
2282
2283
  "CreateStageRequest":{
@@ -4618,7 +4619,8 @@
4618
4619
  "apiKeySource":{"shape":"ApiKeySourceType"},
4619
4620
  "endpointConfiguration":{"shape":"EndpointConfiguration"},
4620
4621
  "policy":{"shape":"String"},
4621
- "tags":{"shape":"MapOfStringToString"}
4622
+ "tags":{"shape":"MapOfStringToString"},
4623
+ "disableExecuteApiEndpoint":{"shape":"Boolean"}
4622
4624
  }
4623
4625
  },
4624
4626
  "RestApis":{
@@ -1002,7 +1002,8 @@
1002
1002
  "TerminationPolicies":{"shape":"TerminationPolicies"},
1003
1003
  "NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
1004
1004
  "ServiceLinkedRoleARN":{"shape":"ResourceName"},
1005
- "MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"}
1005
+ "MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"},
1006
+ "CapacityRebalance":{"shape":"CapacityRebalanceEnabled"}
1006
1007
  }
1007
1008
  },
1008
1009
  "AutoScalingGroupDesiredCapacity":{"type":"integer"},
@@ -1153,6 +1154,7 @@
1153
1154
  "AutoScalingGroupName":{"shape":"XmlStringMaxLen255"}
1154
1155
  }
1155
1156
  },
1157
+ "CapacityRebalanceEnabled":{"type":"boolean"},
1156
1158
  "ClassicLinkVPCSecurityGroups":{
1157
1159
  "type":"list",
1158
1160
  "member":{"shape":"XmlStringMaxLen255"}
@@ -1204,6 +1206,7 @@
1204
1206
  "VPCZoneIdentifier":{"shape":"XmlStringMaxLen2047"},
1205
1207
  "TerminationPolicies":{"shape":"TerminationPolicies"},
1206
1208
  "NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
1209
+ "CapacityRebalance":{"shape":"CapacityRebalanceEnabled"},
1207
1210
  "LifecycleHookSpecificationList":{"shape":"LifecycleHookSpecifications"},
1208
1211
  "Tags":{"shape":"Tags"},
1209
1212
  "ServiceLinkedRoleARN":{"shape":"ResourceName"},
@@ -2603,7 +2606,8 @@
2603
2606
  "TerminationPolicies":{"shape":"TerminationPolicies"},
2604
2607
  "NewInstancesProtectedFromScaleIn":{"shape":"InstanceProtected"},
2605
2608
  "ServiceLinkedRoleARN":{"shape":"ResourceName"},
2606
- "MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"}
2609
+ "MaxInstanceLifetime":{"shape":"MaxInstanceLifetime"},
2610
+ "CapacityRebalance":{"shape":"CapacityRebalanceEnabled"}
2607
2611
  }
2608
2612
  },
2609
2613
  "Values":{
@@ -83,6 +83,21 @@
83
83
  {"shape":"ValidationException"}
84
84
  ]
85
85
  },
86
+ "ListTagsForResource":{
87
+ "name":"ListTagsForResource",
88
+ "http":{
89
+ "method":"GET",
90
+ "requestUri":"/tags/{resourceArn}",
91
+ "responseCode":200
92
+ },
93
+ "input":{"shape":"ListTagsForResourceRequest"},
94
+ "output":{"shape":"ListTagsForResourceResponse"},
95
+ "errors":[
96
+ {"shape":"ResourceNotFoundException"},
97
+ {"shape":"InternalServiceException"},
98
+ {"shape":"ValidationException"}
99
+ ]
100
+ },
86
101
  "SearchDevices":{
87
102
  "name":"SearchDevices",
88
103
  "http":{
@@ -114,6 +129,37 @@
114
129
  {"shape":"InternalServiceException"},
115
130
  {"shape":"ValidationException"}
116
131
  ]
132
+ },
133
+ "TagResource":{
134
+ "name":"TagResource",
135
+ "http":{
136
+ "method":"POST",
137
+ "requestUri":"/tags/{resourceArn}",
138
+ "responseCode":200
139
+ },
140
+ "input":{"shape":"TagResourceRequest"},
141
+ "output":{"shape":"TagResourceResponse"},
142
+ "errors":[
143
+ {"shape":"ResourceNotFoundException"},
144
+ {"shape":"InternalServiceException"},
145
+ {"shape":"ValidationException"}
146
+ ]
147
+ },
148
+ "UntagResource":{
149
+ "name":"UntagResource",
150
+ "http":{
151
+ "method":"DELETE",
152
+ "requestUri":"/tags/{resourceArn}",
153
+ "responseCode":200
154
+ },
155
+ "input":{"shape":"UntagResourceRequest"},
156
+ "output":{"shape":"UntagResourceResponse"},
157
+ "errors":[
158
+ {"shape":"ResourceNotFoundException"},
159
+ {"shape":"InternalServiceException"},
160
+ {"shape":"ValidationException"}
161
+ ],
162
+ "idempotent":true
117
163
  }
118
164
  },
119
165
  "shapes":{
@@ -160,8 +206,8 @@
160
206
  "CancellationStatus":{
161
207
  "type":"string",
162
208
  "enum":[
163
- "CANCELLED",
164
- "CANCELLING"
209
+ "CANCELLING",
210
+ "CANCELLED"
165
211
  ]
166
212
  },
167
213
  "ConflictException":{
@@ -196,30 +242,31 @@
196
242
  },
197
243
  "deviceArn":{"shape":"DeviceArn"},
198
244
  "deviceParameters":{
199
- "shape":"CreateQuantumTaskRequestdeviceParametersJsonValue",
245
+ "shape":"CreateQuantumTaskRequestDeviceParametersString",
200
246
  "jsonvalue":true
201
247
  },
202
- "outputS3Bucket":{"shape":"CreateQuantumTaskRequestoutputS3BucketString"},
203
- "outputS3KeyPrefix":{"shape":"CreateQuantumTaskRequestoutputS3KeyPrefixString"},
204
- "shots":{"shape":"CreateQuantumTaskRequestshotsLong"}
248
+ "outputS3Bucket":{"shape":"CreateQuantumTaskRequestOutputS3BucketString"},
249
+ "outputS3KeyPrefix":{"shape":"CreateQuantumTaskRequestOutputS3KeyPrefixString"},
250
+ "shots":{"shape":"CreateQuantumTaskRequestShotsLong"},
251
+ "tags":{"shape":"TagsMap"}
205
252
  }
206
253
  },
207
- "CreateQuantumTaskRequestdeviceParametersJsonValue":{
254
+ "CreateQuantumTaskRequestDeviceParametersString":{
208
255
  "type":"string",
209
256
  "max":2048,
210
257
  "min":1
211
258
  },
212
- "CreateQuantumTaskRequestoutputS3BucketString":{
259
+ "CreateQuantumTaskRequestOutputS3BucketString":{
213
260
  "type":"string",
214
261
  "max":63,
215
262
  "min":3
216
263
  },
217
- "CreateQuantumTaskRequestoutputS3KeyPrefixString":{
264
+ "CreateQuantumTaskRequestOutputS3KeyPrefixString":{
218
265
  "type":"string",
219
266
  "max":1024,
220
267
  "min":1
221
268
  },
222
- "CreateQuantumTaskRequestshotsLong":{
269
+ "CreateQuantumTaskRequestShotsLong":{
223
270
  "type":"long",
224
271
  "box":true,
225
272
  "min":0
@@ -250,8 +297,8 @@
250
297
  "DeviceStatus":{
251
298
  "type":"string",
252
299
  "enum":[
253
- "OFFLINE",
254
- "ONLINE"
300
+ "ONLINE",
301
+ "OFFLINE"
255
302
  ]
256
303
  },
257
304
  "DeviceSummary":{
@@ -351,7 +398,8 @@
351
398
  "outputS3Directory":{"shape":"String"},
352
399
  "quantumTaskArn":{"shape":"QuantumTaskArn"},
353
400
  "shots":{"shape":"Long"},
354
- "status":{"shape":"QuantumTaskStatus"}
401
+ "status":{"shape":"QuantumTaskStatus"},
402
+ "tags":{"shape":"TagsMap"}
355
403
  }
356
404
  },
357
405
  "InternalServiceException":{
@@ -364,6 +412,23 @@
364
412
  "fault":true
365
413
  },
366
414
  "JsonValue":{"type":"string"},
415
+ "ListTagsForResourceRequest":{
416
+ "type":"structure",
417
+ "required":["resourceArn"],
418
+ "members":{
419
+ "resourceArn":{
420
+ "shape":"String",
421
+ "location":"uri",
422
+ "locationName":"resourceArn"
423
+ }
424
+ }
425
+ },
426
+ "ListTagsForResourceResponse":{
427
+ "type":"structure",
428
+ "members":{
429
+ "tags":{"shape":"TagsMap"}
430
+ }
431
+ },
367
432
  "Long":{
368
433
  "type":"long",
369
434
  "box":true
@@ -376,13 +441,13 @@
376
441
  "QuantumTaskStatus":{
377
442
  "type":"string",
378
443
  "enum":[
379
- "CANCELLED",
380
- "CANCELLING",
381
- "COMPLETED",
382
444
  "CREATED",
383
- "FAILED",
384
445
  "QUEUED",
385
- "RUNNING"
446
+ "RUNNING",
447
+ "COMPLETED",
448
+ "FAILED",
449
+ "CANCELLING",
450
+ "CANCELLED"
386
451
  ]
387
452
  },
388
453
  "QuantumTaskSummary":{
@@ -404,7 +469,8 @@
404
469
  "outputS3Directory":{"shape":"String"},
405
470
  "quantumTaskArn":{"shape":"QuantumTaskArn"},
406
471
  "shots":{"shape":"Long"},
407
- "status":{"shape":"QuantumTaskStatus"}
472
+ "status":{"shape":"QuantumTaskStatus"},
473
+ "tags":{"shape":"TagsMap"}
408
474
  }
409
475
  },
410
476
  "QuantumTaskSummaryList":{
@@ -429,16 +495,16 @@
429
495
  "values"
430
496
  ],
431
497
  "members":{
432
- "name":{"shape":"SearchDevicesFilternameString"},
433
- "values":{"shape":"SearchDevicesFiltervaluesString256List"}
498
+ "name":{"shape":"SearchDevicesFilterNameString"},
499
+ "values":{"shape":"SearchDevicesFilterValuesList"}
434
500
  }
435
501
  },
436
- "SearchDevicesFilternameString":{
502
+ "SearchDevicesFilterNameString":{
437
503
  "type":"string",
438
504
  "max":64,
439
505
  "min":1
440
506
  },
441
- "SearchDevicesFiltervaluesString256List":{
507
+ "SearchDevicesFilterValuesList":{
442
508
  "type":"list",
443
509
  "member":{"shape":"String256"},
444
510
  "max":10,
@@ -448,18 +514,18 @@
448
514
  "type":"structure",
449
515
  "required":["filters"],
450
516
  "members":{
451
- "filters":{"shape":"SearchDevicesRequestfiltersSearchDevicesFilterList"},
452
- "maxResults":{"shape":"SearchDevicesRequestmaxResultsInteger"},
517
+ "filters":{"shape":"SearchDevicesRequestFiltersList"},
518
+ "maxResults":{"shape":"SearchDevicesRequestMaxResultsInteger"},
453
519
  "nextToken":{"shape":"String"}
454
520
  }
455
521
  },
456
- "SearchDevicesRequestfiltersSearchDevicesFilterList":{
522
+ "SearchDevicesRequestFiltersList":{
457
523
  "type":"list",
458
524
  "member":{"shape":"SearchDevicesFilter"},
459
525
  "max":10,
460
526
  "min":0
461
527
  },
462
- "SearchDevicesRequestmaxResultsInteger":{
528
+ "SearchDevicesRequestMaxResultsInteger":{
463
529
  "type":"integer",
464
530
  "box":true,
465
531
  "max":100,
@@ -483,21 +549,21 @@
483
549
  "members":{
484
550
  "name":{"shape":"String64"},
485
551
  "operator":{"shape":"SearchQuantumTasksFilterOperator"},
486
- "values":{"shape":"SearchQuantumTasksFiltervaluesString256List"}
552
+ "values":{"shape":"SearchQuantumTasksFilterValuesList"}
487
553
  }
488
554
  },
489
555
  "SearchQuantumTasksFilterOperator":{
490
556
  "type":"string",
491
557
  "enum":[
492
- "BETWEEN",
558
+ "LT",
559
+ "LTE",
493
560
  "EQUAL",
494
561
  "GT",
495
562
  "GTE",
496
- "LT",
497
- "LTE"
563
+ "BETWEEN"
498
564
  ]
499
565
  },
500
- "SearchQuantumTasksFiltervaluesString256List":{
566
+ "SearchQuantumTasksFilterValuesList":{
501
567
  "type":"list",
502
568
  "member":{"shape":"String256"},
503
569
  "max":10,
@@ -507,18 +573,18 @@
507
573
  "type":"structure",
508
574
  "required":["filters"],
509
575
  "members":{
510
- "filters":{"shape":"SearchQuantumTasksRequestfiltersSearchQuantumTasksFilterList"},
511
- "maxResults":{"shape":"SearchQuantumTasksRequestmaxResultsInteger"},
576
+ "filters":{"shape":"SearchQuantumTasksRequestFiltersList"},
577
+ "maxResults":{"shape":"SearchQuantumTasksRequestMaxResultsInteger"},
512
578
  "nextToken":{"shape":"String"}
513
579
  }
514
580
  },
515
- "SearchQuantumTasksRequestfiltersSearchQuantumTasksFilterList":{
581
+ "SearchQuantumTasksRequestFiltersList":{
516
582
  "type":"list",
517
583
  "member":{"shape":"SearchQuantumTasksFilter"},
518
584
  "max":10,
519
585
  "min":0
520
586
  },
521
- "SearchQuantumTasksRequestmaxResultsInteger":{
587
+ "SearchQuantumTasksRequestMaxResultsInteger":{
522
588
  "type":"integer",
523
589
  "box":true,
524
590
  "max":100,
@@ -558,6 +624,35 @@
558
624
  "type":"timestamp",
559
625
  "timestampFormat":"iso8601"
560
626
  },
627
+ "TagKeys":{
628
+ "type":"list",
629
+ "member":{"shape":"String"}
630
+ },
631
+ "TagResourceRequest":{
632
+ "type":"structure",
633
+ "required":[
634
+ "resourceArn",
635
+ "tags"
636
+ ],
637
+ "members":{
638
+ "resourceArn":{
639
+ "shape":"String",
640
+ "location":"uri",
641
+ "locationName":"resourceArn"
642
+ },
643
+ "tags":{"shape":"TagsMap"}
644
+ }
645
+ },
646
+ "TagResourceResponse":{
647
+ "type":"structure",
648
+ "members":{
649
+ }
650
+ },
651
+ "TagsMap":{
652
+ "type":"map",
653
+ "key":{"shape":"String"},
654
+ "value":{"shape":"String"}
655
+ },
561
656
  "ThrottlingException":{
562
657
  "type":"structure",
563
658
  "members":{
@@ -569,6 +664,30 @@
569
664
  },
570
665
  "exception":true
571
666
  },
667
+ "UntagResourceRequest":{
668
+ "type":"structure",
669
+ "required":[
670
+ "resourceArn",
671
+ "tagKeys"
672
+ ],
673
+ "members":{
674
+ "resourceArn":{
675
+ "shape":"String",
676
+ "location":"uri",
677
+ "locationName":"resourceArn"
678
+ },
679
+ "tagKeys":{
680
+ "shape":"TagKeys",
681
+ "location":"querystring",
682
+ "locationName":"tagKeys"
683
+ }
684
+ }
685
+ },
686
+ "UntagResourceResponse":{
687
+ "type":"structure",
688
+ "members":{
689
+ }
690
+ },
572
691
  "ValidationException":{
573
692
  "type":"structure",
574
693
  "members":{
@@ -96,7 +96,6 @@
96
96
  {"shape":"AccessDeniedException"},
97
97
  {"shape":"ConflictException"},
98
98
  {"shape":"InternalServerException"},
99
- {"shape":"ResourceNotFoundException"},
100
99
  {"shape":"ThrottlingException"},
101
100
  {"shape":"ValidationException"}
102
101
  ]
@@ -298,7 +297,8 @@
298
297
  {"shape":"InternalServerException"},
299
298
  {"shape":"ResourceNotFoundException"},
300
299
  {"shape":"ThrottlingException"},
301
- {"shape":"ValidationException"}
300
+ {"shape":"ValidationException"},
301
+ {"shape":"ConflictException"}
302
302
  ]
303
303
  },
304
304
  "GetPackageVersionReadme":{
@@ -459,6 +459,21 @@
459
459
  {"shape":"ValidationException"}
460
460
  ]
461
461
  },
462
+ "ListTagsForResource":{
463
+ "name":"ListTagsForResource",
464
+ "http":{
465
+ "method":"POST",
466
+ "requestUri":"/v1/tags"
467
+ },
468
+ "input":{"shape":"ListTagsForResourceRequest"},
469
+ "output":{"shape":"ListTagsForResourceResult"},
470
+ "errors":[
471
+ {"shape":"AccessDeniedException"},
472
+ {"shape":"ResourceNotFoundException"},
473
+ {"shape":"ThrottlingException"},
474
+ {"shape":"ValidationException"}
475
+ ]
476
+ },
462
477
  "PutDomainPermissionsPolicy":{
463
478
  "name":"PutDomainPermissionsPolicy",
464
479
  "http":{
@@ -495,6 +510,37 @@
495
510
  {"shape":"ValidationException"}
496
511
  ]
497
512
  },
513
+ "TagResource":{
514
+ "name":"TagResource",
515
+ "http":{
516
+ "method":"POST",
517
+ "requestUri":"/v1/tag"
518
+ },
519
+ "input":{"shape":"TagResourceRequest"},
520
+ "output":{"shape":"TagResourceResult"},
521
+ "errors":[
522
+ {"shape":"AccessDeniedException"},
523
+ {"shape":"ResourceNotFoundException"},
524
+ {"shape":"ServiceQuotaExceededException"},
525
+ {"shape":"ThrottlingException"},
526
+ {"shape":"ValidationException"}
527
+ ]
528
+ },
529
+ "UntagResource":{
530
+ "name":"UntagResource",
531
+ "http":{
532
+ "method":"POST",
533
+ "requestUri":"/v1/untag"
534
+ },
535
+ "input":{"shape":"UntagResourceRequest"},
536
+ "output":{"shape":"UntagResourceResult"},
537
+ "errors":[
538
+ {"shape":"AccessDeniedException"},
539
+ {"shape":"ResourceNotFoundException"},
540
+ {"shape":"ThrottlingException"},
541
+ {"shape":"ValidationException"}
542
+ ]
543
+ },
498
544
  "UpdatePackageVersionsStatus":{
499
545
  "name":"UpdatePackageVersionsStatus",
500
546
  "http":{
@@ -549,7 +595,7 @@
549
595
  },
550
596
  "Arn":{
551
597
  "type":"string",
552
- "max":2048,
598
+ "max":1011,
553
599
  "min":1,
554
600
  "pattern":"\\S+"
555
601
  },
@@ -701,7 +747,8 @@
701
747
  "location":"querystring",
702
748
  "locationName":"domain"
703
749
  },
704
- "encryptionKey":{"shape":"Arn"}
750
+ "encryptionKey":{"shape":"Arn"},
751
+ "tags":{"shape":"TagList"}
705
752
  }
706
753
  },
707
754
  "CreateDomainResult":{
@@ -733,7 +780,8 @@
733
780
  "locationName":"repository"
734
781
  },
735
782
  "description":{"shape":"Description"},
736
- "upstreams":{"shape":"UpstreamRepositoryList"}
783
+ "upstreams":{"shape":"UpstreamRepositoryList"},
784
+ "tags":{"shape":"TagList"}
737
785
  }
738
786
  },
739
787
  "CreateRepositoryResult":{
@@ -1116,7 +1164,8 @@
1116
1164
  "createdTime":{"shape":"Timestamp"},
1117
1165
  "encryptionKey":{"shape":"Arn"},
1118
1166
  "repositoryCount":{"shape":"Integer"},
1119
- "assetSizeBytes":{"shape":"Long"}
1167
+ "assetSizeBytes":{"shape":"Long"},
1168
+ "s3BucketArn":{"shape":"Arn"}
1120
1169
  }
1121
1170
  },
1122
1171
  "DomainName":{
@@ -1822,6 +1871,23 @@
1822
1871
  "nextToken":{"shape":"PaginationToken"}
1823
1872
  }
1824
1873
  },
1874
+ "ListTagsForResourceRequest":{
1875
+ "type":"structure",
1876
+ "required":["resourceArn"],
1877
+ "members":{
1878
+ "resourceArn":{
1879
+ "shape":"Arn",
1880
+ "location":"querystring",
1881
+ "locationName":"resourceArn"
1882
+ }
1883
+ }
1884
+ },
1885
+ "ListTagsForResourceResult":{
1886
+ "type":"structure",
1887
+ "members":{
1888
+ "tags":{"shape":"TagList"}
1889
+ }
1890
+ },
1825
1891
  "Long":{"type":"long"},
1826
1892
  "LongOptional":{"type":"long"},
1827
1893
  "PackageDependency":{
@@ -2135,6 +2201,59 @@
2135
2201
  "key":{"shape":"PackageVersion"},
2136
2202
  "value":{"shape":"SuccessfulPackageVersionInfo"}
2137
2203
  },
2204
+ "Tag":{
2205
+ "type":"structure",
2206
+ "required":[
2207
+ "key",
2208
+ "value"
2209
+ ],
2210
+ "members":{
2211
+ "key":{"shape":"TagKey"},
2212
+ "value":{"shape":"TagValue"}
2213
+ }
2214
+ },
2215
+ "TagKey":{
2216
+ "type":"string",
2217
+ "max":128,
2218
+ "min":1
2219
+ },
2220
+ "TagKeyList":{
2221
+ "type":"list",
2222
+ "member":{"shape":"TagKey"},
2223
+ "max":200,
2224
+ "min":0
2225
+ },
2226
+ "TagList":{
2227
+ "type":"list",
2228
+ "member":{"shape":"Tag"},
2229
+ "max":200,
2230
+ "min":0
2231
+ },
2232
+ "TagResourceRequest":{
2233
+ "type":"structure",
2234
+ "required":[
2235
+ "resourceArn",
2236
+ "tags"
2237
+ ],
2238
+ "members":{
2239
+ "resourceArn":{
2240
+ "shape":"Arn",
2241
+ "location":"querystring",
2242
+ "locationName":"resourceArn"
2243
+ },
2244
+ "tags":{"shape":"TagList"}
2245
+ }
2246
+ },
2247
+ "TagResourceResult":{
2248
+ "type":"structure",
2249
+ "members":{
2250
+ }
2251
+ },
2252
+ "TagValue":{
2253
+ "type":"string",
2254
+ "max":256,
2255
+ "min":0
2256
+ },
2138
2257
  "ThrottlingException":{
2139
2258
  "type":"structure",
2140
2259
  "required":["message"],
@@ -2150,6 +2269,26 @@
2150
2269
  "exception":true
2151
2270
  },
2152
2271
  "Timestamp":{"type":"timestamp"},
2272
+ "UntagResourceRequest":{
2273
+ "type":"structure",
2274
+ "required":[
2275
+ "resourceArn",
2276
+ "tagKeys"
2277
+ ],
2278
+ "members":{
2279
+ "resourceArn":{
2280
+ "shape":"Arn",
2281
+ "location":"querystring",
2282
+ "locationName":"resourceArn"
2283
+ },
2284
+ "tagKeys":{"shape":"TagKeyList"}
2285
+ }
2286
+ },
2287
+ "UntagResourceResult":{
2288
+ "type":"structure",
2289
+ "members":{
2290
+ }
2291
+ },
2153
2292
  "UpdatePackageVersionsStatusRequest":{
2154
2293
  "type":"structure",
2155
2294
  "required":[