aws-sdk 2.1391.0 → 2.1392.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 +12 -1
- package/README.md +1 -1
- package/apis/inspector2-2020-06-08.min.json +29 -12
- package/apis/iot-2015-05-28.min.json +714 -214
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/models.lex.v2-2020-08-07.min.json +1496 -286
- package/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
- package/apis/quicksight-2018-04-01.min.json +625 -594
- package/apis/signer-2017-08-25.min.json +105 -16
- package/apis/sqs-2012-11-05.min.json +120 -31
- package/clients/connect.d.ts +3 -3
- package/clients/emr.d.ts +2 -2
- package/clients/iam.d.ts +7 -7
- package/clients/inspector2.d.ts +20 -1
- package/clients/iot.d.ts +500 -3
- package/clients/lexmodelsv2.d.ts +1516 -127
- package/clients/quicksight.d.ts +50 -14
- package/clients/signer.d.ts +90 -5
- package/clients/sqs.d.ts +151 -39
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +9 -9
- package/dist/aws-sdk.js +849 -248
- package/dist/aws-sdk.min.js +48 -48
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,18 @@
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
2
|
-
<!--LATEST=2.
|
2
|
+
<!--LATEST=2.1392.0-->
|
3
3
|
<!--ENTRYINSERT-->
|
4
4
|
|
5
|
+
## 2.1392.0
|
6
|
+
* feature: EMR: This release provides customers the ability to specify an allocation strategies amongst PRICE_CAPACITY_OPTIMIZED, CAPACITY_OPTIMIZED, LOWEST_PRICE, DIVERSIFIED for Spot instances in Instance Feet cluster. This enables customers to choose an allocation strategy best suited for their workload.
|
7
|
+
* feature: IAM: This release updates the AccountAlias regex pattern with the same length restrictions enforced by the length constraint.
|
8
|
+
* feature: Inspector2: Adds new response properties and request parameters for 'last scanned at' on the ListCoverage operation. This feature allows you to search and view the date of which your resources were last scanned by Inspector.
|
9
|
+
* feature: Iot: Adding IoT Device Management Software Package Catalog APIs to register, store, and report system software packages, along with their versions and metadata in a centralized location.
|
10
|
+
* feature: IotData: Update thing shadow name regex to allow '$' character
|
11
|
+
* feature: LexModelsV2: This release adds support for Lex Developers to create test sets and to execute those test-sets against their bots.
|
12
|
+
* feature: QuickSight: QuickSight support for pivot table field collapse state, radar chart range scale and multiple scope options in conditional formatting.
|
13
|
+
* feature: SQS: Amazon SQS adds three new APIs - StartMessageMoveTask, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination.
|
14
|
+
* feature: Signer: AWS Signer is launching Container Image Signing, a new feature that enables you to sign and verify container images. This feature enables you to validate that only container images you approve are used in your enterprise.
|
15
|
+
|
5
16
|
## 2.1391.0
|
6
17
|
* feature: CloudFormation: AWS CloudFormation StackSets provides customers with three new APIs to activate, deactivate, and describe AWS Organizations trusted access which is needed to get started with service-managed StackSets.
|
7
18
|
* feature: EC2: Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs.
|
package/README.md
CHANGED
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
|
|
71
71
|
To use the SDK in the browser, simply add the following script tag to your
|
72
72
|
HTML pages:
|
73
73
|
|
74
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
74
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1392.0.min.js"></script>
|
75
75
|
|
76
76
|
You can also build a custom browser SDK with your specified set of AWS services.
|
77
77
|
This can allow you to reduce the SDK's size, specify different API versions of
|
@@ -714,6 +714,9 @@
|
|
714
714
|
],
|
715
715
|
"members": {
|
716
716
|
"accountId": {},
|
717
|
+
"lastScannedAt": {
|
718
|
+
"type": "timestamp"
|
719
|
+
},
|
717
720
|
"resourceId": {},
|
718
721
|
"resourceMetadata": {
|
719
722
|
"type": "structure",
|
@@ -1114,7 +1117,7 @@
|
|
1114
1117
|
"members": {
|
1115
1118
|
"accountId": {},
|
1116
1119
|
"severityCounts": {
|
1117
|
-
"shape": "
|
1120
|
+
"shape": "S60"
|
1118
1121
|
}
|
1119
1122
|
}
|
1120
1123
|
},
|
@@ -1130,7 +1133,7 @@
|
|
1130
1133
|
},
|
1131
1134
|
"ami": {},
|
1132
1135
|
"severityCounts": {
|
1133
|
-
"shape": "
|
1136
|
+
"shape": "S60"
|
1134
1137
|
}
|
1135
1138
|
}
|
1136
1139
|
},
|
@@ -1150,7 +1153,7 @@
|
|
1150
1153
|
"repository": {},
|
1151
1154
|
"resourceId": {},
|
1152
1155
|
"severityCounts": {
|
1153
|
-
"shape": "
|
1156
|
+
"shape": "S60"
|
1154
1157
|
}
|
1155
1158
|
}
|
1156
1159
|
},
|
@@ -1171,7 +1174,7 @@
|
|
1171
1174
|
},
|
1172
1175
|
"operatingSystem": {},
|
1173
1176
|
"severityCounts": {
|
1174
|
-
"shape": "
|
1177
|
+
"shape": "S60"
|
1175
1178
|
}
|
1176
1179
|
}
|
1177
1180
|
},
|
@@ -1180,7 +1183,7 @@
|
|
1180
1183
|
"members": {
|
1181
1184
|
"accountId": {},
|
1182
1185
|
"severityCounts": {
|
1183
|
-
"shape": "
|
1186
|
+
"shape": "S60"
|
1184
1187
|
}
|
1185
1188
|
}
|
1186
1189
|
},
|
@@ -1198,7 +1201,7 @@
|
|
1198
1201
|
"repository": {},
|
1199
1202
|
"resourceId": {},
|
1200
1203
|
"severityCounts": {
|
1201
|
-
"shape": "
|
1204
|
+
"shape": "S60"
|
1202
1205
|
}
|
1203
1206
|
}
|
1204
1207
|
},
|
@@ -1219,7 +1222,7 @@
|
|
1219
1222
|
"resourceId": {},
|
1220
1223
|
"runtime": {},
|
1221
1224
|
"severityCounts": {
|
1222
|
-
"shape": "
|
1225
|
+
"shape": "S60"
|
1223
1226
|
}
|
1224
1227
|
}
|
1225
1228
|
},
|
@@ -1237,7 +1240,7 @@
|
|
1237
1240
|
"layerArn": {},
|
1238
1241
|
"resourceId": {},
|
1239
1242
|
"severityCounts": {
|
1240
|
-
"shape": "
|
1243
|
+
"shape": "S60"
|
1241
1244
|
}
|
1242
1245
|
}
|
1243
1246
|
},
|
@@ -1250,7 +1253,7 @@
|
|
1250
1253
|
"accountId": {},
|
1251
1254
|
"packageName": {},
|
1252
1255
|
"severityCounts": {
|
1253
|
-
"shape": "
|
1256
|
+
"shape": "S60"
|
1254
1257
|
}
|
1255
1258
|
}
|
1256
1259
|
},
|
@@ -1266,7 +1269,7 @@
|
|
1266
1269
|
},
|
1267
1270
|
"repository": {},
|
1268
1271
|
"severityCounts": {
|
1269
|
-
"shape": "
|
1272
|
+
"shape": "S60"
|
1270
1273
|
}
|
1271
1274
|
}
|
1272
1275
|
},
|
@@ -1278,7 +1281,7 @@
|
|
1278
1281
|
"members": {
|
1279
1282
|
"accountId": {},
|
1280
1283
|
"severityCounts": {
|
1281
|
-
"shape": "
|
1284
|
+
"shape": "S60"
|
1282
1285
|
},
|
1283
1286
|
"title": {},
|
1284
1287
|
"vulnerabilityId": {}
|
@@ -2484,6 +2487,20 @@
|
|
2484
2487
|
"lambdaFunctionTags": {
|
2485
2488
|
"shape": "S3t"
|
2486
2489
|
},
|
2490
|
+
"lastScannedAt": {
|
2491
|
+
"type": "list",
|
2492
|
+
"member": {
|
2493
|
+
"type": "structure",
|
2494
|
+
"members": {
|
2495
|
+
"endInclusive": {
|
2496
|
+
"type": "timestamp"
|
2497
|
+
},
|
2498
|
+
"startInclusive": {
|
2499
|
+
"type": "timestamp"
|
2500
|
+
}
|
2501
|
+
}
|
2502
|
+
}
|
2503
|
+
},
|
2487
2504
|
"resourceId": {
|
2488
2505
|
"shape": "S3p"
|
2489
2506
|
},
|
@@ -2530,7 +2547,7 @@
|
|
2530
2547
|
}
|
2531
2548
|
}
|
2532
2549
|
},
|
2533
|
-
"
|
2550
|
+
"S60": {
|
2534
2551
|
"type": "structure",
|
2535
2552
|
"members": {
|
2536
2553
|
"all": {
|