aws-sdk 2.945.0 → 2.949.0

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.
Files changed (47) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/chime-2018-05-01.min.json +259 -258
  4. package/apis/dms-2016-01-01.min.json +127 -97
  5. package/apis/ec2-2016-11-15.min.json +1236 -930
  6. package/apis/ec2-2016-11-15.paginators.json +6 -0
  7. package/apis/emr-containers-2020-10-01.min.json +25 -23
  8. package/apis/glue-2017-03-31.min.json +254 -220
  9. package/apis/health-2016-08-04.min.json +29 -29
  10. package/apis/healthlake-2017-07-01.min.json +258 -60
  11. package/apis/healthlake-2017-07-01.paginators.json +10 -0
  12. package/apis/iotsitewise-2019-12-02.min.json +46 -25
  13. package/apis/lightsail-2016-11-28.min.json +557 -192
  14. package/apis/location-2020-11-19.min.json +205 -0
  15. package/apis/robomaker-2018-06-29.min.json +6 -3
  16. package/apis/wellarchitected-2020-03-31.min.json +60 -19
  17. package/clients/acm.d.ts +16 -16
  18. package/clients/appintegrations.d.ts +22 -22
  19. package/clients/auditmanager.d.ts +138 -138
  20. package/clients/chime.d.ts +5 -0
  21. package/clients/cognitoidentityserviceprovider.d.ts +72 -72
  22. package/clients/directconnect.d.ts +11 -8
  23. package/clients/dms.d.ts +253 -204
  24. package/clients/ec2.d.ts +332 -6
  25. package/clients/ecs.d.ts +83 -83
  26. package/clients/emrcontainers.d.ts +12 -2
  27. package/clients/glue.d.ts +38 -3
  28. package/clients/health.d.ts +3 -2
  29. package/clients/healthlake.d.ts +220 -5
  30. package/clients/imagebuilder.d.ts +27 -27
  31. package/clients/lexmodelbuildingservice.d.ts +1 -1
  32. package/clients/lightsail.d.ts +610 -150
  33. package/clients/location.d.ts +227 -35
  34. package/clients/robomaker.d.ts +12 -0
  35. package/clients/wellarchitected.d.ts +76 -5
  36. package/dist/aws-sdk-core-react-native.js +6 -1
  37. package/dist/aws-sdk-react-native.js +20 -15
  38. package/dist/aws-sdk.js +1455 -933
  39. package/dist/aws-sdk.min.js +65 -65
  40. package/lib/core.d.ts +1 -0
  41. package/lib/core.js +1 -1
  42. package/lib/json/builder.js +3 -0
  43. package/lib/json/parser.js +1 -0
  44. package/lib/model/index.d.ts +4 -0
  45. package/lib/model/shape.js +1 -0
  46. package/package.json +1 -1
  47. package/scripts/lib/ts-generator.js +16 -0
@@ -190,6 +190,58 @@
190
190
  }
191
191
  }
192
192
  },
193
+ "CreateBucket": {
194
+ "input": {
195
+ "type": "structure",
196
+ "required": [
197
+ "bucketName",
198
+ "bundleId"
199
+ ],
200
+ "members": {
201
+ "bucketName": {},
202
+ "bundleId": {},
203
+ "tags": {
204
+ "shape": "S10"
205
+ },
206
+ "enableObjectVersioning": {
207
+ "type": "boolean"
208
+ }
209
+ }
210
+ },
211
+ "output": {
212
+ "type": "structure",
213
+ "members": {
214
+ "bucket": {
215
+ "shape": "S15"
216
+ },
217
+ "operations": {
218
+ "shape": "S4"
219
+ }
220
+ }
221
+ }
222
+ },
223
+ "CreateBucketAccessKey": {
224
+ "input": {
225
+ "type": "structure",
226
+ "required": [
227
+ "bucketName"
228
+ ],
229
+ "members": {
230
+ "bucketName": {}
231
+ }
232
+ },
233
+ "output": {
234
+ "type": "structure",
235
+ "members": {
236
+ "accessKey": {
237
+ "shape": "S1e"
238
+ },
239
+ "operations": {
240
+ "shape": "S4"
241
+ }
242
+ }
243
+ }
244
+ },
193
245
  "CreateCertificate": {
194
246
  "input": {
195
247
  "type": "structure",
@@ -201,10 +253,10 @@
201
253
  "certificateName": {},
202
254
  "domainName": {},
203
255
  "subjectAlternativeNames": {
204
- "shape": "S11"
256
+ "shape": "S1k"
205
257
  },
206
258
  "tags": {
207
- "shape": "S12"
259
+ "shape": "S10"
208
260
  }
209
261
  }
210
262
  },
@@ -212,7 +264,7 @@
212
264
  "type": "structure",
213
265
  "members": {
214
266
  "certificate": {
215
- "shape": "S17"
267
+ "shape": "S1m"
216
268
  },
217
269
  "operations": {
218
270
  "shape": "S4"
@@ -293,19 +345,19 @@
293
345
  "type": "integer"
294
346
  },
295
347
  "tags": {
296
- "shape": "S12"
348
+ "shape": "S10"
297
349
  },
298
350
  "publicDomainNames": {
299
- "shape": "S20"
351
+ "shape": "S2f"
300
352
  },
301
353
  "deployment": {
302
354
  "type": "structure",
303
355
  "members": {
304
356
  "containers": {
305
- "shape": "S23"
357
+ "shape": "S2i"
306
358
  },
307
359
  "publicEndpoint": {
308
- "shape": "S29"
360
+ "shape": "S2o"
309
361
  }
310
362
  }
311
363
  }
@@ -315,7 +367,7 @@
315
367
  "type": "structure",
316
368
  "members": {
317
369
  "containerService": {
318
- "shape": "S2d"
370
+ "shape": "S2s"
319
371
  }
320
372
  }
321
373
  }
@@ -329,10 +381,10 @@
329
381
  "members": {
330
382
  "serviceName": {},
331
383
  "containers": {
332
- "shape": "S23"
384
+ "shape": "S2i"
333
385
  },
334
386
  "publicEndpoint": {
335
- "shape": "S29"
387
+ "shape": "S2o"
336
388
  }
337
389
  }
338
390
  },
@@ -340,7 +392,7 @@
340
392
  "type": "structure",
341
393
  "members": {
342
394
  "containerService": {
343
- "shape": "S2d"
395
+ "shape": "S2s"
344
396
  }
345
397
  }
346
398
  }
@@ -382,10 +434,10 @@
382
434
  "type": "integer"
383
435
  },
384
436
  "tags": {
385
- "shape": "S12"
437
+ "shape": "S10"
386
438
  },
387
439
  "addOns": {
388
- "shape": "S2q"
440
+ "shape": "S35"
389
441
  }
390
442
  }
391
443
  },
@@ -414,10 +466,10 @@
414
466
  "type": "integer"
415
467
  },
416
468
  "tags": {
417
- "shape": "S12"
469
+ "shape": "S10"
418
470
  },
419
471
  "addOns": {
420
- "shape": "S2q"
472
+ "shape": "S35"
421
473
  },
422
474
  "sourceDiskName": {},
423
475
  "restoreDate": {},
@@ -446,7 +498,7 @@
446
498
  "diskSnapshotName": {},
447
499
  "instanceName": {},
448
500
  "tags": {
449
- "shape": "S12"
501
+ "shape": "S10"
450
502
  }
451
503
  }
452
504
  },
@@ -471,21 +523,21 @@
471
523
  "members": {
472
524
  "distributionName": {},
473
525
  "origin": {
474
- "shape": "S31"
526
+ "shape": "S3g"
475
527
  },
476
528
  "defaultCacheBehavior": {
477
- "shape": "S33"
529
+ "shape": "S3i"
478
530
  },
479
531
  "cacheBehaviorSettings": {
480
- "shape": "S35"
532
+ "shape": "S3k"
481
533
  },
482
534
  "cacheBehaviors": {
483
- "shape": "S3d"
535
+ "shape": "S3s"
484
536
  },
485
537
  "bundleId": {},
486
538
  "ipAddressType": {},
487
539
  "tags": {
488
- "shape": "S12"
540
+ "shape": "S10"
489
541
  }
490
542
  }
491
543
  },
@@ -493,7 +545,7 @@
493
545
  "type": "structure",
494
546
  "members": {
495
547
  "distribution": {
496
- "shape": "S3h"
548
+ "shape": "S3w"
497
549
  },
498
550
  "operation": {
499
551
  "shape": "S5"
@@ -510,7 +562,7 @@
510
562
  "members": {
511
563
  "domainName": {},
512
564
  "tags": {
513
- "shape": "S12"
565
+ "shape": "S10"
514
566
  }
515
567
  }
516
568
  },
@@ -533,7 +585,7 @@
533
585
  "members": {
534
586
  "domainName": {},
535
587
  "domainEntry": {
536
- "shape": "S3m"
588
+ "shape": "S41"
537
589
  }
538
590
  }
539
591
  },
@@ -557,7 +609,7 @@
557
609
  "instanceSnapshotName": {},
558
610
  "instanceName": {},
559
611
  "tags": {
560
- "shape": "S12"
612
+ "shape": "S10"
561
613
  }
562
614
  }
563
615
  },
@@ -592,10 +644,10 @@
592
644
  "userData": {},
593
645
  "keyPairName": {},
594
646
  "tags": {
595
- "shape": "S12"
647
+ "shape": "S10"
596
648
  },
597
649
  "addOns": {
598
- "shape": "S2q"
650
+ "shape": "S35"
599
651
  },
600
652
  "ipAddressType": {}
601
653
  }
@@ -641,10 +693,10 @@
641
693
  "userData": {},
642
694
  "keyPairName": {},
643
695
  "tags": {
644
- "shape": "S12"
696
+ "shape": "S10"
645
697
  },
646
698
  "addOns": {
647
- "shape": "S2q"
699
+ "shape": "S35"
648
700
  },
649
701
  "ipAddressType": {},
650
702
  "sourceInstanceName": {},
@@ -672,7 +724,7 @@
672
724
  "members": {
673
725
  "keyPairName": {},
674
726
  "tags": {
675
- "shape": "S12"
727
+ "shape": "S10"
676
728
  }
677
729
  }
678
730
  },
@@ -680,7 +732,7 @@
680
732
  "type": "structure",
681
733
  "members": {
682
734
  "keyPair": {
683
- "shape": "S42"
735
+ "shape": "S4h"
684
736
  },
685
737
  "publicKeyBase64": {},
686
738
  "privateKeyBase64": {},
@@ -706,10 +758,10 @@
706
758
  "certificateName": {},
707
759
  "certificateDomainName": {},
708
760
  "certificateAlternativeNames": {
709
- "shape": "S45"
761
+ "shape": "S4k"
710
762
  },
711
763
  "tags": {
712
- "shape": "S12"
764
+ "shape": "S10"
713
765
  },
714
766
  "ipAddressType": {}
715
767
  }
@@ -736,10 +788,10 @@
736
788
  "certificateName": {},
737
789
  "certificateDomainName": {},
738
790
  "certificateAlternativeNames": {
739
- "shape": "S45"
791
+ "shape": "S4k"
740
792
  },
741
793
  "tags": {
742
- "shape": "S12"
794
+ "shape": "S10"
743
795
  }
744
796
  }
745
797
  },
@@ -770,7 +822,7 @@
770
822
  "masterDatabaseName": {},
771
823
  "masterUsername": {},
772
824
  "masterUserPassword": {
773
- "shape": "S4a"
825
+ "shape": "S4p"
774
826
  },
775
827
  "preferredBackupWindow": {},
776
828
  "preferredMaintenanceWindow": {},
@@ -778,7 +830,7 @@
778
830
  "type": "boolean"
779
831
  },
780
832
  "tags": {
781
- "shape": "S12"
833
+ "shape": "S10"
782
834
  }
783
835
  }
784
836
  },
@@ -813,7 +865,7 @@
813
865
  "type": "boolean"
814
866
  },
815
867
  "tags": {
816
- "shape": "S12"
868
+ "shape": "S10"
817
869
  }
818
870
  }
819
871
  },
@@ -837,7 +889,7 @@
837
889
  "relationalDatabaseName": {},
838
890
  "relationalDatabaseSnapshotName": {},
839
891
  "tags": {
840
- "shape": "S12"
892
+ "shape": "S10"
841
893
  }
842
894
  }
843
895
  },
@@ -890,6 +942,49 @@
890
942
  }
891
943
  }
892
944
  },
945
+ "DeleteBucket": {
946
+ "input": {
947
+ "type": "structure",
948
+ "required": [
949
+ "bucketName"
950
+ ],
951
+ "members": {
952
+ "bucketName": {},
953
+ "forceDelete": {
954
+ "type": "boolean"
955
+ }
956
+ }
957
+ },
958
+ "output": {
959
+ "type": "structure",
960
+ "members": {
961
+ "operations": {
962
+ "shape": "S4"
963
+ }
964
+ }
965
+ }
966
+ },
967
+ "DeleteBucketAccessKey": {
968
+ "input": {
969
+ "type": "structure",
970
+ "required": [
971
+ "bucketName",
972
+ "accessKeyId"
973
+ ],
974
+ "members": {
975
+ "bucketName": {},
976
+ "accessKeyId": {}
977
+ }
978
+ },
979
+ "output": {
980
+ "type": "structure",
981
+ "members": {
982
+ "operations": {
983
+ "shape": "S4"
984
+ }
985
+ }
986
+ }
987
+ },
893
988
  "DeleteCertificate": {
894
989
  "input": {
895
990
  "type": "structure",
@@ -1046,7 +1141,7 @@
1046
1141
  "members": {
1047
1142
  "domainName": {},
1048
1143
  "domainEntry": {
1049
- "shape": "S3m"
1144
+ "shape": "S41"
1050
1145
  }
1051
1146
  }
1052
1147
  },
@@ -1347,7 +1442,7 @@
1347
1442
  "members": {
1348
1443
  "resourceName": {},
1349
1444
  "addOnRequest": {
1350
- "shape": "S2r"
1445
+ "shape": "S36"
1351
1446
  }
1352
1447
  }
1353
1448
  },
@@ -1450,10 +1545,10 @@
1450
1545
  "state": {},
1451
1546
  "unit": {},
1452
1547
  "contactProtocols": {
1453
- "shape": "S6f"
1548
+ "shape": "S6y"
1454
1549
  },
1455
1550
  "notificationTriggers": {
1456
- "shape": "S6g"
1551
+ "shape": "S6z"
1457
1552
  },
1458
1553
  "notificationEnabled": {
1459
1554
  "type": "boolean"
@@ -1549,6 +1644,129 @@
1549
1644
  }
1550
1645
  }
1551
1646
  },
1647
+ "GetBucketAccessKeys": {
1648
+ "input": {
1649
+ "type": "structure",
1650
+ "required": [
1651
+ "bucketName"
1652
+ ],
1653
+ "members": {
1654
+ "bucketName": {}
1655
+ }
1656
+ },
1657
+ "output": {
1658
+ "type": "structure",
1659
+ "members": {
1660
+ "accessKeys": {
1661
+ "type": "list",
1662
+ "member": {
1663
+ "shape": "S1e"
1664
+ }
1665
+ }
1666
+ }
1667
+ }
1668
+ },
1669
+ "GetBucketBundles": {
1670
+ "input": {
1671
+ "type": "structure",
1672
+ "members": {
1673
+ "includeInactive": {
1674
+ "type": "boolean"
1675
+ }
1676
+ }
1677
+ },
1678
+ "output": {
1679
+ "type": "structure",
1680
+ "members": {
1681
+ "bundles": {
1682
+ "type": "list",
1683
+ "member": {
1684
+ "type": "structure",
1685
+ "members": {
1686
+ "bundleId": {},
1687
+ "name": {},
1688
+ "price": {
1689
+ "type": "float"
1690
+ },
1691
+ "storagePerMonthInGb": {
1692
+ "type": "integer"
1693
+ },
1694
+ "transferPerMonthInGb": {
1695
+ "type": "integer"
1696
+ },
1697
+ "isActive": {
1698
+ "type": "boolean"
1699
+ }
1700
+ }
1701
+ }
1702
+ }
1703
+ }
1704
+ }
1705
+ },
1706
+ "GetBucketMetricData": {
1707
+ "input": {
1708
+ "type": "structure",
1709
+ "required": [
1710
+ "bucketName",
1711
+ "metricName",
1712
+ "startTime",
1713
+ "endTime",
1714
+ "period",
1715
+ "statistics",
1716
+ "unit"
1717
+ ],
1718
+ "members": {
1719
+ "bucketName": {},
1720
+ "metricName": {},
1721
+ "startTime": {
1722
+ "type": "timestamp"
1723
+ },
1724
+ "endTime": {
1725
+ "type": "timestamp"
1726
+ },
1727
+ "period": {
1728
+ "type": "integer"
1729
+ },
1730
+ "statistics": {
1731
+ "shape": "S7n"
1732
+ },
1733
+ "unit": {}
1734
+ }
1735
+ },
1736
+ "output": {
1737
+ "type": "structure",
1738
+ "members": {
1739
+ "metricName": {},
1740
+ "metricData": {
1741
+ "shape": "S7p"
1742
+ }
1743
+ }
1744
+ }
1745
+ },
1746
+ "GetBuckets": {
1747
+ "input": {
1748
+ "type": "structure",
1749
+ "members": {
1750
+ "bucketName": {},
1751
+ "pageToken": {},
1752
+ "includeConnectedResources": {
1753
+ "type": "boolean"
1754
+ }
1755
+ }
1756
+ },
1757
+ "output": {
1758
+ "type": "structure",
1759
+ "members": {
1760
+ "buckets": {
1761
+ "type": "list",
1762
+ "member": {
1763
+ "shape": "S15"
1764
+ }
1765
+ },
1766
+ "nextPageToken": {}
1767
+ }
1768
+ }
1769
+ },
1552
1770
  "GetBundles": {
1553
1771
  "input": {
1554
1772
  "type": "structure",
@@ -1622,7 +1840,7 @@
1622
1840
  "certificates": {
1623
1841
  "type": "list",
1624
1842
  "member": {
1625
- "shape": "S17"
1843
+ "shape": "S1m"
1626
1844
  }
1627
1845
  }
1628
1846
  }
@@ -1665,7 +1883,7 @@
1665
1883
  }
1666
1884
  },
1667
1885
  "destinationInfo": {
1668
- "shape": "S7d"
1886
+ "shape": "S8d"
1669
1887
  }
1670
1888
  }
1671
1889
  }
@@ -1679,7 +1897,7 @@
1679
1897
  "type": "structure",
1680
1898
  "members": {
1681
1899
  "protocols": {
1682
- "shape": "S6f"
1900
+ "shape": "S6y"
1683
1901
  }
1684
1902
  }
1685
1903
  },
@@ -1745,7 +1963,7 @@
1745
1963
  "containerImages": {
1746
1964
  "type": "list",
1747
1965
  "member": {
1748
- "shape": "S7q"
1966
+ "shape": "S8q"
1749
1967
  }
1750
1968
  }
1751
1969
  }
@@ -1806,7 +2024,7 @@
1806
2024
  "deployments": {
1807
2025
  "type": "list",
1808
2026
  "member": {
1809
- "shape": "S2h"
2027
+ "shape": "S2w"
1810
2028
  }
1811
2029
  }
1812
2030
  }
@@ -1836,7 +2054,7 @@
1836
2054
  "type": "integer"
1837
2055
  },
1838
2056
  "statistics": {
1839
- "shape": "S80"
2057
+ "shape": "S7n"
1840
2058
  }
1841
2059
  }
1842
2060
  },
@@ -1845,7 +2063,7 @@
1845
2063
  "members": {
1846
2064
  "metricName": {},
1847
2065
  "metricData": {
1848
- "shape": "S82"
2066
+ "shape": "S7p"
1849
2067
  }
1850
2068
  }
1851
2069
  }
@@ -1896,7 +2114,7 @@
1896
2114
  "containerServices": {
1897
2115
  "type": "list",
1898
2116
  "member": {
1899
- "shape": "S2d"
2117
+ "shape": "S2s"
1900
2118
  }
1901
2119
  }
1902
2120
  }
@@ -1916,7 +2134,7 @@
1916
2134
  "type": "structure",
1917
2135
  "members": {
1918
2136
  "disk": {
1919
- "shape": "S8e"
2137
+ "shape": "S9a"
1920
2138
  }
1921
2139
  }
1922
2140
  }
@@ -1935,7 +2153,7 @@
1935
2153
  "type": "structure",
1936
2154
  "members": {
1937
2155
  "diskSnapshot": {
1938
- "shape": "S8k"
2156
+ "shape": "S9g"
1939
2157
  }
1940
2158
  }
1941
2159
  }
@@ -1953,7 +2171,7 @@
1953
2171
  "diskSnapshots": {
1954
2172
  "type": "list",
1955
2173
  "member": {
1956
- "shape": "S8k"
2174
+ "shape": "S9g"
1957
2175
  }
1958
2176
  },
1959
2177
  "nextPageToken": {}
@@ -1971,7 +2189,7 @@
1971
2189
  "type": "structure",
1972
2190
  "members": {
1973
2191
  "disks": {
1974
- "shape": "S8r"
2192
+ "shape": "S9n"
1975
2193
  },
1976
2194
  "nextPageToken": {}
1977
2195
  }
@@ -2050,7 +2268,7 @@
2050
2268
  },
2051
2269
  "unit": {},
2052
2270
  "statistics": {
2053
- "shape": "S80"
2271
+ "shape": "S7n"
2054
2272
  }
2055
2273
  }
2056
2274
  },
@@ -2059,7 +2277,7 @@
2059
2277
  "members": {
2060
2278
  "metricName": {},
2061
2279
  "metricData": {
2062
- "shape": "S82"
2280
+ "shape": "S7p"
2063
2281
  }
2064
2282
  }
2065
2283
  }
@@ -2078,7 +2296,7 @@
2078
2296
  "distributions": {
2079
2297
  "type": "list",
2080
2298
  "member": {
2081
- "shape": "S3h"
2299
+ "shape": "S3w"
2082
2300
  }
2083
2301
  },
2084
2302
  "nextPageToken": {}
@@ -2099,7 +2317,7 @@
2099
2317
  "type": "structure",
2100
2318
  "members": {
2101
2319
  "domain": {
2102
- "shape": "S96"
2320
+ "shape": "Sa2"
2103
2321
  }
2104
2322
  }
2105
2323
  }
@@ -2117,7 +2335,7 @@
2117
2335
  "domains": {
2118
2336
  "type": "list",
2119
2337
  "member": {
2120
- "shape": "S96"
2338
+ "shape": "Sa2"
2121
2339
  }
2122
2340
  },
2123
2341
  "nextPageToken": {}
@@ -2194,7 +2412,7 @@
2194
2412
  }
2195
2413
  },
2196
2414
  "destinationInfo": {
2197
- "shape": "S7d"
2415
+ "shape": "S8d"
2198
2416
  }
2199
2417
  }
2200
2418
  }
@@ -2217,7 +2435,7 @@
2217
2435
  "type": "structure",
2218
2436
  "members": {
2219
2437
  "instance": {
2220
- "shape": "S9n"
2438
+ "shape": "Saj"
2221
2439
  }
2222
2440
  }
2223
2441
  }
@@ -2308,7 +2526,7 @@
2308
2526
  },
2309
2527
  "unit": {},
2310
2528
  "statistics": {
2311
- "shape": "S80"
2529
+ "shape": "S7n"
2312
2530
  }
2313
2531
  }
2314
2532
  },
@@ -2317,7 +2535,7 @@
2317
2535
  "members": {
2318
2536
  "metricName": {},
2319
2537
  "metricData": {
2320
- "shape": "S82"
2538
+ "shape": "S7p"
2321
2539
  }
2322
2540
  }
2323
2541
  }
@@ -2377,7 +2595,7 @@
2377
2595
  "type": "structure",
2378
2596
  "members": {
2379
2597
  "instanceSnapshot": {
2380
- "shape": "Sag"
2598
+ "shape": "Sbc"
2381
2599
  }
2382
2600
  }
2383
2601
  }
@@ -2395,7 +2613,7 @@
2395
2613
  "instanceSnapshots": {
2396
2614
  "type": "list",
2397
2615
  "member": {
2398
- "shape": "Sag"
2616
+ "shape": "Sbc"
2399
2617
  }
2400
2618
  },
2401
2619
  "nextPageToken": {}
@@ -2416,7 +2634,7 @@
2416
2634
  "type": "structure",
2417
2635
  "members": {
2418
2636
  "state": {
2419
- "shape": "S9y"
2637
+ "shape": "Sau"
2420
2638
  }
2421
2639
  }
2422
2640
  }
@@ -2434,7 +2652,7 @@
2434
2652
  "instances": {
2435
2653
  "type": "list",
2436
2654
  "member": {
2437
- "shape": "S9n"
2655
+ "shape": "Saj"
2438
2656
  }
2439
2657
  },
2440
2658
  "nextPageToken": {}
@@ -2455,7 +2673,7 @@
2455
2673
  "type": "structure",
2456
2674
  "members": {
2457
2675
  "keyPair": {
2458
- "shape": "S42"
2676
+ "shape": "S4h"
2459
2677
  }
2460
2678
  }
2461
2679
  }
@@ -2473,7 +2691,7 @@
2473
2691
  "keyPairs": {
2474
2692
  "type": "list",
2475
2693
  "member": {
2476
- "shape": "S42"
2694
+ "shape": "S4h"
2477
2695
  }
2478
2696
  },
2479
2697
  "nextPageToken": {}
@@ -2494,7 +2712,7 @@
2494
2712
  "type": "structure",
2495
2713
  "members": {
2496
2714
  "loadBalancer": {
2497
- "shape": "Sax"
2715
+ "shape": "Sbt"
2498
2716
  }
2499
2717
  }
2500
2718
  }
@@ -2525,7 +2743,7 @@
2525
2743
  },
2526
2744
  "unit": {},
2527
2745
  "statistics": {
2528
- "shape": "S80"
2746
+ "shape": "S7n"
2529
2747
  }
2530
2748
  }
2531
2749
  },
@@ -2534,7 +2752,7 @@
2534
2752
  "members": {
2535
2753
  "metricName": {},
2536
2754
  "metricData": {
2537
- "shape": "S82"
2755
+ "shape": "S7p"
2538
2756
  }
2539
2757
  }
2540
2758
  }
@@ -2568,7 +2786,7 @@
2568
2786
  },
2569
2787
  "resourceType": {},
2570
2788
  "tags": {
2571
- "shape": "S12"
2789
+ "shape": "S10"
2572
2790
  },
2573
2791
  "loadBalancerName": {},
2574
2792
  "isAttached": {
@@ -2646,7 +2864,7 @@
2646
2864
  "loadBalancers": {
2647
2865
  "type": "list",
2648
2866
  "member": {
2649
- "shape": "Sax"
2867
+ "shape": "Sbt"
2650
2868
  }
2651
2869
  },
2652
2870
  "nextPageToken": {}
@@ -2738,10 +2956,10 @@
2738
2956
  "displayName": {},
2739
2957
  "name": {},
2740
2958
  "availabilityZones": {
2741
- "shape": "Sc3"
2959
+ "shape": "Scz"
2742
2960
  },
2743
2961
  "relationalDatabaseAvailabilityZones": {
2744
- "shape": "Sc3"
2962
+ "shape": "Scz"
2745
2963
  }
2746
2964
  }
2747
2965
  }
@@ -2763,7 +2981,7 @@
2763
2981
  "type": "structure",
2764
2982
  "members": {
2765
2983
  "relationalDatabase": {
2766
- "shape": "Sc7"
2984
+ "shape": "Sd3"
2767
2985
  }
2768
2986
  }
2769
2987
  }
@@ -2956,7 +3174,7 @@
2956
3174
  "type": "structure",
2957
3175
  "members": {
2958
3176
  "masterUserPassword": {
2959
- "shape": "S4a"
3177
+ "shape": "S4p"
2960
3178
  },
2961
3179
  "createdAt": {
2962
3180
  "type": "timestamp"
@@ -2990,7 +3208,7 @@
2990
3208
  },
2991
3209
  "unit": {},
2992
3210
  "statistics": {
2993
- "shape": "S80"
3211
+ "shape": "S7n"
2994
3212
  }
2995
3213
  }
2996
3214
  },
@@ -2999,7 +3217,7 @@
2999
3217
  "members": {
3000
3218
  "metricName": {},
3001
3219
  "metricData": {
3002
- "shape": "S82"
3220
+ "shape": "S7p"
3003
3221
  }
3004
3222
  }
3005
3223
  }
@@ -3019,7 +3237,7 @@
3019
3237
  "type": "structure",
3020
3238
  "members": {
3021
3239
  "parameters": {
3022
- "shape": "Sd4"
3240
+ "shape": "Se0"
3023
3241
  },
3024
3242
  "nextPageToken": {}
3025
3243
  }
@@ -3039,7 +3257,7 @@
3039
3257
  "type": "structure",
3040
3258
  "members": {
3041
3259
  "relationalDatabaseSnapshot": {
3042
- "shape": "Sd8"
3260
+ "shape": "Se4"
3043
3261
  }
3044
3262
  }
3045
3263
  }
@@ -3057,7 +3275,7 @@
3057
3275
  "relationalDatabaseSnapshots": {
3058
3276
  "type": "list",
3059
3277
  "member": {
3060
- "shape": "Sd8"
3278
+ "shape": "Se4"
3061
3279
  }
3062
3280
  },
3063
3281
  "nextPageToken": {}
@@ -3077,7 +3295,7 @@
3077
3295
  "relationalDatabases": {
3078
3296
  "type": "list",
3079
3297
  "member": {
3080
- "shape": "Sc7"
3298
+ "shape": "Sd3"
3081
3299
  }
3082
3300
  },
3083
3301
  "nextPageToken": {}
@@ -3098,7 +3316,7 @@
3098
3316
  "type": "structure",
3099
3317
  "members": {
3100
3318
  "staticIp": {
3101
- "shape": "Sdh"
3319
+ "shape": "Sed"
3102
3320
  }
3103
3321
  }
3104
3322
  }
@@ -3116,7 +3334,7 @@
3116
3334
  "staticIps": {
3117
3335
  "type": "list",
3118
3336
  "member": {
3119
- "shape": "Sdh"
3337
+ "shape": "Sed"
3120
3338
  }
3121
3339
  },
3122
3340
  "nextPageToken": {}
@@ -3222,10 +3440,10 @@
3222
3440
  },
3223
3441
  "treatMissingData": {},
3224
3442
  "contactProtocols": {
3225
- "shape": "S6f"
3443
+ "shape": "S6y"
3226
3444
  },
3227
3445
  "notificationTriggers": {
3228
- "shape": "S6g"
3446
+ "shape": "S6z"
3229
3447
  },
3230
3448
  "notificationEnabled": {
3231
3449
  "type": "boolean"
@@ -3323,7 +3541,7 @@
3323
3541
  "type": "structure",
3324
3542
  "members": {
3325
3543
  "containerImage": {
3326
- "shape": "S7q"
3544
+ "shape": "S8q"
3327
3545
  }
3328
3546
  }
3329
3547
  }
@@ -3409,6 +3627,29 @@
3409
3627
  }
3410
3628
  }
3411
3629
  },
3630
+ "SetResourceAccessForBucket": {
3631
+ "input": {
3632
+ "type": "structure",
3633
+ "required": [
3634
+ "resourceName",
3635
+ "bucketName",
3636
+ "access"
3637
+ ],
3638
+ "members": {
3639
+ "resourceName": {},
3640
+ "bucketName": {},
3641
+ "access": {}
3642
+ }
3643
+ },
3644
+ "output": {
3645
+ "type": "structure",
3646
+ "members": {
3647
+ "operations": {
3648
+ "shape": "S4"
3649
+ }
3650
+ }
3651
+ }
3652
+ },
3412
3653
  "StartInstance": {
3413
3654
  "input": {
3414
3655
  "type": "structure",
@@ -3500,7 +3741,7 @@
3500
3741
  "resourceName": {},
3501
3742
  "resourceArn": {},
3502
3743
  "tags": {
3503
- "shape": "S12"
3744
+ "shape": "S10"
3504
3745
  }
3505
3746
  }
3506
3747
  },
@@ -3573,6 +3814,56 @@
3573
3814
  }
3574
3815
  }
3575
3816
  },
3817
+ "UpdateBucket": {
3818
+ "input": {
3819
+ "type": "structure",
3820
+ "required": [
3821
+ "bucketName"
3822
+ ],
3823
+ "members": {
3824
+ "bucketName": {},
3825
+ "accessRules": {
3826
+ "shape": "S16"
3827
+ },
3828
+ "versioning": {},
3829
+ "readonlyAccessAccounts": {
3830
+ "shape": "S18"
3831
+ }
3832
+ }
3833
+ },
3834
+ "output": {
3835
+ "type": "structure",
3836
+ "members": {
3837
+ "bucket": {
3838
+ "shape": "S15"
3839
+ },
3840
+ "operations": {
3841
+ "shape": "S4"
3842
+ }
3843
+ }
3844
+ }
3845
+ },
3846
+ "UpdateBucketBundle": {
3847
+ "input": {
3848
+ "type": "structure",
3849
+ "required": [
3850
+ "bucketName",
3851
+ "bundleId"
3852
+ ],
3853
+ "members": {
3854
+ "bucketName": {},
3855
+ "bundleId": {}
3856
+ }
3857
+ },
3858
+ "output": {
3859
+ "type": "structure",
3860
+ "members": {
3861
+ "operations": {
3862
+ "shape": "S4"
3863
+ }
3864
+ }
3865
+ }
3866
+ },
3576
3867
  "UpdateContainerService": {
3577
3868
  "input": {
3578
3869
  "type": "structure",
@@ -3589,7 +3880,7 @@
3589
3880
  "type": "boolean"
3590
3881
  },
3591
3882
  "publicDomainNames": {
3592
- "shape": "S20"
3883
+ "shape": "S2f"
3593
3884
  }
3594
3885
  }
3595
3886
  },
@@ -3597,7 +3888,7 @@
3597
3888
  "type": "structure",
3598
3889
  "members": {
3599
3890
  "containerService": {
3600
- "shape": "S2d"
3891
+ "shape": "S2s"
3601
3892
  }
3602
3893
  }
3603
3894
  }
@@ -3611,16 +3902,16 @@
3611
3902
  "members": {
3612
3903
  "distributionName": {},
3613
3904
  "origin": {
3614
- "shape": "S31"
3905
+ "shape": "S3g"
3615
3906
  },
3616
3907
  "defaultCacheBehavior": {
3617
- "shape": "S33"
3908
+ "shape": "S3i"
3618
3909
  },
3619
3910
  "cacheBehaviorSettings": {
3620
- "shape": "S35"
3911
+ "shape": "S3k"
3621
3912
  },
3622
3913
  "cacheBehaviors": {
3623
- "shape": "S3d"
3914
+ "shape": "S3s"
3624
3915
  },
3625
3916
  "isEnabled": {
3626
3917
  "type": "boolean"
@@ -3663,7 +3954,7 @@
3663
3954
  "members": {
3664
3955
  "domainName": {},
3665
3956
  "domainEntry": {
3666
- "shape": "S3m"
3957
+ "shape": "S41"
3667
3958
  }
3668
3959
  }
3669
3960
  },
@@ -3708,7 +3999,7 @@
3708
3999
  "members": {
3709
4000
  "relationalDatabaseName": {},
3710
4001
  "masterUserPassword": {
3711
- "shape": "S4a"
4002
+ "shape": "S4p"
3712
4003
  },
3713
4004
  "rotateMasterUserPassword": {
3714
4005
  "type": "boolean"
@@ -3749,7 +4040,7 @@
3749
4040
  "members": {
3750
4041
  "relationalDatabaseName": {},
3751
4042
  "parameters": {
3752
- "shape": "Sd4"
4043
+ "shape": "Se0"
3753
4044
  }
3754
4045
  }
3755
4046
  },
@@ -3831,11 +4122,7 @@
3831
4122
  "type": "list",
3832
4123
  "member": {}
3833
4124
  },
3834
- "S11": {
3835
- "type": "list",
3836
- "member": {}
3837
- },
3838
- "S12": {
4125
+ "S10": {
3839
4126
  "type": "list",
3840
4127
  "member": {
3841
4128
  "type": "structure",
@@ -3845,7 +4132,85 @@
3845
4132
  }
3846
4133
  }
3847
4134
  },
3848
- "S17": {
4135
+ "S15": {
4136
+ "type": "structure",
4137
+ "members": {
4138
+ "resourceType": {},
4139
+ "accessRules": {
4140
+ "shape": "S16"
4141
+ },
4142
+ "arn": {},
4143
+ "bundleId": {},
4144
+ "createdAt": {
4145
+ "type": "timestamp"
4146
+ },
4147
+ "url": {},
4148
+ "location": {
4149
+ "shape": "S9"
4150
+ },
4151
+ "name": {},
4152
+ "supportCode": {},
4153
+ "tags": {
4154
+ "shape": "S10"
4155
+ },
4156
+ "objectVersioning": {},
4157
+ "ableToUpdateBundle": {
4158
+ "type": "boolean"
4159
+ },
4160
+ "readonlyAccessAccounts": {
4161
+ "shape": "S18"
4162
+ },
4163
+ "resourcesReceivingAccess": {
4164
+ "type": "list",
4165
+ "member": {
4166
+ "type": "structure",
4167
+ "members": {
4168
+ "name": {},
4169
+ "resourceType": {}
4170
+ }
4171
+ }
4172
+ },
4173
+ "state": {
4174
+ "type": "structure",
4175
+ "members": {
4176
+ "code": {},
4177
+ "message": {}
4178
+ }
4179
+ }
4180
+ }
4181
+ },
4182
+ "S16": {
4183
+ "type": "structure",
4184
+ "members": {
4185
+ "getObject": {},
4186
+ "allowPublicOverrides": {
4187
+ "type": "boolean"
4188
+ }
4189
+ }
4190
+ },
4191
+ "S18": {
4192
+ "type": "list",
4193
+ "member": {}
4194
+ },
4195
+ "S1e": {
4196
+ "type": "structure",
4197
+ "members": {
4198
+ "accessKeyId": {
4199
+ "type": "string",
4200
+ "sensitive": true
4201
+ },
4202
+ "secretAccessKey": {},
4203
+ "status": {},
4204
+ "createdAt": {
4205
+ "type": "timestamp"
4206
+ }
4207
+ }
4208
+ },
4209
+ "S1k": {
4210
+ "type": "list",
4211
+ "member": {}
4212
+ },
4213
+ "S1m": {
3849
4214
  "type": "structure",
3850
4215
  "members": {
3851
4216
  "certificateArn": {},
@@ -3860,10 +4225,10 @@
3860
4225
  "status": {},
3861
4226
  "serialNumber": {},
3862
4227
  "subjectAlternativeNames": {
3863
- "shape": "S11"
4228
+ "shape": "S1k"
3864
4229
  },
3865
4230
  "domainValidationRecords": {
3866
- "shape": "S1b"
4231
+ "shape": "S1q"
3867
4232
  },
3868
4233
  "requestFailureReason": {},
3869
4234
  "inUseResourceCount": {
@@ -3888,7 +4253,7 @@
3888
4253
  "type": "structure",
3889
4254
  "members": {
3890
4255
  "domainValidationRecords": {
3891
- "shape": "S1b"
4256
+ "shape": "S1q"
3892
4257
  },
3893
4258
  "renewalStatus": {},
3894
4259
  "renewalStatusReason": {},
@@ -3902,17 +4267,17 @@
3902
4267
  },
3903
4268
  "revocationReason": {},
3904
4269
  "tags": {
3905
- "shape": "S12"
4270
+ "shape": "S10"
3906
4271
  },
3907
4272
  "supportCode": {}
3908
4273
  }
3909
4274
  },
3910
4275
  "tags": {
3911
- "shape": "S12"
4276
+ "shape": "S10"
3912
4277
  }
3913
4278
  }
3914
4279
  },
3915
- "S1b": {
4280
+ "S1q": {
3916
4281
  "type": "list",
3917
4282
  "member": {
3918
4283
  "type": "structure",
@@ -3929,7 +4294,7 @@
3929
4294
  }
3930
4295
  }
3931
4296
  },
3932
- "S20": {
4297
+ "S2f": {
3933
4298
  "type": "map",
3934
4299
  "key": {},
3935
4300
  "value": {
@@ -3937,7 +4302,7 @@
3937
4302
  "member": {}
3938
4303
  }
3939
4304
  },
3940
- "S23": {
4305
+ "S2i": {
3941
4306
  "type": "map",
3942
4307
  "key": {},
3943
4308
  "value": {
@@ -3960,7 +4325,7 @@
3960
4325
  }
3961
4326
  }
3962
4327
  },
3963
- "S29": {
4328
+ "S2o": {
3964
4329
  "type": "structure",
3965
4330
  "required": [
3966
4331
  "containerName",
@@ -3972,11 +4337,11 @@
3972
4337
  "type": "integer"
3973
4338
  },
3974
4339
  "healthCheck": {
3975
- "shape": "S2b"
4340
+ "shape": "S2q"
3976
4341
  }
3977
4342
  }
3978
4343
  },
3979
- "S2b": {
4344
+ "S2q": {
3980
4345
  "type": "structure",
3981
4346
  "members": {
3982
4347
  "healthyThreshold": {
@@ -3995,7 +4360,7 @@
3995
4360
  "successCodes": {}
3996
4361
  }
3997
4362
  },
3998
- "S2d": {
4363
+ "S2s": {
3999
4364
  "type": "structure",
4000
4365
  "members": {
4001
4366
  "containerServiceName": {},
@@ -4008,7 +4373,7 @@
4008
4373
  },
4009
4374
  "resourceType": {},
4010
4375
  "tags": {
4011
- "shape": "S12"
4376
+ "shape": "S10"
4012
4377
  },
4013
4378
  "power": {},
4014
4379
  "powerId": {},
@@ -4024,10 +4389,10 @@
4024
4389
  "type": "integer"
4025
4390
  },
4026
4391
  "currentDeployment": {
4027
- "shape": "S2h"
4392
+ "shape": "S2w"
4028
4393
  },
4029
4394
  "nextDeployment": {
4030
- "shape": "S2h"
4395
+ "shape": "S2w"
4031
4396
  },
4032
4397
  "isDisabled": {
4033
4398
  "type": "boolean"
@@ -4035,12 +4400,12 @@
4035
4400
  "principalArn": {},
4036
4401
  "privateDomainName": {},
4037
4402
  "publicDomainNames": {
4038
- "shape": "S20"
4403
+ "shape": "S2f"
4039
4404
  },
4040
4405
  "url": {}
4041
4406
  }
4042
4407
  },
4043
- "S2h": {
4408
+ "S2w": {
4044
4409
  "type": "structure",
4045
4410
  "members": {
4046
4411
  "version": {
@@ -4048,7 +4413,7 @@
4048
4413
  },
4049
4414
  "state": {},
4050
4415
  "containers": {
4051
- "shape": "S23"
4416
+ "shape": "S2i"
4052
4417
  },
4053
4418
  "publicEndpoint": {
4054
4419
  "type": "structure",
@@ -4058,7 +4423,7 @@
4058
4423
  "type": "integer"
4059
4424
  },
4060
4425
  "healthCheck": {
4061
- "shape": "S2b"
4426
+ "shape": "S2q"
4062
4427
  }
4063
4428
  }
4064
4429
  },
@@ -4067,13 +4432,13 @@
4067
4432
  }
4068
4433
  }
4069
4434
  },
4070
- "S2q": {
4435
+ "S35": {
4071
4436
  "type": "list",
4072
4437
  "member": {
4073
- "shape": "S2r"
4438
+ "shape": "S36"
4074
4439
  }
4075
4440
  },
4076
- "S2r": {
4441
+ "S36": {
4077
4442
  "type": "structure",
4078
4443
  "required": [
4079
4444
  "addOnType"
@@ -4088,7 +4453,7 @@
4088
4453
  }
4089
4454
  }
4090
4455
  },
4091
- "S31": {
4456
+ "S3g": {
4092
4457
  "type": "structure",
4093
4458
  "members": {
4094
4459
  "name": {},
@@ -4096,13 +4461,13 @@
4096
4461
  "protocolPolicy": {}
4097
4462
  }
4098
4463
  },
4099
- "S33": {
4464
+ "S3i": {
4100
4465
  "type": "structure",
4101
4466
  "members": {
4102
4467
  "behavior": {}
4103
4468
  }
4104
4469
  },
4105
- "S35": {
4470
+ "S3k": {
4106
4471
  "type": "structure",
4107
4472
  "members": {
4108
4473
  "defaultTTL": {
@@ -4148,7 +4513,7 @@
4148
4513
  }
4149
4514
  }
4150
4515
  },
4151
- "S3d": {
4516
+ "S3s": {
4152
4517
  "type": "list",
4153
4518
  "member": {
4154
4519
  "type": "structure",
@@ -4158,7 +4523,7 @@
4158
4523
  }
4159
4524
  }
4160
4525
  },
4161
- "S3h": {
4526
+ "S3w": {
4162
4527
  "type": "structure",
4163
4528
  "members": {
4164
4529
  "name": {},
@@ -4192,24 +4557,24 @@
4192
4557
  },
4193
4558
  "originPublicDNS": {},
4194
4559
  "defaultCacheBehavior": {
4195
- "shape": "S33"
4560
+ "shape": "S3i"
4196
4561
  },
4197
4562
  "cacheBehaviorSettings": {
4198
- "shape": "S35"
4563
+ "shape": "S3k"
4199
4564
  },
4200
4565
  "cacheBehaviors": {
4201
- "shape": "S3d"
4566
+ "shape": "S3s"
4202
4567
  },
4203
4568
  "ableToUpdateBundle": {
4204
4569
  "type": "boolean"
4205
4570
  },
4206
4571
  "ipAddressType": {},
4207
4572
  "tags": {
4208
- "shape": "S12"
4573
+ "shape": "S10"
4209
4574
  }
4210
4575
  }
4211
4576
  },
4212
- "S3m": {
4577
+ "S41": {
4213
4578
  "type": "structure",
4214
4579
  "members": {
4215
4580
  "id": {},
@@ -4227,7 +4592,7 @@
4227
4592
  }
4228
4593
  }
4229
4594
  },
4230
- "S42": {
4595
+ "S4h": {
4231
4596
  "type": "structure",
4232
4597
  "members": {
4233
4598
  "name": {},
@@ -4241,49 +4606,32 @@
4241
4606
  },
4242
4607
  "resourceType": {},
4243
4608
  "tags": {
4244
- "shape": "S12"
4609
+ "shape": "S10"
4245
4610
  },
4246
4611
  "fingerprint": {}
4247
4612
  }
4248
4613
  },
4249
- "S45": {
4614
+ "S4k": {
4250
4615
  "type": "list",
4251
4616
  "member": {}
4252
4617
  },
4253
- "S4a": {
4618
+ "S4p": {
4254
4619
  "type": "string",
4255
4620
  "sensitive": true
4256
4621
  },
4257
- "S6f": {
4622
+ "S6y": {
4258
4623
  "type": "list",
4259
4624
  "member": {}
4260
4625
  },
4261
- "S6g": {
4626
+ "S6z": {
4262
4627
  "type": "list",
4263
4628
  "member": {}
4264
4629
  },
4265
- "S7d": {
4266
- "type": "structure",
4267
- "members": {
4268
- "id": {},
4269
- "service": {}
4270
- }
4271
- },
4272
- "S7q": {
4273
- "type": "structure",
4274
- "members": {
4275
- "image": {},
4276
- "digest": {},
4277
- "createdAt": {
4278
- "type": "timestamp"
4279
- }
4280
- }
4281
- },
4282
- "S80": {
4630
+ "S7n": {
4283
4631
  "type": "list",
4284
4632
  "member": {}
4285
4633
  },
4286
- "S82": {
4634
+ "S7p": {
4287
4635
  "type": "list",
4288
4636
  "member": {
4289
4637
  "type": "structure",
@@ -4310,7 +4658,24 @@
4310
4658
  }
4311
4659
  }
4312
4660
  },
4313
- "S8e": {
4661
+ "S8d": {
4662
+ "type": "structure",
4663
+ "members": {
4664
+ "id": {},
4665
+ "service": {}
4666
+ }
4667
+ },
4668
+ "S8q": {
4669
+ "type": "structure",
4670
+ "members": {
4671
+ "image": {},
4672
+ "digest": {},
4673
+ "createdAt": {
4674
+ "type": "timestamp"
4675
+ }
4676
+ }
4677
+ },
4678
+ "S9a": {
4314
4679
  "type": "structure",
4315
4680
  "members": {
4316
4681
  "name": {},
@@ -4324,10 +4689,10 @@
4324
4689
  },
4325
4690
  "resourceType": {},
4326
4691
  "tags": {
4327
- "shape": "S12"
4692
+ "shape": "S10"
4328
4693
  },
4329
4694
  "addOns": {
4330
- "shape": "S8f"
4695
+ "shape": "S9b"
4331
4696
  },
4332
4697
  "sizeInGb": {
4333
4698
  "type": "integer"
@@ -4353,7 +4718,7 @@
4353
4718
  }
4354
4719
  }
4355
4720
  },
4356
- "S8f": {
4721
+ "S9b": {
4357
4722
  "type": "list",
4358
4723
  "member": {
4359
4724
  "type": "structure",
@@ -4365,7 +4730,7 @@
4365
4730
  }
4366
4731
  }
4367
4732
  },
4368
- "S8k": {
4733
+ "S9g": {
4369
4734
  "type": "structure",
4370
4735
  "members": {
4371
4736
  "name": {},
@@ -4379,7 +4744,7 @@
4379
4744
  },
4380
4745
  "resourceType": {},
4381
4746
  "tags": {
4382
- "shape": "S12"
4747
+ "shape": "S10"
4383
4748
  },
4384
4749
  "sizeInGb": {
4385
4750
  "type": "integer"
@@ -4395,13 +4760,13 @@
4395
4760
  }
4396
4761
  }
4397
4762
  },
4398
- "S8r": {
4763
+ "S9n": {
4399
4764
  "type": "list",
4400
4765
  "member": {
4401
- "shape": "S8e"
4766
+ "shape": "S9a"
4402
4767
  }
4403
4768
  },
4404
- "S96": {
4769
+ "Sa2": {
4405
4770
  "type": "structure",
4406
4771
  "members": {
4407
4772
  "name": {},
@@ -4415,17 +4780,17 @@
4415
4780
  },
4416
4781
  "resourceType": {},
4417
4782
  "tags": {
4418
- "shape": "S12"
4783
+ "shape": "S10"
4419
4784
  },
4420
4785
  "domainEntries": {
4421
4786
  "type": "list",
4422
4787
  "member": {
4423
- "shape": "S3m"
4788
+ "shape": "S41"
4424
4789
  }
4425
4790
  }
4426
4791
  }
4427
4792
  },
4428
- "S9n": {
4793
+ "Saj": {
4429
4794
  "type": "structure",
4430
4795
  "members": {
4431
4796
  "name": {},
@@ -4439,13 +4804,13 @@
4439
4804
  },
4440
4805
  "resourceType": {},
4441
4806
  "tags": {
4442
- "shape": "S12"
4807
+ "shape": "S10"
4443
4808
  },
4444
4809
  "blueprintId": {},
4445
4810
  "blueprintName": {},
4446
4811
  "bundleId": {},
4447
4812
  "addOns": {
4448
- "shape": "S8f"
4813
+ "shape": "S9b"
4449
4814
  },
4450
4815
  "isStaticIp": {
4451
4816
  "type": "boolean"
@@ -4464,7 +4829,7 @@
4464
4829
  "type": "integer"
4465
4830
  },
4466
4831
  "disks": {
4467
- "shape": "S8r"
4832
+ "shape": "S9n"
4468
4833
  },
4469
4834
  "ramSizeInGb": {
4470
4835
  "type": "float"
@@ -4513,13 +4878,13 @@
4513
4878
  }
4514
4879
  },
4515
4880
  "state": {
4516
- "shape": "S9y"
4881
+ "shape": "Sau"
4517
4882
  },
4518
4883
  "username": {},
4519
4884
  "sshKeyName": {}
4520
4885
  }
4521
4886
  },
4522
- "S9y": {
4887
+ "Sau": {
4523
4888
  "type": "structure",
4524
4889
  "members": {
4525
4890
  "code": {
@@ -4528,7 +4893,7 @@
4528
4893
  "name": {}
4529
4894
  }
4530
4895
  },
4531
- "Sag": {
4896
+ "Sbc": {
4532
4897
  "type": "structure",
4533
4898
  "members": {
4534
4899
  "name": {},
@@ -4542,12 +4907,12 @@
4542
4907
  },
4543
4908
  "resourceType": {},
4544
4909
  "tags": {
4545
- "shape": "S12"
4910
+ "shape": "S10"
4546
4911
  },
4547
4912
  "state": {},
4548
4913
  "progress": {},
4549
4914
  "fromAttachedDisks": {
4550
- "shape": "S8r"
4915
+ "shape": "S9n"
4551
4916
  },
4552
4917
  "fromInstanceName": {},
4553
4918
  "fromInstanceArn": {},
@@ -4561,7 +4926,7 @@
4561
4926
  }
4562
4927
  }
4563
4928
  },
4564
- "Sax": {
4929
+ "Sbt": {
4565
4930
  "type": "structure",
4566
4931
  "members": {
4567
4932
  "name": {},
@@ -4575,7 +4940,7 @@
4575
4940
  },
4576
4941
  "resourceType": {},
4577
4942
  "tags": {
4578
- "shape": "S12"
4943
+ "shape": "S10"
4579
4944
  },
4580
4945
  "dnsName": {},
4581
4946
  "state": {},
@@ -4621,7 +4986,7 @@
4621
4986
  "ipAddressType": {}
4622
4987
  }
4623
4988
  },
4624
- "Sc3": {
4989
+ "Scz": {
4625
4990
  "type": "list",
4626
4991
  "member": {
4627
4992
  "type": "structure",
@@ -4631,7 +4996,7 @@
4631
4996
  }
4632
4997
  }
4633
4998
  },
4634
- "Sc7": {
4999
+ "Sd3": {
4635
5000
  "type": "structure",
4636
5001
  "members": {
4637
5002
  "name": {},
@@ -4645,7 +5010,7 @@
4645
5010
  },
4646
5011
  "resourceType": {},
4647
5012
  "tags": {
4648
- "shape": "S12"
5013
+ "shape": "S10"
4649
5014
  },
4650
5015
  "relationalDatabaseBlueprintId": {},
4651
5016
  "relationalDatabaseBundleId": {},
@@ -4716,7 +5081,7 @@
4716
5081
  "caCertificateIdentifier": {}
4717
5082
  }
4718
5083
  },
4719
- "Sd4": {
5084
+ "Se0": {
4720
5085
  "type": "list",
4721
5086
  "member": {
4722
5087
  "type": "structure",
@@ -4734,7 +5099,7 @@
4734
5099
  }
4735
5100
  }
4736
5101
  },
4737
- "Sd8": {
5102
+ "Se4": {
4738
5103
  "type": "structure",
4739
5104
  "members": {
4740
5105
  "name": {},
@@ -4748,7 +5113,7 @@
4748
5113
  },
4749
5114
  "resourceType": {},
4750
5115
  "tags": {
4751
- "shape": "S12"
5116
+ "shape": "S10"
4752
5117
  },
4753
5118
  "engine": {},
4754
5119
  "engineVersion": {},
@@ -4762,7 +5127,7 @@
4762
5127
  "fromRelationalDatabaseBlueprintId": {}
4763
5128
  }
4764
5129
  },
4765
- "Sdh": {
5130
+ "Sed": {
4766
5131
  "type": "structure",
4767
5132
  "members": {
4768
5133
  "name": {},