aws-sdk 2.849.0 → 2.853.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 (48) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/appflow-2020-08-23.min.json +123 -66
  4. package/apis/autoscaling-2011-01-01.min.json +20 -15
  5. package/apis/databrew-2017-07-25.min.json +87 -77
  6. package/apis/detective-2018-10-26.min.json +26 -19
  7. package/apis/ecr-public-2020-10-30.min.json +82 -11
  8. package/apis/eks-2017-11-01.min.json +154 -122
  9. package/apis/elasticmapreduce-2009-03-31.min.json +19 -1
  10. package/apis/es-2015-01-01.min.json +192 -57
  11. package/apis/es-2015-01-01.paginators.json +5 -0
  12. package/apis/glue-2017-03-31.min.json +72 -69
  13. package/apis/imagebuilder-2019-12-02.min.json +96 -56
  14. package/apis/imagebuilder-2019-12-02.paginators.json +6 -0
  15. package/apis/iotevents-2018-07-27.min.json +102 -3
  16. package/apis/mediapackage-vod-2018-11-07.min.json +153 -76
  17. package/apis/pinpoint-2016-12-01.min.json +9 -3
  18. package/apis/redshift-data-2019-12-20.min.json +5 -1
  19. package/apis/s3-2006-03-01.examples.json +109 -109
  20. package/apis/s3-2006-03-01.min.json +8 -0
  21. package/clients/appflow.d.ts +33 -1
  22. package/clients/autoscaling.d.ts +16 -2
  23. package/clients/computeoptimizer.d.ts +5 -5
  24. package/clients/databrew.d.ts +26 -0
  25. package/clients/detective.d.ts +20 -11
  26. package/clients/ecrpublic.d.ts +78 -0
  27. package/clients/eks.d.ts +29 -4
  28. package/clients/emr.d.ts +80 -50
  29. package/clients/es.d.ts +186 -0
  30. package/clients/glue.d.ts +6 -4
  31. package/clients/imagebuilder.d.ts +63 -2
  32. package/clients/iotevents.d.ts +130 -28
  33. package/clients/lightsail.d.ts +2 -2
  34. package/clients/mediapackagevod.d.ts +43 -0
  35. package/clients/pinpoint.d.ts +24 -0
  36. package/clients/quicksight.d.ts +5 -5
  37. package/clients/redshiftdata.d.ts +16 -4
  38. package/clients/s3.d.ts +40 -38
  39. package/clients/s3control.d.ts +4 -4
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +35 -21
  42. package/dist/aws-sdk.js +67 -22
  43. package/dist/aws-sdk.min.js +82 -82
  44. package/lib/core.js +1 -1
  45. package/lib/services/s3.js +13 -1
  46. package/lib/services/s3util.js +4 -2
  47. package/package.json +1 -1
  48. package/scripts/region-checker/allowlist.js +6 -6
@@ -173,7 +173,8 @@
173
173
  "ServiceRole",
174
174
  "UserRole",
175
175
  "WorkspaceSecurityGroupId",
176
- "EngineSecurityGroupId"
176
+ "EngineSecurityGroupId",
177
+ "DefaultS3Location"
177
178
  ],
178
179
  "members": {
179
180
  "Name": {},
@@ -1702,6 +1703,23 @@
1702
1703
  }
1703
1704
  }
1704
1705
  },
1706
+ "UpdateStudio": {
1707
+ "input": {
1708
+ "type": "structure",
1709
+ "required": [
1710
+ "StudioId"
1711
+ ],
1712
+ "members": {
1713
+ "StudioId": {},
1714
+ "Name": {},
1715
+ "Description": {},
1716
+ "SubnetIds": {
1717
+ "shape": "S26"
1718
+ },
1719
+ "DefaultS3Location": {}
1720
+ }
1721
+ }
1722
+ },
1705
1723
  "UpdateStudioSessionMapping": {
1706
1724
  "input": {
1707
1725
  "type": "structure",
@@ -151,6 +151,15 @@
151
151
  },
152
152
  "AdvancedSecurityOptions": {
153
153
  "shape": "S1u"
154
+ },
155
+ "AutoTuneOptions": {
156
+ "type": "structure",
157
+ "members": {
158
+ "DesiredState": {},
159
+ "MaintenanceSchedules": {
160
+ "shape": "S25"
161
+ }
162
+ }
154
163
  }
155
164
  }
156
165
  },
@@ -158,7 +167,7 @@
158
167
  "type": "structure",
159
168
  "members": {
160
169
  "DomainStatus": {
161
- "shape": "S24"
170
+ "shape": "S2c"
162
171
  }
163
172
  }
164
173
  }
@@ -195,7 +204,7 @@
195
204
  },
196
205
  "ConnectionAlias": {},
197
206
  "ConnectionStatus": {
198
- "shape": "S2e"
207
+ "shape": "S2o"
199
208
  },
200
209
  "CrossClusterSearchConnectionId": {}
201
210
  }
@@ -217,7 +226,7 @@
217
226
  "PackageType": {},
218
227
  "PackageDescription": {},
219
228
  "PackageSource": {
220
- "shape": "S2i"
229
+ "shape": "S2s"
221
230
  }
222
231
  }
223
232
  },
@@ -225,7 +234,7 @@
225
234
  "type": "structure",
226
235
  "members": {
227
236
  "PackageDetails": {
228
- "shape": "S2m"
237
+ "shape": "S2w"
229
238
  }
230
239
  }
231
240
  }
@@ -251,7 +260,7 @@
251
260
  "type": "structure",
252
261
  "members": {
253
262
  "DomainStatus": {
254
- "shape": "S24"
263
+ "shape": "S2c"
255
264
  }
256
265
  }
257
266
  }
@@ -309,7 +318,7 @@
309
318
  "type": "structure",
310
319
  "members": {
311
320
  "CrossClusterSearchConnection": {
312
- "shape": "S2v"
321
+ "shape": "S35"
313
322
  }
314
323
  }
315
324
  }
@@ -335,11 +344,64 @@
335
344
  "type": "structure",
336
345
  "members": {
337
346
  "PackageDetails": {
338
- "shape": "S2m"
347
+ "shape": "S2w"
339
348
  }
340
349
  }
341
350
  }
342
351
  },
352
+ "DescribeDomainAutoTunes": {
353
+ "http": {
354
+ "method": "GET",
355
+ "requestUri": "/2015-01-01/es/domain/{DomainName}/autoTunes"
356
+ },
357
+ "input": {
358
+ "type": "structure",
359
+ "required": [
360
+ "DomainName"
361
+ ],
362
+ "members": {
363
+ "DomainName": {
364
+ "location": "uri",
365
+ "locationName": "DomainName"
366
+ },
367
+ "MaxResults": {
368
+ "type": "integer"
369
+ },
370
+ "NextToken": {}
371
+ }
372
+ },
373
+ "output": {
374
+ "type": "structure",
375
+ "members": {
376
+ "AutoTunes": {
377
+ "type": "list",
378
+ "member": {
379
+ "type": "structure",
380
+ "members": {
381
+ "AutoTuneType": {},
382
+ "AutoTuneDetails": {
383
+ "type": "structure",
384
+ "members": {
385
+ "ScheduledAutoTuneDetails": {
386
+ "type": "structure",
387
+ "members": {
388
+ "Date": {
389
+ "type": "timestamp"
390
+ },
391
+ "ActionType": {},
392
+ "Action": {},
393
+ "Severity": {}
394
+ }
395
+ }
396
+ }
397
+ }
398
+ }
399
+ }
400
+ },
401
+ "NextToken": {}
402
+ }
403
+ }
404
+ },
343
405
  "DescribeElasticsearchDomain": {
344
406
  "http": {
345
407
  "method": "GET",
@@ -364,7 +426,7 @@
364
426
  ],
365
427
  "members": {
366
428
  "DomainStatus": {
367
- "shape": "S24"
429
+ "shape": "S2c"
368
430
  }
369
431
  }
370
432
  }
@@ -393,7 +455,7 @@
393
455
  ],
394
456
  "members": {
395
457
  "DomainConfig": {
396
- "shape": "S32"
458
+ "shape": "S3p"
397
459
  }
398
460
  }
399
461
  }
@@ -423,7 +485,7 @@
423
485
  "DomainStatusList": {
424
486
  "type": "list",
425
487
  "member": {
426
- "shape": "S24"
488
+ "shape": "S2c"
427
489
  }
428
490
  }
429
491
  }
@@ -478,7 +540,7 @@
478
540
  "members": {
479
541
  "LimitName": {},
480
542
  "LimitValues": {
481
- "shape": "S40"
543
+ "shape": "S4r"
482
544
  }
483
545
  }
484
546
  }
@@ -509,7 +571,7 @@
509
571
  "members": {
510
572
  "LimitName": {},
511
573
  "LimitValues": {
512
- "shape": "S40"
574
+ "shape": "S4r"
513
575
  }
514
576
  }
515
577
  }
@@ -528,7 +590,7 @@
528
590
  "type": "structure",
529
591
  "members": {
530
592
  "Filters": {
531
- "shape": "S49"
593
+ "shape": "S50"
532
594
  },
533
595
  "MaxResults": {
534
596
  "type": "integer"
@@ -557,7 +619,7 @@
557
619
  "type": "structure",
558
620
  "members": {
559
621
  "Filters": {
560
- "shape": "S49"
622
+ "shape": "S50"
561
623
  },
562
624
  "MaxResults": {
563
625
  "type": "integer"
@@ -571,7 +633,7 @@
571
633
  "CrossClusterSearchConnections": {
572
634
  "type": "list",
573
635
  "member": {
574
- "shape": "S2v"
636
+ "shape": "S35"
575
637
  }
576
638
  },
577
639
  "NextToken": {}
@@ -610,7 +672,7 @@
610
672
  "PackageDetailsList": {
611
673
  "type": "list",
612
674
  "member": {
613
- "shape": "S2m"
675
+ "shape": "S2w"
614
676
  }
615
677
  },
616
678
  "NextToken": {}
@@ -663,7 +725,7 @@
663
725
  "CurrencyCode": {},
664
726
  "PaymentOption": {},
665
727
  "RecurringCharges": {
666
- "shape": "S50"
728
+ "shape": "S5p"
667
729
  }
668
730
  }
669
731
  }
@@ -726,7 +788,7 @@
726
788
  "State": {},
727
789
  "PaymentOption": {},
728
790
  "RecurringCharges": {
729
- "shape": "S50"
791
+ "shape": "S5p"
730
792
  }
731
793
  }
732
794
  }
@@ -788,7 +850,7 @@
788
850
  "members": {
789
851
  "SourceVersion": {},
790
852
  "TargetVersions": {
791
- "shape": "S5d"
853
+ "shape": "S62"
792
854
  }
793
855
  }
794
856
  }
@@ -982,7 +1044,7 @@
982
1044
  "type": "structure",
983
1045
  "members": {
984
1046
  "DomainPackageDetailsList": {
985
- "shape": "S62"
1047
+ "shape": "S6r"
986
1048
  },
987
1049
  "NextToken": {}
988
1050
  }
@@ -1052,7 +1114,7 @@
1052
1114
  "type": "structure",
1053
1115
  "members": {
1054
1116
  "ElasticsearchVersions": {
1055
- "shape": "S5d"
1117
+ "shape": "S62"
1056
1118
  },
1057
1119
  "NextToken": {}
1058
1120
  }
@@ -1088,7 +1150,7 @@
1088
1150
  "type": "structure",
1089
1151
  "members": {
1090
1152
  "DomainPackageDetailsList": {
1091
- "shape": "S62"
1153
+ "shape": "S6r"
1092
1154
  },
1093
1155
  "NextToken": {}
1094
1156
  }
@@ -1259,6 +1321,9 @@
1259
1321
  },
1260
1322
  "EncryptionAtRestOptions": {
1261
1323
  "shape": "S1j"
1324
+ },
1325
+ "AutoTuneOptions": {
1326
+ "shape": "S48"
1262
1327
  }
1263
1328
  }
1264
1329
  },
@@ -1269,7 +1334,7 @@
1269
1334
  ],
1270
1335
  "members": {
1271
1336
  "DomainConfig": {
1272
- "shape": "S32"
1337
+ "shape": "S3p"
1273
1338
  }
1274
1339
  }
1275
1340
  }
@@ -1287,7 +1352,7 @@
1287
1352
  "members": {
1288
1353
  "PackageID": {},
1289
1354
  "PackageSource": {
1290
- "shape": "S2i"
1355
+ "shape": "S2s"
1291
1356
  },
1292
1357
  "PackageDescription": {},
1293
1358
  "CommitMessage": {}
@@ -1297,7 +1362,7 @@
1297
1362
  "type": "structure",
1298
1363
  "members": {
1299
1364
  "PackageDetails": {
1300
- "shape": "S2m"
1365
+ "shape": "S2w"
1301
1366
  }
1302
1367
  }
1303
1368
  }
@@ -1614,7 +1679,28 @@
1614
1679
  "EntityId": {}
1615
1680
  }
1616
1681
  },
1617
- "S24": {
1682
+ "S25": {
1683
+ "type": "list",
1684
+ "member": {
1685
+ "type": "structure",
1686
+ "members": {
1687
+ "StartAt": {
1688
+ "type": "timestamp"
1689
+ },
1690
+ "Duration": {
1691
+ "type": "structure",
1692
+ "members": {
1693
+ "Value": {
1694
+ "type": "long"
1695
+ },
1696
+ "Unit": {}
1697
+ }
1698
+ },
1699
+ "CronExpressionForRecurrence": {}
1700
+ }
1701
+ }
1702
+ },
1703
+ "S2c": {
1618
1704
  "type": "structure",
1619
1705
  "required": [
1620
1706
  "DomainId",
@@ -1656,7 +1742,7 @@
1656
1742
  "shape": "S1c"
1657
1743
  },
1658
1744
  "VPCOptions": {
1659
- "shape": "S28"
1745
+ "shape": "S2g"
1660
1746
  },
1661
1747
  "CognitoOptions": {
1662
1748
  "shape": "S1f"
@@ -1680,11 +1766,18 @@
1680
1766
  "shape": "S1r"
1681
1767
  },
1682
1768
  "AdvancedSecurityOptions": {
1683
- "shape": "S29"
1769
+ "shape": "S2h"
1770
+ },
1771
+ "AutoTuneOptions": {
1772
+ "type": "structure",
1773
+ "members": {
1774
+ "State": {},
1775
+ "ErrorMessage": {}
1776
+ }
1684
1777
  }
1685
1778
  }
1686
1779
  },
1687
- "S28": {
1780
+ "S2g": {
1688
1781
  "type": "structure",
1689
1782
  "members": {
1690
1783
  "VPCId": {},
@@ -1699,7 +1792,7 @@
1699
1792
  }
1700
1793
  }
1701
1794
  },
1702
- "S29": {
1795
+ "S2h": {
1703
1796
  "type": "structure",
1704
1797
  "members": {
1705
1798
  "Enabled": {
@@ -1726,21 +1819,21 @@
1726
1819
  }
1727
1820
  }
1728
1821
  },
1729
- "S2e": {
1822
+ "S2o": {
1730
1823
  "type": "structure",
1731
1824
  "members": {
1732
1825
  "StatusCode": {},
1733
1826
  "Message": {}
1734
1827
  }
1735
1828
  },
1736
- "S2i": {
1829
+ "S2s": {
1737
1830
  "type": "structure",
1738
1831
  "members": {
1739
1832
  "S3BucketName": {},
1740
1833
  "S3Key": {}
1741
1834
  }
1742
1835
  },
1743
- "S2m": {
1836
+ "S2w": {
1744
1837
  "type": "structure",
1745
1838
  "members": {
1746
1839
  "PackageID": {},
@@ -1760,7 +1853,7 @@
1760
1853
  }
1761
1854
  }
1762
1855
  },
1763
- "S2v": {
1856
+ "S35": {
1764
1857
  "type": "structure",
1765
1858
  "members": {
1766
1859
  "SourceDomainInfo": {
@@ -1772,11 +1865,11 @@
1772
1865
  "CrossClusterSearchConnectionId": {},
1773
1866
  "ConnectionAlias": {},
1774
1867
  "ConnectionStatus": {
1775
- "shape": "S2e"
1868
+ "shape": "S2o"
1776
1869
  }
1777
1870
  }
1778
1871
  },
1779
- "S32": {
1872
+ "S3p": {
1780
1873
  "type": "structure",
1781
1874
  "members": {
1782
1875
  "ElasticsearchVersion": {
@@ -1788,7 +1881,7 @@
1788
1881
  "members": {
1789
1882
  "Options": {},
1790
1883
  "Status": {
1791
- "shape": "S34"
1884
+ "shape": "S3r"
1792
1885
  }
1793
1886
  }
1794
1887
  },
@@ -1803,7 +1896,7 @@
1803
1896
  "shape": "S14"
1804
1897
  },
1805
1898
  "Status": {
1806
- "shape": "S34"
1899
+ "shape": "S3r"
1807
1900
  }
1808
1901
  }
1809
1902
  },
@@ -1818,7 +1911,7 @@
1818
1911
  "shape": "S19"
1819
1912
  },
1820
1913
  "Status": {
1821
- "shape": "S34"
1914
+ "shape": "S3r"
1822
1915
  }
1823
1916
  }
1824
1917
  },
@@ -1831,7 +1924,7 @@
1831
1924
  "members": {
1832
1925
  "Options": {},
1833
1926
  "Status": {
1834
- "shape": "S34"
1927
+ "shape": "S3r"
1835
1928
  }
1836
1929
  }
1837
1930
  },
@@ -1846,7 +1939,7 @@
1846
1939
  "shape": "S1c"
1847
1940
  },
1848
1941
  "Status": {
1849
- "shape": "S34"
1942
+ "shape": "S3r"
1850
1943
  }
1851
1944
  }
1852
1945
  },
@@ -1858,10 +1951,10 @@
1858
1951
  ],
1859
1952
  "members": {
1860
1953
  "Options": {
1861
- "shape": "S28"
1954
+ "shape": "S2g"
1862
1955
  },
1863
1956
  "Status": {
1864
- "shape": "S34"
1957
+ "shape": "S3r"
1865
1958
  }
1866
1959
  }
1867
1960
  },
@@ -1876,7 +1969,7 @@
1876
1969
  "shape": "S1f"
1877
1970
  },
1878
1971
  "Status": {
1879
- "shape": "S34"
1972
+ "shape": "S3r"
1880
1973
  }
1881
1974
  }
1882
1975
  },
@@ -1891,7 +1984,7 @@
1891
1984
  "shape": "S1j"
1892
1985
  },
1893
1986
  "Status": {
1894
- "shape": "S34"
1987
+ "shape": "S3r"
1895
1988
  }
1896
1989
  }
1897
1990
  },
@@ -1906,7 +1999,7 @@
1906
1999
  "shape": "S1l"
1907
2000
  },
1908
2001
  "Status": {
1909
- "shape": "S34"
2002
+ "shape": "S3r"
1910
2003
  }
1911
2004
  }
1912
2005
  },
@@ -1921,7 +2014,7 @@
1921
2014
  "shape": "S1m"
1922
2015
  },
1923
2016
  "Status": {
1924
- "shape": "S34"
2017
+ "shape": "S3r"
1925
2018
  }
1926
2019
  }
1927
2020
  },
@@ -1932,7 +2025,7 @@
1932
2025
  "shape": "S1n"
1933
2026
  },
1934
2027
  "Status": {
1935
- "shape": "S34"
2028
+ "shape": "S3r"
1936
2029
  }
1937
2030
  }
1938
2031
  },
@@ -1947,7 +2040,7 @@
1947
2040
  "shape": "S1r"
1948
2041
  },
1949
2042
  "Status": {
1950
- "shape": "S34"
2043
+ "shape": "S3r"
1951
2044
  }
1952
2045
  }
1953
2046
  },
@@ -1959,16 +2052,48 @@
1959
2052
  ],
1960
2053
  "members": {
1961
2054
  "Options": {
1962
- "shape": "S29"
2055
+ "shape": "S2h"
1963
2056
  },
1964
2057
  "Status": {
1965
- "shape": "S34"
2058
+ "shape": "S3r"
2059
+ }
2060
+ }
2061
+ },
2062
+ "AutoTuneOptions": {
2063
+ "type": "structure",
2064
+ "members": {
2065
+ "Options": {
2066
+ "shape": "S48"
2067
+ },
2068
+ "Status": {
2069
+ "type": "structure",
2070
+ "required": [
2071
+ "CreationDate",
2072
+ "UpdateDate",
2073
+ "State"
2074
+ ],
2075
+ "members": {
2076
+ "CreationDate": {
2077
+ "type": "timestamp"
2078
+ },
2079
+ "UpdateDate": {
2080
+ "type": "timestamp"
2081
+ },
2082
+ "UpdateVersion": {
2083
+ "type": "integer"
2084
+ },
2085
+ "State": {},
2086
+ "ErrorMessage": {},
2087
+ "PendingDeletion": {
2088
+ "type": "boolean"
2089
+ }
2090
+ }
1966
2091
  }
1967
2092
  }
1968
2093
  }
1969
2094
  }
1970
2095
  },
1971
- "S34": {
2096
+ "S3r": {
1972
2097
  "type": "structure",
1973
2098
  "required": [
1974
2099
  "CreationDate",
@@ -1991,11 +2116,21 @@
1991
2116
  }
1992
2117
  }
1993
2118
  },
1994
- "S40": {
2119
+ "S48": {
2120
+ "type": "structure",
2121
+ "members": {
2122
+ "DesiredState": {},
2123
+ "RollbackOnDisable": {},
2124
+ "MaintenanceSchedules": {
2125
+ "shape": "S25"
2126
+ }
2127
+ }
2128
+ },
2129
+ "S4r": {
1995
2130
  "type": "list",
1996
2131
  "member": {}
1997
2132
  },
1998
- "S49": {
2133
+ "S50": {
1999
2134
  "type": "list",
2000
2135
  "member": {
2001
2136
  "type": "structure",
@@ -2008,7 +2143,7 @@
2008
2143
  }
2009
2144
  }
2010
2145
  },
2011
- "S50": {
2146
+ "S5p": {
2012
2147
  "type": "list",
2013
2148
  "member": {
2014
2149
  "type": "structure",
@@ -2020,11 +2155,11 @@
2020
2155
  }
2021
2156
  }
2022
2157
  },
2023
- "S5d": {
2158
+ "S62": {
2024
2159
  "type": "list",
2025
2160
  "member": {}
2026
2161
  },
2027
- "S62": {
2162
+ "S6r": {
2028
2163
  "type": "list",
2029
2164
  "member": {
2030
2165
  "shape": "Sl"
@@ -1,5 +1,10 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeDomainAutoTunes": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
3
8
  "DescribeInboundCrossClusterSearchConnections": {
4
9
  "input_token": "NextToken",
5
10
  "output_token": "NextToken",