Skip to content

Commit

Permalink
Updates SDK to v2.1345.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 28, 2023
1 parent d21d111 commit 2a4e007
Show file tree
Hide file tree
Showing 16 changed files with 2,762 additions and 935 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1345.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "IotData",
"description": "Add endpoint ruleset support for cn-north-1."
},
{
"type": "feature",
"category": "SSMContacts",
"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"
},
{
"type": "feature",
"category": "SSMIncidents",
"description": "Increased maximum length of \"TriggerDetails.rawData\" to 10K characters and \"IncidentSummary\" to 8K characters."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1344.0-->
<!--LATEST=2.1345.0-->
<!--ENTRYINSERT-->

## 2.1345.0
* feature: IotData: Add endpoint ruleset support for cn-north-1.
* 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
* feature: SSMIncidents: Increased maximum length of "TriggerDetails.rawData" to 10K characters and "IncidentSummary" to 8K characters.

## 2.1344.0
* 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.
* feature: ChimeSDKVoice: Documentation updates for Amazon Chime SDK Voice.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1344.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1345.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 2a4e007

Please sign in to comment.