Skip to content

Commit

Permalink
Updates SDK to v2.1434.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 10, 2023
1 parent a25aa86 commit 3da43fb
Show file tree
Hide file tree
Showing 24 changed files with 1,735 additions and 884 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1434.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Connect",
"description": "This release adds APIs to provision agents that are global / available in multiple AWS regions and distribute them across these regions by percentage."
},
{
"type": "feature",
"category": "ELBv2",
"description": "This release enables configuring security groups for Network Load Balancers"
},
{
"type": "feature",
"category": "Omics",
"description": "This release adds instanceType to GetRunTask & ListRunTasks responses."
},
{
"type": "feature",
"category": "SecretsManager",
"description": "Add additional InvalidRequestException to list of possible exceptions for ListSecret."
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1433.0-->
<!--LATEST=2.1434.0-->
<!--ENTRYINSERT-->

## 2.1434.0
* feature: Connect: This release adds APIs to provision agents that are global / available in multiple AWS regions and distribute them across these regions by percentage.
* feature: ELBv2: This release enables configuring security groups for Network Load Balancers
* feature: Omics: This release adds instanceType to GetRunTask & ListRunTasks responses.
* feature: SecretsManager: Add additional InvalidRequestException to list of possible exceptions for ListSecret.

## 2.1433.0
* feature: ChimeSDKVoice: Updating CreatePhoneNumberOrder, UpdatePhoneNumber and BatchUpdatePhoneNumbers APIs, adding phone number name
* feature: FSx: For FSx for Lustre, add new data repository task type, RELEASE_DATA_FROM_FILESYSTEM, to release files that have been archived to S3. For FSx for Windows, enable support for configuring and updating SSD IOPS, and for updating storage type. For FSx for OpenZFS, add new deployment type, MULTI_AZ_1.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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.1433.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1434.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
8 changes: 4 additions & 4 deletions apis/cloudtrail-2013-11-01.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 3da43fb

Please sign in to comment.