Skip to content

Commit

Permalink
Updates SDK to v2.1433.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 9, 2023
1 parent ed4ddbd commit a25aa86
Show file tree
Hide file tree
Showing 22 changed files with 1,232 additions and 921 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1433.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "ChimeSDKVoice",
"description": "Updating CreatePhoneNumberOrder, UpdatePhoneNumber and BatchUpdatePhoneNumbers APIs, adding phone number name"
},
{
"type": "feature",
"category": "FSx",
"description": "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."
},
{
"type": "feature",
"category": "GuardDuty",
"description": "Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds support for cross account access for SageMaker Model Cards through AWS RAM."
}
]
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.1432.0-->
<!--LATEST=2.1433.0-->
<!--ENTRYINSERT-->

## 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.
* feature: GuardDuty: Added autoEnable ALL to UpdateOrganizationConfiguration and DescribeOrganizationConfiguration APIs.
* feature: SageMaker: This release adds support for cross account access for SageMaker Model Cards through AWS RAM.

## 2.1432.0
* feature: Backup: This release introduces a new logically air-gapped vault (Preview) in AWS Backup that stores immutable backup copies, which are locked by default and isolated with encryption using AWS owned keys. Logically air-gapped vault (Preview) allows secure recovery of application data across accounts.
* feature: ElastiCache: Added support for cluster mode in online migration and test migration API
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.1432.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1433.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 a25aa86

Please sign in to comment.