aws-sdk 2.927.0 → 2.931.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 (44) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/chime-2018-05-01.min.json +48 -4
  4. package/apis/connect-2017-08-08.min.json +229 -124
  5. package/apis/connect-2017-08-08.paginators.json +6 -0
  6. package/apis/ec2-2016-11-15.min.json +1034 -898
  7. package/apis/greengrassv2-2020-11-30.min.json +166 -28
  8. package/apis/greengrassv2-2020-11-30.paginators.json +6 -0
  9. package/apis/iotanalytics-2017-11-27.min.json +68 -27
  10. package/apis/kendra-2019-02-03.min.json +128 -35
  11. package/apis/kms-2014-11-01.examples.json +8 -3
  12. package/apis/kms-2014-11-01.min.json +101 -20
  13. package/apis/mediatailor-2018-04-23.min.json +67 -59
  14. package/apis/metadata.json +2 -1
  15. package/apis/models.lex.v2-2020-08-07.min.json +60 -37
  16. package/apis/rds-2014-10-31.min.json +41 -20
  17. package/apis/redshift-data-2019-12-20.min.json +26 -3
  18. package/apis/runtime.lex.v2-2020-08-07.min.json +49 -35
  19. package/clients/browser_default.d.ts +1 -0
  20. package/clients/browser_default.js +1 -0
  21. package/clients/chime.d.ts +32 -6
  22. package/clients/connect.d.ts +184 -94
  23. package/clients/ec2.d.ts +192 -41
  24. package/clients/greengrassv2.d.ts +138 -2
  25. package/clients/iotanalytics.d.ts +51 -4
  26. package/clients/kendra.d.ts +114 -3
  27. package/clients/kms.d.ts +260 -136
  28. package/clients/lexmodelsv2.d.ts +30 -4
  29. package/clients/lexruntimev2.d.ts +46 -36
  30. package/clients/lookoutmetrics.d.ts +4 -4
  31. package/clients/mediatailor.d.ts +19 -1
  32. package/clients/rds.d.ts +248 -207
  33. package/clients/redshiftdata.d.ts +25 -0
  34. package/clients/sagemaker.d.ts +6 -6
  35. package/dist/aws-sdk-core-react-native.js +26 -2
  36. package/dist/aws-sdk-react-native.js +59 -39
  37. package/dist/aws-sdk.js +4438 -1559
  38. package/dist/aws-sdk.min.js +69 -68
  39. package/lib/core.js +1 -1
  40. package/lib/event_listeners.js +23 -0
  41. package/lib/model/operation.js +1 -0
  42. package/lib/services/s3.js +18 -22
  43. package/package.json +1 -1
  44. package/scripts/region-checker/allowlist.js +7 -7
@@ -209,7 +209,7 @@
209
209
  "Schedule": {},
210
210
  "RoleArn": {},
211
211
  "Tags": {
212
- "shape": "S40"
212
+ "shape": "S4j"
213
213
  },
214
214
  "ClientToken": {
215
215
  "idempotencyToken": true
@@ -244,7 +244,7 @@
244
244
  },
245
245
  "RoleArn": {},
246
246
  "Tags": {
247
- "shape": "S40"
247
+ "shape": "S4j"
248
248
  },
249
249
  "FileFormat": {},
250
250
  "ClientToken": {
@@ -271,17 +271,17 @@
271
271
  "Edition": {},
272
272
  "RoleArn": {},
273
273
  "ServerSideEncryptionConfiguration": {
274
- "shape": "S4e"
274
+ "shape": "S4x"
275
275
  },
276
276
  "Description": {},
277
277
  "ClientToken": {
278
278
  "idempotencyToken": true
279
279
  },
280
280
  "Tags": {
281
- "shape": "S40"
281
+ "shape": "S4j"
282
282
  },
283
283
  "UserTokenConfigurations": {
284
- "shape": "S4g"
284
+ "shape": "S4z"
285
285
  },
286
286
  "UserContextPolicy": {}
287
287
  }
@@ -314,7 +314,7 @@
314
314
  },
315
315
  "RoleArn": {},
316
316
  "Tags": {
317
- "shape": "S40"
317
+ "shape": "S4j"
318
318
  }
319
319
  }
320
320
  },
@@ -340,7 +340,7 @@
340
340
  "Description": {},
341
341
  "RoleArn": {},
342
342
  "Tags": {
343
- "shape": "S40"
343
+ "shape": "S4j"
344
344
  },
345
345
  "SourceS3Path": {
346
346
  "shape": "S11"
@@ -509,7 +509,7 @@
509
509
  "Edition": {},
510
510
  "RoleArn": {},
511
511
  "ServerSideEncryptionConfiguration": {
512
- "shape": "S4e"
512
+ "shape": "S4x"
513
513
  },
514
514
  "Status": {},
515
515
  "Description": {},
@@ -520,7 +520,7 @@
520
520
  "type": "timestamp"
521
521
  },
522
522
  "DocumentMetadataConfigurations": {
523
- "shape": "S5d"
523
+ "shape": "S5w"
524
524
  },
525
525
  "IndexStatistics": {
526
526
  "type": "structure",
@@ -559,10 +559,10 @@
559
559
  },
560
560
  "ErrorMessage": {},
561
561
  "CapacityUnits": {
562
- "shape": "S5v"
562
+ "shape": "S6e"
563
563
  },
564
564
  "UserTokenConfigurations": {
565
- "shape": "S4g"
565
+ "shape": "S4z"
566
566
  },
567
567
  "UserContextPolicy": {}
568
568
  }
@@ -983,7 +983,7 @@
983
983
  "type": "structure",
984
984
  "members": {
985
985
  "Tags": {
986
- "shape": "S40"
986
+ "shape": "S4j"
987
987
  }
988
988
  }
989
989
  }
@@ -1037,7 +1037,7 @@
1037
1037
  "IndexId": {},
1038
1038
  "QueryText": {},
1039
1039
  "AttributeFilter": {
1040
- "shape": "S7r"
1040
+ "shape": "S8a"
1041
1041
  },
1042
1042
  "Facets": {
1043
1043
  "type": "list",
@@ -1064,7 +1064,7 @@
1064
1064
  "members": {
1065
1065
  "Name": {},
1066
1066
  "Relevance": {
1067
- "shape": "S5h"
1067
+ "shape": "S60"
1068
1068
  }
1069
1069
  }
1070
1070
  }
@@ -1122,7 +1122,7 @@
1122
1122
  "type": "structure",
1123
1123
  "members": {
1124
1124
  "TextWithHighlightsValue": {
1125
- "shape": "S8c"
1125
+ "shape": "S8v"
1126
1126
  }
1127
1127
  }
1128
1128
  }
@@ -1131,10 +1131,10 @@
1131
1131
  },
1132
1132
  "DocumentId": {},
1133
1133
  "DocumentTitle": {
1134
- "shape": "S8c"
1134
+ "shape": "S8v"
1135
1135
  },
1136
1136
  "DocumentExcerpt": {
1137
- "shape": "S8c"
1137
+ "shape": "S8v"
1138
1138
  },
1139
1139
  "DocumentURI": {},
1140
1140
  "DocumentAttributes": {
@@ -1265,7 +1265,7 @@
1265
1265
  "members": {
1266
1266
  "ResourceARN": {},
1267
1267
  "Tags": {
1268
- "shape": "S40"
1268
+ "shape": "S4j"
1269
1269
  }
1270
1270
  }
1271
1271
  },
@@ -1326,13 +1326,13 @@
1326
1326
  "RoleArn": {},
1327
1327
  "Description": {},
1328
1328
  "DocumentMetadataConfigurationUpdates": {
1329
- "shape": "S5d"
1329
+ "shape": "S5w"
1330
1330
  },
1331
1331
  "CapacityUnits": {
1332
- "shape": "S5v"
1332
+ "shape": "S6e"
1333
1333
  },
1334
1334
  "UserTokenConfigurations": {
1335
- "shape": "S4g"
1335
+ "shape": "S4z"
1336
1336
  },
1337
1337
  "UserContextPolicy": {}
1338
1338
  }
@@ -1919,6 +1919,99 @@
1919
1919
  "member": {}
1920
1920
  }
1921
1921
  }
1922
+ },
1923
+ "WebCrawlerConfiguration": {
1924
+ "type": "structure",
1925
+ "required": [
1926
+ "Urls"
1927
+ ],
1928
+ "members": {
1929
+ "Urls": {
1930
+ "type": "structure",
1931
+ "members": {
1932
+ "SeedUrlConfiguration": {
1933
+ "type": "structure",
1934
+ "required": [
1935
+ "SeedUrls"
1936
+ ],
1937
+ "members": {
1938
+ "SeedUrls": {
1939
+ "type": "list",
1940
+ "member": {}
1941
+ },
1942
+ "WebCrawlerMode": {}
1943
+ }
1944
+ },
1945
+ "SiteMapsConfiguration": {
1946
+ "type": "structure",
1947
+ "required": [
1948
+ "SiteMaps"
1949
+ ],
1950
+ "members": {
1951
+ "SiteMaps": {
1952
+ "type": "list",
1953
+ "member": {}
1954
+ }
1955
+ }
1956
+ }
1957
+ }
1958
+ },
1959
+ "CrawlDepth": {
1960
+ "type": "integer"
1961
+ },
1962
+ "MaxLinksPerPage": {
1963
+ "type": "integer"
1964
+ },
1965
+ "MaxContentSizePerPageInMegaBytes": {
1966
+ "type": "float"
1967
+ },
1968
+ "MaxUrlsPerMinuteCrawlRate": {
1969
+ "type": "integer"
1970
+ },
1971
+ "UrlInclusionPatterns": {
1972
+ "shape": "S1j"
1973
+ },
1974
+ "UrlExclusionPatterns": {
1975
+ "shape": "S1j"
1976
+ },
1977
+ "ProxyConfiguration": {
1978
+ "type": "structure",
1979
+ "required": [
1980
+ "Host",
1981
+ "Port"
1982
+ ],
1983
+ "members": {
1984
+ "Host": {},
1985
+ "Port": {
1986
+ "type": "integer"
1987
+ },
1988
+ "Credentials": {}
1989
+ }
1990
+ },
1991
+ "AuthenticationConfiguration": {
1992
+ "type": "structure",
1993
+ "members": {
1994
+ "BasicAuthentication": {
1995
+ "type": "list",
1996
+ "member": {
1997
+ "type": "structure",
1998
+ "required": [
1999
+ "Host",
2000
+ "Port",
2001
+ "Credentials"
2002
+ ],
2003
+ "members": {
2004
+ "Host": {},
2005
+ "Port": {
2006
+ "type": "integer"
2007
+ },
2008
+ "Credentials": {}
2009
+ }
2010
+ }
2011
+ }
2012
+ }
2013
+ }
2014
+ }
1922
2015
  }
1923
2016
  }
1924
2017
  },
@@ -1962,7 +2055,7 @@
1962
2055
  "type": "list",
1963
2056
  "member": {}
1964
2057
  },
1965
- "S40": {
2058
+ "S4j": {
1966
2059
  "type": "list",
1967
2060
  "member": {
1968
2061
  "type": "structure",
@@ -1976,7 +2069,7 @@
1976
2069
  }
1977
2070
  }
1978
2071
  },
1979
- "S4e": {
2072
+ "S4x": {
1980
2073
  "type": "structure",
1981
2074
  "members": {
1982
2075
  "KmsKeyId": {
@@ -1985,7 +2078,7 @@
1985
2078
  }
1986
2079
  }
1987
2080
  },
1988
- "S4g": {
2081
+ "S4z": {
1989
2082
  "type": "list",
1990
2083
  "member": {
1991
2084
  "type": "structure",
@@ -2019,7 +2112,7 @@
2019
2112
  }
2020
2113
  }
2021
2114
  },
2022
- "S5d": {
2115
+ "S5w": {
2023
2116
  "type": "list",
2024
2117
  "member": {
2025
2118
  "type": "structure",
@@ -2031,7 +2124,7 @@
2031
2124
  "Name": {},
2032
2125
  "Type": {},
2033
2126
  "Relevance": {
2034
- "shape": "S5h"
2127
+ "shape": "S60"
2035
2128
  },
2036
2129
  "Search": {
2037
2130
  "type": "structure",
@@ -2053,7 +2146,7 @@
2053
2146
  }
2054
2147
  }
2055
2148
  },
2056
- "S5h": {
2149
+ "S60": {
2057
2150
  "type": "structure",
2058
2151
  "members": {
2059
2152
  "Freshness": {
@@ -2073,7 +2166,7 @@
2073
2166
  }
2074
2167
  }
2075
2168
  },
2076
- "S5v": {
2169
+ "S6e": {
2077
2170
  "type": "structure",
2078
2171
  "required": [
2079
2172
  "StorageCapacityUnits",
@@ -2088,17 +2181,17 @@
2088
2181
  }
2089
2182
  }
2090
2183
  },
2091
- "S7r": {
2184
+ "S8a": {
2092
2185
  "type": "structure",
2093
2186
  "members": {
2094
2187
  "AndAllFilters": {
2095
- "shape": "S7s"
2188
+ "shape": "S8b"
2096
2189
  },
2097
2190
  "OrAllFilters": {
2098
- "shape": "S7s"
2191
+ "shape": "S8b"
2099
2192
  },
2100
2193
  "NotFilter": {
2101
- "shape": "S7r"
2194
+ "shape": "S8a"
2102
2195
  },
2103
2196
  "EqualsTo": {
2104
2197
  "shape": "Sh"
@@ -2123,13 +2216,13 @@
2123
2216
  }
2124
2217
  }
2125
2218
  },
2126
- "S7s": {
2219
+ "S8b": {
2127
2220
  "type": "list",
2128
2221
  "member": {
2129
- "shape": "S7r"
2222
+ "shape": "S8a"
2130
2223
  }
2131
2224
  },
2132
- "S8c": {
2225
+ "S8v": {
2133
2226
  "type": "structure",
2134
2227
  "members": {
2135
2228
  "Text": {},
@@ -171,12 +171,17 @@
171
171
  "AWSAccountId": "111122223333",
172
172
  "Arn": "arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab",
173
173
  "CreationDate": "2017-07-05T14:04:55-07:00",
174
+ "CustomerMasterKeySpec": "SYMMETRIC_DEFAULT",
174
175
  "Description": "",
175
176
  "Enabled": true,
177
+ "EncryptionAlgorithms": [
178
+ "SYMMETRIC_DEFAULT"
179
+ ],
176
180
  "KeyId": "1234abcd-12ab-34cd-56ef-1234567890ab",
177
181
  "KeyManager": "CUSTOMER",
178
182
  "KeyState": "Enabled",
179
183
  "KeyUsage": "ENCRYPT_DECRYPT",
184
+ "MultiRegion": false,
180
185
  "Origin": "AWS_KMS"
181
186
  }
182
187
  },
@@ -188,9 +193,9 @@
188
193
  "KeyMetadata": "An object that contains information about the specified CMK."
189
194
  }
190
195
  },
191
- "description": "The following example returns information (metadata) about the specified CMK.",
192
- "id": "to-obtain-information-about-a-cmk-1478565820907",
193
- "title": "To obtain information about a customer master key (CMK)"
196
+ "description": "The following example gets metadata about a symmetric CMK.",
197
+ "id": "get-key-details-1478565820907",
198
+ "title": "To get details about a customer master key (CMK)"
194
199
  }
195
200
  ],
196
201
  "DisableKey": [
@@ -130,6 +130,9 @@
130
130
  },
131
131
  "Tags": {
132
132
  "shape": "Sz"
133
+ },
134
+ "MultiRegion": {
135
+ "type": "boolean"
133
136
  }
134
137
  }
135
138
  },
@@ -137,7 +140,7 @@
137
140
  "type": "structure",
138
141
  "members": {
139
142
  "KeyMetadata": {
140
- "shape": "S14"
143
+ "shape": "S15"
141
144
  }
142
145
  }
143
146
  }
@@ -167,7 +170,7 @@
167
170
  "members": {
168
171
  "KeyId": {},
169
172
  "Plaintext": {
170
- "shape": "S1i"
173
+ "shape": "S1p"
171
174
  },
172
175
  "EncryptionAlgorithm": {}
173
176
  }
@@ -266,7 +269,7 @@
266
269
  "type": "structure",
267
270
  "members": {
268
271
  "KeyMetadata": {
269
- "shape": "S14"
272
+ "shape": "S15"
270
273
  }
271
274
  }
272
275
  }
@@ -340,7 +343,7 @@
340
343
  "members": {
341
344
  "KeyId": {},
342
345
  "Plaintext": {
343
- "shape": "S1i"
346
+ "shape": "S1p"
344
347
  },
345
348
  "EncryptionContext": {
346
349
  "shape": "Sk"
@@ -389,7 +392,7 @@
389
392
  "type": "blob"
390
393
  },
391
394
  "Plaintext": {
392
- "shape": "S1i"
395
+ "shape": "S1p"
393
396
  },
394
397
  "KeyId": {}
395
398
  }
@@ -420,7 +423,7 @@
420
423
  "type": "blob"
421
424
  },
422
425
  "PrivateKeyPlaintext": {
423
- "shape": "S1i"
426
+ "shape": "S1p"
424
427
  },
425
428
  "PublicKey": {
426
429
  "type": "blob"
@@ -506,7 +509,7 @@
506
509
  "type": "structure",
507
510
  "members": {
508
511
  "Plaintext": {
509
- "shape": "S1i"
512
+ "shape": "S1p"
510
513
  }
511
514
  }
512
515
  }
@@ -571,7 +574,7 @@
571
574
  "type": "blob"
572
575
  },
573
576
  "PublicKey": {
574
- "shape": "S1i"
577
+ "shape": "S1p"
575
578
  },
576
579
  "ParametersValidTo": {
577
580
  "type": "timestamp"
@@ -602,10 +605,10 @@
602
605
  "CustomerMasterKeySpec": {},
603
606
  "KeyUsage": {},
604
607
  "EncryptionAlgorithms": {
605
- "shape": "S1b"
608
+ "shape": "S1c"
606
609
  },
607
610
  "SigningAlgorithms": {
608
- "shape": "S1d"
611
+ "shape": "S1e"
609
612
  }
610
613
  }
611
614
  }
@@ -692,7 +695,7 @@
692
695
  }
693
696
  },
694
697
  "output": {
695
- "shape": "S31"
698
+ "shape": "S38"
696
699
  }
697
700
  },
698
701
  "ListKeyPolicies": {
@@ -795,7 +798,7 @@
795
798
  }
796
799
  },
797
800
  "output": {
798
- "shape": "S31"
801
+ "shape": "S38"
799
802
  }
800
803
  },
801
804
  "PutKeyPolicy": {
@@ -855,6 +858,39 @@
855
858
  }
856
859
  }
857
860
  },
861
+ "ReplicateKey": {
862
+ "input": {
863
+ "type": "structure",
864
+ "required": [
865
+ "KeyId",
866
+ "ReplicaRegion"
867
+ ],
868
+ "members": {
869
+ "KeyId": {},
870
+ "ReplicaRegion": {},
871
+ "Policy": {},
872
+ "BypassPolicyLockoutSafetyCheck": {
873
+ "type": "boolean"
874
+ },
875
+ "Description": {},
876
+ "Tags": {
877
+ "shape": "Sz"
878
+ }
879
+ }
880
+ },
881
+ "output": {
882
+ "type": "structure",
883
+ "members": {
884
+ "ReplicaKeyMetadata": {
885
+ "shape": "S15"
886
+ },
887
+ "ReplicaPolicy": {},
888
+ "ReplicaTags": {
889
+ "shape": "Sz"
890
+ }
891
+ }
892
+ }
893
+ },
858
894
  "RetireGrant": {
859
895
  "input": {
860
896
  "type": "structure",
@@ -897,6 +933,10 @@
897
933
  "KeyId": {},
898
934
  "DeletionDate": {
899
935
  "type": "timestamp"
936
+ },
937
+ "KeyState": {},
938
+ "PendingWindowInDays": {
939
+ "type": "integer"
900
940
  }
901
941
  }
902
942
  }
@@ -912,7 +952,7 @@
912
952
  "members": {
913
953
  "KeyId": {},
914
954
  "Message": {
915
- "shape": "S1i"
955
+ "shape": "S1p"
916
956
  },
917
957
  "MessageType": {},
918
958
  "GrantTokens": {
@@ -1009,6 +1049,19 @@
1009
1049
  }
1010
1050
  }
1011
1051
  },
1052
+ "UpdatePrimaryRegion": {
1053
+ "input": {
1054
+ "type": "structure",
1055
+ "required": [
1056
+ "KeyId",
1057
+ "PrimaryRegion"
1058
+ ],
1059
+ "members": {
1060
+ "KeyId": {},
1061
+ "PrimaryRegion": {}
1062
+ }
1063
+ }
1064
+ },
1012
1065
  "Verify": {
1013
1066
  "input": {
1014
1067
  "type": "structure",
@@ -1021,7 +1074,7 @@
1021
1074
  "members": {
1022
1075
  "KeyId": {},
1023
1076
  "Message": {
1024
- "shape": "S1i"
1077
+ "shape": "S1p"
1025
1078
  },
1026
1079
  "MessageType": {},
1027
1080
  "Signature": {
@@ -1088,7 +1141,7 @@
1088
1141
  }
1089
1142
  }
1090
1143
  },
1091
- "S14": {
1144
+ "S15": {
1092
1145
  "type": "structure",
1093
1146
  "required": [
1094
1147
  "KeyId"
@@ -1119,26 +1172,54 @@
1119
1172
  "KeyManager": {},
1120
1173
  "CustomerMasterKeySpec": {},
1121
1174
  "EncryptionAlgorithms": {
1122
- "shape": "S1b"
1175
+ "shape": "S1c"
1123
1176
  },
1124
1177
  "SigningAlgorithms": {
1125
- "shape": "S1d"
1178
+ "shape": "S1e"
1179
+ },
1180
+ "MultiRegion": {
1181
+ "type": "boolean"
1182
+ },
1183
+ "MultiRegionConfiguration": {
1184
+ "type": "structure",
1185
+ "members": {
1186
+ "MultiRegionKeyType": {},
1187
+ "PrimaryKey": {
1188
+ "shape": "S1i"
1189
+ },
1190
+ "ReplicaKeys": {
1191
+ "type": "list",
1192
+ "member": {
1193
+ "shape": "S1i"
1194
+ }
1195
+ }
1196
+ }
1197
+ },
1198
+ "PendingDeletionWindowInDays": {
1199
+ "type": "integer"
1126
1200
  }
1127
1201
  }
1128
1202
  },
1129
- "S1b": {
1203
+ "S1c": {
1130
1204
  "type": "list",
1131
1205
  "member": {}
1132
1206
  },
1133
- "S1d": {
1207
+ "S1e": {
1134
1208
  "type": "list",
1135
1209
  "member": {}
1136
1210
  },
1137
1211
  "S1i": {
1212
+ "type": "structure",
1213
+ "members": {
1214
+ "Arn": {},
1215
+ "Region": {}
1216
+ }
1217
+ },
1218
+ "S1p": {
1138
1219
  "type": "blob",
1139
1220
  "sensitive": true
1140
1221
  },
1141
- "S31": {
1222
+ "S38": {
1142
1223
  "type": "structure",
1143
1224
  "members": {
1144
1225
  "Grants": {