Skip to content

Commit

Permalink
Updates SDK to v2.797.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 20, 2020
1 parent bb16ffb commit 24bd2a1
Show file tree
Hide file tree
Showing 41 changed files with 15,843 additions and 2,787 deletions.
52 changes: 52 additions & 0 deletions .changes/2.797.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"type": "feature",
"category": "AppMesh",
"description": "This release makes tag value a required attribute of the tag's key-value pair."
},
{
"type": "feature",
"category": "Chime",
"description": "The Amazon Chime SDK for messaging provides the building blocks needed to build chat and other real-time collaboration features."
},
{
"type": "feature",
"category": "CloudHSMV2",
"description": "Added managed backup retention, a feature that enables customers to retain backups for a configurable period after which CloudHSM service will automatically delete them."
},
{
"type": "feature",
"category": "CodeGuruReviewer",
"description": "This release supports tagging repository association resources in Amazon CodeGuru Reviewer."
},
{
"type": "feature",
"category": "CognitoIdentity",
"description": "Added SDK pagination support for ListIdentityPools"
},
{
"type": "feature",
"category": "Connect",
"description": "This release adds a set of Amazon Connect APIs to programmatically control instance creation, modification, description and deletion."
},
{
"type": "feature",
"category": "Kafka",
"description": "This release adds support for PER TOPIC PER PARTITION monitoring on AWS MSK clusters."
},
{
"type": "feature",
"category": "Macie2",
"description": "The Amazon Macie API now provides S3 bucket metadata that indicates whether any one-time or recurring classification jobs are configured to analyze data in a bucket."
},
{
"type": "feature",
"category": "S3",
"description": "Add new documentation regarding automatically generated Content-MD5 headers when using the SDK or CLI."
},
{
"type": "feature",
"category": "ServiceCatalogAppRegistry",
"description": "AWS Service Catalog AppRegistry Documentation update"
}
]
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.796.0-->
<!--LATEST=2.797.0-->
<!--ENTRYINSERT-->

## 2.797.0
* feature: AppMesh: This release makes tag value a required attribute of the tag's key-value pair.
* feature: Chime: The Amazon Chime SDK for messaging provides the building blocks needed to build chat and other real-time collaboration features.
* feature: CloudHSMV2: Added managed backup retention, a feature that enables customers to retain backups for a configurable period after which CloudHSM service will automatically delete them.
* feature: CodeGuruReviewer: This release supports tagging repository association resources in Amazon CodeGuru Reviewer.
* feature: CognitoIdentity: Added SDK pagination support for ListIdentityPools
* feature: Connect: This release adds a set of Amazon Connect APIs to programmatically control instance creation, modification, description and deletion.
* feature: Kafka: This release adds support for PER TOPIC PER PARTITION monitoring on AWS MSK clusters.
* feature: Macie2: The Amazon Macie API now provides S3 bucket metadata that indicates whether any one-time or recurring classification jobs are configured to analyze data in a bucket.
* feature: S3: Add new documentation regarding automatically generated Content-MD5 headers when using the SDK or CLI.
* feature: ServiceCatalogAppRegistry: AWS Service Catalog AppRegistry Documentation update

## 2.796.0
* feature: AutoScaling: You can now create Auto Scaling groups with multiple launch templates using a mixed instances policy, making it easy to deploy an AMI with an architecture that is different from the rest of the group.
* feature: CloudWatchEvents: EventBridge now supports Resource-based policy authorization on event buses. This enables cross-account PutEvents API calls, creating cross-account rules, and simplifies permission management.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

<script src="https://sdk.amazonaws.com/js/aws-sdk-2.796.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.797.0.min.js"></script>

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
3 changes: 2 additions & 1 deletion apis/appmesh-2019-01-25.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -1956,7 +1956,8 @@
"member": {
"type": "structure",
"required": [
"key"
"key",
"value"
],
"members": {
"key": {},
Expand Down
3 changes: 2 additions & 1 deletion apis/appmesh-2019-01-25.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4400,7 +4400,8 @@
"TagRef": {
"type": "structure",
"required": [
"key"
"key",
"value"
],
"members": {
"key": {
Expand Down
Loading

0 comments on commit 24bd2a1

Please sign in to comment.