aws-sdk 2.977.0 → 2.981.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 +20 -1
- package/README.md +1 -1
- package/apis/cloudformation-2010-05-15.min.json +27 -1
- package/apis/ec2-2016-11-15.min.json +736 -728
- package/apis/elasticmapreduce-2009-03-31.min.json +84 -21
- package/apis/firehose-2015-08-04.min.json +104 -79
- package/apis/iot-2015-05-28.min.json +481 -232
- package/apis/iot-2015-05-28.paginators.json +12 -0
- package/apis/kms-2014-11-01.examples.json +100 -94
- package/apis/kms-2014-11-01.min.json +54 -34
- package/apis/mediatailor-2018-04-23.min.json +144 -116
- package/apis/s3-2006-03-01.examples.json +162 -162
- package/apis/servicecatalog-appregistry-2020-06-24.min.json +68 -0
- package/clients/cloudformation.d.ts +116 -80
- package/clients/cloudtrail.d.ts +72 -72
- package/clients/codebuild.d.ts +3 -3
- package/clients/computeoptimizer.d.ts +1 -1
- package/clients/configservice.d.ts +323 -323
- package/clients/ec2.d.ts +30 -13
- package/clients/emr.d.ts +78 -15
- package/clients/firehose.d.ts +39 -10
- package/clients/iot.d.ts +829 -506
- package/clients/kms.d.ts +293 -280
- package/clients/mediatailor.d.ts +45 -8
- package/clients/memorydb.d.ts +2 -2
- package/clients/polly.d.ts +2 -2
- package/clients/s3.d.ts +6 -6
- package/clients/servicecatalogappregistry.d.ts +81 -3
- package/clients/sqs.d.ts +4 -4
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +14 -16
- package/dist/aws-sdk.js +1501 -1098
- package/dist/aws-sdk.min.js +85 -85
- package/dist/xml2js.js +2 -3
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,26 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.981.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
5
|
+
## 2.981.0
|
|
6
|
+
* feature: EC2: Added LaunchTemplate support for the IMDS IPv6 endpoint
|
|
7
|
+
* feature: MediaTailor: This release adds support for wall clock programs in LINEAR channels.
|
|
8
|
+
* feature: ServiceCatalogAppRegistry: Introduction of GetAssociatedResource API and GetApplication response extension for Resource Groups support.
|
|
9
|
+
|
|
10
|
+
## 2.980.0
|
|
11
|
+
* feature: Iot: Added Create/Update/Delete/Describe/List APIs for a new IoT resource named FleetMetric. Added a new Fleet Indexing query API named GetBucketsAggregation. Added a new field named DisconnectedReason in Fleet Indexing query response. Updated their related documentations.
|
|
12
|
+
* feature: Polly: Amazon Polly adds new South African English voice - Ayanda. Ayanda is available as Neural voice only.
|
|
13
|
+
* feature: SQS: Amazon SQS adds a new queue attribute, RedriveAllowPolicy, which includes the dead-letter queue redrive permission parameters. It defines which source queues can specify dead-letter queues as a JSON object.
|
|
14
|
+
|
|
15
|
+
## 2.979.0
|
|
16
|
+
* feature: CloudFormation: AWS CloudFormation allows you to iteratively develop your applications when failures are encountered without rolling back successfully provisioned resources. By specifying stack failure options, you can troubleshoot resources in a CREATE_FAILED or UPDATE_FAILED status.
|
|
17
|
+
* feature: Firehose: This release adds the Dynamic Partitioning feature to Kinesis Data Firehose service for S3 destinations.
|
|
18
|
+
* feature: KMS: This release has changes to KMS nomenclature to remove the word master from both the "Customer master key" and "CMK" abbreviation and replace those naming conventions with "KMS key".
|
|
19
|
+
|
|
20
|
+
## 2.978.0
|
|
21
|
+
* feature: EC2: This release adds the BootMode flag to the ImportImage API and showing the detected BootMode of an ImportImage task.
|
|
22
|
+
* feature: EMR: Amazon EMR now supports auto-terminating idle EMR clusters. You can specify the idle timeout value when enabling auto-termination for both running and new clusters and Amazon EMR automatically terminates the cluster when idle timeout kicks in.
|
|
23
|
+
|
|
5
24
|
## 2.977.0
|
|
6
25
|
* feature: ComputeOptimizer: Adds support for 1) the AWS Graviton (AWS_ARM64) recommendation preference for Amazon EC2 instance and Auto Scaling group recommendations, and 2) the ability to get the enrollment statuses for all member accounts of an organization.
|
|
7
26
|
* feature: EC2: Support added for resizing VPC prefix lists
|
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
|
|
|
29
29
|
To use the SDK in the browser, simply add the following script tag to your
|
|
30
30
|
HTML pages:
|
|
31
31
|
|
|
32
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
32
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.981.0.min.js"></script>
|
|
33
33
|
|
|
34
34
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
35
35
|
This can allow you to reduce the SDK's size, specify different API versions of
|
|
@@ -1248,7 +1248,10 @@
|
|
|
1248
1248
|
"members": {
|
|
1249
1249
|
"ChangeSetName": {},
|
|
1250
1250
|
"StackName": {},
|
|
1251
|
-
"ClientRequestToken": {}
|
|
1251
|
+
"ClientRequestToken": {},
|
|
1252
|
+
"DisableRollback": {
|
|
1253
|
+
"type": "boolean"
|
|
1254
|
+
}
|
|
1252
1255
|
}
|
|
1253
1256
|
},
|
|
1254
1257
|
"output": {
|
|
@@ -2003,6 +2006,26 @@
|
|
|
2003
2006
|
},
|
|
2004
2007
|
"idempotent": true
|
|
2005
2008
|
},
|
|
2009
|
+
"RollbackStack": {
|
|
2010
|
+
"input": {
|
|
2011
|
+
"type": "structure",
|
|
2012
|
+
"required": [
|
|
2013
|
+
"StackName"
|
|
2014
|
+
],
|
|
2015
|
+
"members": {
|
|
2016
|
+
"StackName": {},
|
|
2017
|
+
"RoleARN": {},
|
|
2018
|
+
"ClientRequestToken": {}
|
|
2019
|
+
}
|
|
2020
|
+
},
|
|
2021
|
+
"output": {
|
|
2022
|
+
"resultWrapper": "RollbackStackResult",
|
|
2023
|
+
"type": "structure",
|
|
2024
|
+
"members": {
|
|
2025
|
+
"StackId": {}
|
|
2026
|
+
}
|
|
2027
|
+
}
|
|
2028
|
+
},
|
|
2006
2029
|
"SetStackPolicy": {
|
|
2007
2030
|
"input": {
|
|
2008
2031
|
"type": "structure",
|
|
@@ -2147,6 +2170,9 @@
|
|
|
2147
2170
|
"Tags": {
|
|
2148
2171
|
"shape": "S1p"
|
|
2149
2172
|
},
|
|
2173
|
+
"DisableRollback": {
|
|
2174
|
+
"type": "boolean"
|
|
2175
|
+
},
|
|
2150
2176
|
"ClientRequestToken": {}
|
|
2151
2177
|
}
|
|
2152
2178
|
},
|