Skip to content

Commit

Permalink
Updates SDK to v2.572.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 14, 2019
1 parent f6bd3a5 commit 1fa7bda
Show file tree
Hide file tree
Showing 24 changed files with 2,101 additions and 789 deletions.
27 changes: 27 additions & 0 deletions .changes/2.572.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "CognitoIdentityServiceProvider",
"description": "This release adds a new setting at user pool client to prevent user existence related errors during authentication, confirmation, and password recovery related operations. This release also adds support to enable or disable specific authentication flows for a user pool client."
},
{
"type": "feature",
"category": "Connect",
"description": "This release enhances the existing user management APIs and adds 3 new APIs - TagResource, UntagResource, and ListTagsForResource to support tagging Amazon Connect users, which facilitates more granular access controls for Amazon Connect users within an Amazon Connect instance. You can learn more about the new APIs here: https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html."
},
{
"type": "feature",
"category": "MarketplaceMetering",
"description": "Added CustomerNotEntitledException in MeterUsage API for Container use case."
},
{
"type": "feature",
"category": "Personalize",
"description": "Amazon Personalize: Adds ability to get batch recommendations by creating a batch inference job."
},
{
"type": "feature",
"category": "SSM",
"description": "Updates support for adding attachments to Systems Manager Automation documents"
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.571.0-->
<!--LATEST=2.572.0-->
<!--ENTRYINSERT-->

## 2.572.0
* feature: CognitoIdentityServiceProvider: This release adds a new setting at user pool client to prevent user existence related errors during authentication, confirmation, and password recovery related operations. This release also adds support to enable or disable specific authentication flows for a user pool client.
* feature: Connect: This release enhances the existing user management APIs and adds 3 new APIs - TagResource, UntagResource, and ListTagsForResource to support tagging Amazon Connect users, which facilitates more granular access controls for Amazon Connect users within an Amazon Connect instance. You can learn more about the new APIs here: https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html.
* feature: MarketplaceMetering: Added CustomerNotEntitledException in MeterUsage API for Container use case.
* feature: Personalize: Amazon Personalize: Adds ability to get batch recommendations by creating a batch inference job.
* feature: SSM: Updates support for adding attachments to Systems Manager Automation documents

## 2.571.0
* feature: CloudSearch: Amazon CloudSearch domains let you require that all traffic to the domain arrive over HTTPS. This security feature helps you block clients that send unencrypted requests to the domain.
* feature: DLM: You can now add tags to a lifecycle policy in Data Lifecycle Manager (DLM). Tags allow you to categorize your policies in different ways, such as by department, purpose or owner. You can also enable resource level permissions based on tags to set access control on ability to modify or delete a tagged policy.
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.571.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.572.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
Loading

0 comments on commit 1fa7bda

Please sign in to comment.