Skip to content

Commit 4db6e76

Browse files
author
awstools
committed
Updates SDK to v2.1157.0
1 parent 1dd256d commit 4db6e76

26 files changed

+3143
-86
lines changed

Diff for: .changes/2.1157.0.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "ConnectCampaigns",
10+
"description": "Added Amazon Connect high volume outbound communications SDK."
11+
}
12+
]

Diff for: CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1156.0-->
2+
<!--LATEST=2.1157.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1157.0
6+
* 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.
7+
* feature: ConnectCampaigns: Added Amazon Connect high volume outbound communications SDK.
8+
59
## 2.1156.0
610
* 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.
711
* 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.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1156.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1157.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

Diff for: apis/connect-2017-08-08.normal.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8670,7 +8670,8 @@
86708670
"AUTO_RESOLVE_BEST_VOICES",
86718671
"USE_CUSTOM_TTS_VOICES",
86728672
"EARLY_MEDIA",
8673-
"MULTI_PARTY_CONFERENCE"
8673+
"MULTI_PARTY_CONFERENCE",
8674+
"HIGH_VOLUME_OUTBOUND"
86748675
]
86758676
},
86768677
"InstanceAttributeValue": {

Diff for: apis/connectcampaigns-2021-01-30.examples.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": "1.0",
3+
"examples": {
4+
}
5+
}

0 commit comments

Comments
 (0)