Skip to content

Commit 2a4e007

Browse files
author
awstools
committed
Updates SDK to v2.1345.0
1 parent d21d111 commit 2a4e007

16 files changed

+2762
-935
lines changed

.changes/2.1345.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "IotData",
5+
"description": "Add endpoint ruleset support for cn-north-1."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SSMContacts",
10+
"description": "This release adds 12 new APIs as part of Oncall Schedule feature release, adds support for a new contact type: ONCALL_SCHEDULE. Check public documentation for AWS ssm-contacts for more information"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SSMIncidents",
15+
"description": "Increased maximum length of \"TriggerDetails.rawData\" to 10K characters and \"IncidentSummary\" to 8K characters."
16+
}
17+
]

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1344.0-->
2+
<!--LATEST=2.1345.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1345.0
6+
* feature: IotData: Add endpoint ruleset support for cn-north-1.
7+
* feature: SSMContacts: This release adds 12 new APIs as part of Oncall Schedule feature release, adds support for a new contact type: ONCALL_SCHEDULE. Check public documentation for AWS ssm-contacts for more information
8+
* feature: SSMIncidents: Increased maximum length of "TriggerDetails.rawData" to 10K characters and "IncidentSummary" to 8K characters.
9+
510
## 2.1344.0
611
* feature: Athena: Enforces a minimal level of encryption for the workgroup for query and calculation results that are written to Amazon S3. When enabled, workgroup users can set encryption only to the minimum level set by the administrator or higher when they submit queries.
712
* feature: ChimeSDKVoice: Documentation updates for Amazon Chime SDK Voice.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7070
To use the SDK in the browser, simply add the following script tag to your
7171
HTML pages:
7272

73-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1344.0.min.js"></script>
73+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1345.0.min.js"></script>
7474

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

0 commit comments

Comments
 (0)