Skip to content

Commit

Permalink
Updates SDK to v2.1157.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 17, 2022
1 parent 1dd256d commit 4db6e76
Show file tree
Hide file tree
Showing 26 changed files with 3,143 additions and 86 deletions.
12 changes: 12 additions & 0 deletions .changes/2.1157.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable High volume outbound communications using attribute type HIGH_VOLUME_OUTBOUND on the specified Amazon Connect instance."
},
{
"type": "feature",
"category": "ConnectCampaigns",
"description": "Added Amazon Connect high volume outbound communications SDK."
}
]
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1156.0-->
<!--LATEST=2.1157.0-->
<!--ENTRYINSERT-->

## 2.1157.0
* feature: Connect: This release updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable High volume outbound communications using attribute type HIGH_VOLUME_OUTBOUND on the specified Amazon Connect instance.
* feature: ConnectCampaigns: Added Amazon Connect high volume outbound communications SDK.

## 2.1156.0
* feature: RedshiftData: This release adds a new --workgroup-name field to operations that connect to an endpoint. Customers can now execute queries against their serverless workgroups.
* feature: RedshiftServerless: Add new API operations for Amazon Redshift Serverless, a new way of using Amazon Redshift without needing to manually manage provisioned clusters. The new operations let you interact with Redshift Serverless resources, such as create snapshots, list VPC endpoints, delete resource policies, and more.
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.1156.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1157.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/connect-2017-08-08.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -8670,7 +8670,8 @@
"AUTO_RESOLVE_BEST_VOICES",
"USE_CUSTOM_TTS_VOICES",
"EARLY_MEDIA",
"MULTI_PARTY_CONFERENCE"
"MULTI_PARTY_CONFERENCE",
"HIGH_VOLUME_OUTBOUND"
]
},
"InstanceAttributeValue": {
Expand Down
5 changes: 5 additions & 0 deletions apis/connectcampaigns-2021-01-30.examples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"version": "1.0",
"examples": {
}
}
Loading

0 comments on commit 4db6e76

Please sign in to comment.