aws-sdk-core 2.11.613 → 2.11.618

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0775edd348fc697c3328341c046e99473efa8f79e6e2ee15b70ad713dad18300
4
- data.tar.gz: 4565316ac453bf61bd754f8886cf2bdeed94d0bae7760d0cafd2f10797d92985
3
+ metadata.gz: b81ad9a3c20b464ea3f4248ba94267ea23890b909efc706d94bf05b0bf08be71
4
+ data.tar.gz: 35722abf052f6d67705dfc84f137a653deed25a8ee61ef4c537f2bf96c552b90
5
5
  SHA512:
6
- metadata.gz: ebd2a41ac9ded7211213674a2991c2c7d4ceb700ea653dc19cca168ffba3cc238316636a34e902c831f47a3a1758ce8b6e628ba80612a4a4fbaaf76a17b68ad6
7
- data.tar.gz: b2ed6d3a1ca970eaf749c1a0a8bf08ab41d6b5f4afce8ff57eee92f9aa97cab485aca47b5454ad257135eb6206a3708badaec677ca77110a8de2539d6bf6678f
6
+ metadata.gz: 5b26fa58b7f91ff156ffd16304d786626eae8ab6dd13778c5f4f0b7396cbc94d170e31ee2739ce554e26068f185f34d66719e950f9dfd039c46ff979b2c4cb87
7
+ data.tar.gz: a5e01561ef28de2c3ed4f436569f3397dc1a036cd195b4fb785200fc2a05cd6e13ae0fb68b8c46ad3f08d0b01fecafaa98b3f356615378c67c200dad9172097b
@@ -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":{
@@ -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":[