aws-sdk 2.1004.0 → 2.1008.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 +24 -1
- package/README.md +1 -1
- package/apis/autoscaling-2011-01-01.min.json +62 -56
- package/apis/ec2-2016-11-15.min.json +813 -781
- package/apis/elasticloadbalancingv2-2015-12-01.min.json +32 -26
- package/apis/frauddetector-2019-11-15.min.json +358 -75
- package/apis/frauddetector-2019-11-15.paginators.json +5 -0
- package/apis/kinesisanalyticsv2-2018-05-23.min.json +3 -6
- package/apis/medialive-2017-10-14.min.json +297 -227
- package/apis/mediatailor-2018-04-23.min.json +288 -75
- package/apis/mediatailor-2018-04-23.paginators.json +6 -0
- package/apis/robomaker-2018-06-29.min.json +213 -200
- package/apis/sagemaker-2017-07-24.min.json +1 -2
- package/apis/storagegateway-2013-06-30.min.json +53 -9
- package/apis/workmail-2017-10-01.min.json +156 -27
- package/apis/workmail-2017-10-01.paginators.json +5 -0
- package/clients/autoscaling.d.ts +12 -8
- package/clients/configservice.d.ts +1 -1
- package/clients/ec2.d.ts +128 -86
- package/clients/ecs.d.ts +4 -4
- package/clients/elbv2.d.ts +18 -1
- package/clients/frauddetector.d.ts +434 -26
- package/clients/kinesisanalyticsv2.d.ts +30 -30
- package/clients/medialive.d.ts +76 -5
- package/clients/mediatailor.d.ts +224 -0
- package/clients/robomaker.d.ts +54 -9
- package/clients/sagemaker.d.ts +2 -2
- package/clients/storagegateway.d.ts +85 -33
- package/clients/workmail.d.ts +171 -7
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +15 -15
- package/dist/aws-sdk.js +963 -875
- package/dist/aws-sdk.min.js +70 -70
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -5,6 +5,11 @@
|
|
|
5
5
|
"output_token": "nextToken",
|
|
6
6
|
"limit_key": "maxResults"
|
|
7
7
|
},
|
|
8
|
+
"GetBatchImportJobs": {
|
|
9
|
+
"input_token": "nextToken",
|
|
10
|
+
"output_token": "nextToken",
|
|
11
|
+
"limit_key": "maxResults"
|
|
12
|
+
},
|
|
8
13
|
"GetBatchPredictionJobs": {
|
|
9
14
|
"input_token": "nextToken",
|
|
10
15
|
"output_token": "nextToken",
|
|
@@ -1290,6 +1290,9 @@
|
|
|
1290
1290
|
"members": {
|
|
1291
1291
|
"GlueDataCatalogConfigurationUpdate": {
|
|
1292
1292
|
"type": "structure",
|
|
1293
|
+
"required": [
|
|
1294
|
+
"DatabaseARNUpdate"
|
|
1295
|
+
],
|
|
1293
1296
|
"members": {
|
|
1294
1297
|
"DatabaseARNUpdate": {}
|
|
1295
1298
|
}
|
|
@@ -1298,15 +1301,9 @@
|
|
|
1298
1301
|
},
|
|
1299
1302
|
"DeployAsApplicationConfigurationUpdate": {
|
|
1300
1303
|
"type": "structure",
|
|
1301
|
-
"required": [
|
|
1302
|
-
"S3ContentLocationUpdate"
|
|
1303
|
-
],
|
|
1304
1304
|
"members": {
|
|
1305
1305
|
"S3ContentLocationUpdate": {
|
|
1306
1306
|
"type": "structure",
|
|
1307
|
-
"required": [
|
|
1308
|
-
"BucketARNUpdate"
|
|
1309
|
-
],
|
|
1310
1307
|
"members": {
|
|
1311
1308
|
"BucketARNUpdate": {},
|
|
1312
1309
|
"BasePathUpdate": {}
|