Skip to content

Commit

Permalink
Updates SDK to v2.1197.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 17, 2022
1 parent 7699526 commit 65d960c
Show file tree
Hide file tree
Showing 30 changed files with 2,563 additions and 818 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1197.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "AppMesh",
"description": "AWS App Mesh release to support Multiple Listener and Access Log Format feature"
},
{
"type": "feature",
"category": "ConnectCampaigns",
"description": "Updated exceptions for Amazon Connect Outbound Campaign api's."
},
{
"type": "feature",
"category": "Kendra",
"description": "This release adds Zendesk connector (which allows you to specify Zendesk SAAS platform as data source), Proxy Support for Sharepoint and Confluence Server (which allows you to specify the proxy configuration if proxy is required to connect to your Sharepoint/Confluence Server as data source)."
},
{
"type": "feature",
"category": "LakeFormation",
"description": "This release adds a new API support \"AssumeDecoratedRoleWithSAML\" and also release updates the corresponding documentation."
},
{
"type": "feature",
"category": "Lambda",
"description": "Added support for customization of Consumer Group ID for MSK and Kafka Event Source Mappings."
},
{
"type": "feature",
"category": "LexModelsV2",
"description": "This release introduces support for enhanced conversation design with the ability to define custom conversation flows with conditional branching and new bot responses."
},
{
"type": "feature",
"category": "RDS",
"description": "Adds support for Internet Protocol Version 6 (IPv6) for RDS Aurora database clusters."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1196.0-->
<!--LATEST=2.1197.0-->
<!--ENTRYINSERT-->

## 2.1197.0
* feature: AppMesh: AWS App Mesh release to support Multiple Listener and Access Log Format feature
* feature: ConnectCampaigns: Updated exceptions for Amazon Connect Outbound Campaign api's.
* feature: Kendra: This release adds Zendesk connector (which allows you to specify Zendesk SAAS platform as data source), Proxy Support for Sharepoint and Confluence Server (which allows you to specify the proxy configuration if proxy is required to connect to your Sharepoint/Confluence Server as data source).
* feature: LakeFormation: This release adds a new API support "AssumeDecoratedRoleWithSAML" and also release updates the corresponding documentation.
* feature: Lambda: Added support for customization of Consumer Group ID for MSK and Kafka Event Source Mappings.
* feature: LexModelsV2: This release introduces support for enhanced conversation design with the ability to define custom conversation flows with conditional branching and new bot responses.
* feature: RDS: Adds support for Internet Protocol Version 6 (IPv6) for RDS Aurora database clusters.

## 2.1196.0
* feature: Rekognition: This release adds APIs which support copying an Amazon Rekognition Custom Labels model and managing project policies across AWS account.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1196.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1197.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 65d960c

Please sign in to comment.