aws-sdk 2.829.0 → 2.833.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.
- package/CHANGELOG.md +25 -1
- package/README.md +1 -1
- package/apis/customer-profiles-2020-08-15.min.json +4 -2
- package/apis/databrew-2017-07-25.min.json +79 -62
- package/apis/ec2-2016-11-15.min.json +197 -190
- package/apis/elasticache-2015-02-02.min.json +1 -0
- package/apis/es-2015-01-01.min.json +6 -0
- package/apis/kafka-2018-11-14.min.json +41 -0
- package/apis/managedblockchain-2018-09-24.min.json +159 -36
- package/apis/metadata.json +8 -0
- package/apis/models.lex.v2-2020-08-07.examples.json +5 -0
- package/apis/models.lex.v2-2020-08-07.min.json +2845 -0
- package/apis/models.lex.v2-2020-08-07.paginators.json +49 -0
- package/apis/monitoring-2010-08-01.min.json +15 -9
- package/apis/redshift-2012-12-01.min.json +1 -1
- package/apis/resourcegroupstaggingapi-2017-01-26.min.json +14 -10
- package/apis/robomaker-2018-06-29.min.json +198 -170
- package/apis/runtime.lex.v2-2020-08-07.examples.json +4 -0
- package/apis/runtime.lex.v2-2020-08-07.min.json +531 -0
- package/apis/runtime.lex.v2-2020-08-07.paginators.json +3 -0
- package/apis/securityhub-2018-10-26.min.json +406 -187
- package/apis/sesv2-2019-09-27.min.json +40 -15
- package/clients/accessanalyzer.d.ts +5 -5
- package/clients/all.d.ts +2 -0
- package/clients/all.js +3 -1
- package/clients/backup.d.ts +27 -27
- package/clients/cloudwatch.d.ts +12 -1
- package/clients/customerprofiles.d.ts +2 -2
- package/clients/databrew.d.ts +170 -143
- package/clients/ec2.d.ts +119 -111
- package/clients/elasticache.d.ts +14 -10
- package/clients/es.d.ts +8 -0
- package/clients/greengrassv2.d.ts +6 -6
- package/clients/iot.d.ts +2 -2
- package/clients/kafka.d.ts +52 -0
- package/clients/lexmodelsv2.d.ts +3350 -0
- package/clients/lexmodelsv2.js +18 -0
- package/clients/lexruntimev2.d.ts +542 -0
- package/clients/lexruntimev2.js +18 -0
- package/clients/lightsail.d.ts +2 -2
- package/clients/managedblockchain.d.ts +140 -6
- package/clients/rds.d.ts +14 -14
- package/clients/redshift.d.ts +8 -8
- package/clients/resourcegroupstaggingapi.d.ts +50 -45
- package/clients/robomaker.d.ts +35 -3
- package/clients/securityhub.d.ts +410 -63
- package/clients/sesv2.d.ts +30 -2
- package/clients/ssm.d.ts +2 -2
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +91 -17
- package/dist/aws-sdk.js +225 -203
- package/dist/aws-sdk.min.js +60 -60
- package/lib/config.d.ts +1 -1
- package/lib/config_service_placeholders.d.ts +4 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"pagination": {
|
|
3
|
+
"ListBotAliases": {
|
|
4
|
+
"input_token": "nextToken",
|
|
5
|
+
"output_token": "nextToken",
|
|
6
|
+
"limit_key": "maxResults"
|
|
7
|
+
},
|
|
8
|
+
"ListBotLocales": {
|
|
9
|
+
"input_token": "nextToken",
|
|
10
|
+
"output_token": "nextToken",
|
|
11
|
+
"limit_key": "maxResults"
|
|
12
|
+
},
|
|
13
|
+
"ListBotVersions": {
|
|
14
|
+
"input_token": "nextToken",
|
|
15
|
+
"output_token": "nextToken",
|
|
16
|
+
"limit_key": "maxResults"
|
|
17
|
+
},
|
|
18
|
+
"ListBots": {
|
|
19
|
+
"input_token": "nextToken",
|
|
20
|
+
"output_token": "nextToken",
|
|
21
|
+
"limit_key": "maxResults"
|
|
22
|
+
},
|
|
23
|
+
"ListBuiltInIntents": {
|
|
24
|
+
"input_token": "nextToken",
|
|
25
|
+
"output_token": "nextToken",
|
|
26
|
+
"limit_key": "maxResults"
|
|
27
|
+
},
|
|
28
|
+
"ListBuiltInSlotTypes": {
|
|
29
|
+
"input_token": "nextToken",
|
|
30
|
+
"output_token": "nextToken",
|
|
31
|
+
"limit_key": "maxResults"
|
|
32
|
+
},
|
|
33
|
+
"ListIntents": {
|
|
34
|
+
"input_token": "nextToken",
|
|
35
|
+
"output_token": "nextToken",
|
|
36
|
+
"limit_key": "maxResults"
|
|
37
|
+
},
|
|
38
|
+
"ListSlotTypes": {
|
|
39
|
+
"input_token": "nextToken",
|
|
40
|
+
"output_token": "nextToken",
|
|
41
|
+
"limit_key": "maxResults"
|
|
42
|
+
},
|
|
43
|
+
"ListSlots": {
|
|
44
|
+
"input_token": "nextToken",
|
|
45
|
+
"output_token": "nextToken",
|
|
46
|
+
"limit_key": "maxResults"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
@@ -556,6 +556,12 @@
|
|
|
556
556
|
"ScanBy": {},
|
|
557
557
|
"MaxDatapoints": {
|
|
558
558
|
"type": "integer"
|
|
559
|
+
},
|
|
560
|
+
"LabelOptions": {
|
|
561
|
+
"type": "structure",
|
|
562
|
+
"members": {
|
|
563
|
+
"Timezone": {}
|
|
564
|
+
}
|
|
559
565
|
}
|
|
560
566
|
}
|
|
561
567
|
},
|
|
@@ -584,14 +590,14 @@
|
|
|
584
590
|
},
|
|
585
591
|
"StatusCode": {},
|
|
586
592
|
"Messages": {
|
|
587
|
-
"shape": "
|
|
593
|
+
"shape": "S3s"
|
|
588
594
|
}
|
|
589
595
|
}
|
|
590
596
|
}
|
|
591
597
|
},
|
|
592
598
|
"NextToken": {},
|
|
593
599
|
"Messages": {
|
|
594
|
-
"shape": "
|
|
600
|
+
"shape": "S3s"
|
|
595
601
|
}
|
|
596
602
|
}
|
|
597
603
|
}
|
|
@@ -793,7 +799,7 @@
|
|
|
793
799
|
"type": "structure",
|
|
794
800
|
"members": {
|
|
795
801
|
"Tags": {
|
|
796
|
-
"shape": "
|
|
802
|
+
"shape": "S4o"
|
|
797
803
|
}
|
|
798
804
|
}
|
|
799
805
|
}
|
|
@@ -848,7 +854,7 @@
|
|
|
848
854
|
"shape": "S1c"
|
|
849
855
|
},
|
|
850
856
|
"Tags": {
|
|
851
|
-
"shape": "
|
|
857
|
+
"shape": "S4o"
|
|
852
858
|
}
|
|
853
859
|
}
|
|
854
860
|
}
|
|
@@ -894,7 +900,7 @@
|
|
|
894
900
|
"RuleState": {},
|
|
895
901
|
"RuleDefinition": {},
|
|
896
902
|
"Tags": {
|
|
897
|
-
"shape": "
|
|
903
|
+
"shape": "S4o"
|
|
898
904
|
}
|
|
899
905
|
}
|
|
900
906
|
},
|
|
@@ -954,7 +960,7 @@
|
|
|
954
960
|
"shape": "S1v"
|
|
955
961
|
},
|
|
956
962
|
"Tags": {
|
|
957
|
-
"shape": "
|
|
963
|
+
"shape": "S4o"
|
|
958
964
|
},
|
|
959
965
|
"ThresholdMetricId": {}
|
|
960
966
|
}
|
|
@@ -1058,7 +1064,7 @@
|
|
|
1058
1064
|
"members": {
|
|
1059
1065
|
"ResourceARN": {},
|
|
1060
1066
|
"Tags": {
|
|
1061
|
-
"shape": "
|
|
1067
|
+
"shape": "S4o"
|
|
1062
1068
|
}
|
|
1063
1069
|
}
|
|
1064
1070
|
},
|
|
@@ -1306,7 +1312,7 @@
|
|
|
1306
1312
|
"MetricTimezone": {}
|
|
1307
1313
|
}
|
|
1308
1314
|
},
|
|
1309
|
-
"
|
|
1315
|
+
"S3s": {
|
|
1310
1316
|
"type": "list",
|
|
1311
1317
|
"member": {
|
|
1312
1318
|
"type": "structure",
|
|
@@ -1316,7 +1322,7 @@
|
|
|
1316
1322
|
}
|
|
1317
1323
|
}
|
|
1318
1324
|
},
|
|
1319
|
-
"
|
|
1325
|
+
"S4o": {
|
|
1320
1326
|
"type": "list",
|
|
1321
1327
|
"member": {
|
|
1322
1328
|
"type": "structure",
|
|
@@ -110,6 +110,10 @@
|
|
|
110
110
|
},
|
|
111
111
|
"ExcludeCompliantResources": {
|
|
112
112
|
"type": "boolean"
|
|
113
|
+
},
|
|
114
|
+
"ResourceARNList": {
|
|
115
|
+
"type": "list",
|
|
116
|
+
"member": {}
|
|
113
117
|
}
|
|
114
118
|
}
|
|
115
119
|
},
|
|
@@ -141,10 +145,10 @@
|
|
|
141
145
|
"type": "structure",
|
|
142
146
|
"members": {
|
|
143
147
|
"NoncompliantKeys": {
|
|
144
|
-
"shape": "
|
|
148
|
+
"shape": "S16"
|
|
145
149
|
},
|
|
146
150
|
"KeysWithNoncompliantValues": {
|
|
147
|
-
"shape": "
|
|
151
|
+
"shape": "S16"
|
|
148
152
|
},
|
|
149
153
|
"ComplianceStatus": {
|
|
150
154
|
"type": "boolean"
|
|
@@ -169,7 +173,7 @@
|
|
|
169
173
|
"members": {
|
|
170
174
|
"PaginationToken": {},
|
|
171
175
|
"TagKeys": {
|
|
172
|
-
"shape": "
|
|
176
|
+
"shape": "S16"
|
|
173
177
|
}
|
|
174
178
|
}
|
|
175
179
|
}
|
|
@@ -220,7 +224,7 @@
|
|
|
220
224
|
],
|
|
221
225
|
"members": {
|
|
222
226
|
"ResourceARNList": {
|
|
223
|
-
"shape": "
|
|
227
|
+
"shape": "S1h"
|
|
224
228
|
},
|
|
225
229
|
"Tags": {
|
|
226
230
|
"type": "map",
|
|
@@ -233,7 +237,7 @@
|
|
|
233
237
|
"type": "structure",
|
|
234
238
|
"members": {
|
|
235
239
|
"FailedResourcesMap": {
|
|
236
|
-
"shape": "
|
|
240
|
+
"shape": "S1k"
|
|
237
241
|
}
|
|
238
242
|
}
|
|
239
243
|
}
|
|
@@ -247,7 +251,7 @@
|
|
|
247
251
|
],
|
|
248
252
|
"members": {
|
|
249
253
|
"ResourceARNList": {
|
|
250
|
-
"shape": "
|
|
254
|
+
"shape": "S1h"
|
|
251
255
|
},
|
|
252
256
|
"TagKeys": {
|
|
253
257
|
"type": "list",
|
|
@@ -259,7 +263,7 @@
|
|
|
259
263
|
"type": "structure",
|
|
260
264
|
"members": {
|
|
261
265
|
"FailedResourcesMap": {
|
|
262
|
-
"shape": "
|
|
266
|
+
"shape": "S1k"
|
|
263
267
|
}
|
|
264
268
|
}
|
|
265
269
|
}
|
|
@@ -270,15 +274,15 @@
|
|
|
270
274
|
"type": "list",
|
|
271
275
|
"member": {}
|
|
272
276
|
},
|
|
273
|
-
"
|
|
277
|
+
"S16": {
|
|
274
278
|
"type": "list",
|
|
275
279
|
"member": {}
|
|
276
280
|
},
|
|
277
|
-
"
|
|
281
|
+
"S1h": {
|
|
278
282
|
"type": "list",
|
|
279
283
|
"member": {}
|
|
280
284
|
},
|
|
281
|
-
"
|
|
285
|
+
"S1k": {
|
|
282
286
|
"type": "map",
|
|
283
287
|
"key": {},
|
|
284
288
|
"value": {
|