Skip to content

Commit

Permalink
Updates SDK to v2.1361.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 19, 2023
1 parent ec204a0 commit 6019f50
Show file tree
Hide file tree
Showing 27 changed files with 4,492 additions and 1,043 deletions.
27 changes: 27 additions & 0 deletions .changes/2.1361.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "Comprehend",
"description": "This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format."
},
{
"type": "feature",
"category": "ECS",
"description": "This release supports the Account Setting \"TagResourceAuthorization\" that allows for enhanced Tagging security controls."
},
{
"type": "feature",
"category": "RAM",
"description": "This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM."
},
{
"type": "feature",
"category": "S3",
"description": "Provides support for \"Snow\" Storage class."
},
{
"type": "feature",
"category": "S3Control",
"description": "Provides support for overriding endpoint when region is \"snow\". This will enable bucket APIs for Amazon S3 Compatible storage on Snow Family devices."
}
]
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1360.0-->
<!--LATEST=2.1361.0-->
<!--ENTRYINSERT-->

## 2.1361.0
* feature: Comprehend: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.
* feature: ECS: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.
* feature: RAM: This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.
* feature: S3: Provides support for "Snow" Storage class.
* feature: S3Control: Provides support for overriding endpoint when region is "snow". This will enable bucket APIs for Amazon S3 Compatible storage on Snow Family devices.

## 2.1360.0
* feature: Appflow: This release adds a Client Token parameter to the following AppFlow APIs: Create/Update Connector Profile, Create/Update Flow, Start Flow, Register Connector, Update Connector Registration. The Client Token parameter allows idempotent operations for these APIs.
* feature: Drs: Changed existing APIs and added new APIs to support using an account-level launch configuration template with AWS Elastic Disaster Recovery.
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.1360.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1361.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 6019f50

Please sign in to comment.