Skip to content

Commit

Permalink
Updates SDK to v2.1002.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 6, 2021
1 parent 3fab348 commit 427b0b4
Show file tree
Hide file tree
Showing 20 changed files with 311 additions and 178 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1002.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AmplifyBackend",
"description": "Adding a new field 'AmplifyFeatureFlags' to the response of the GetBackend operation. It will return a stringified version of the cli.json file for the given Amplify project."
},
{
"type": "feature",
"category": "FSx",
"description": "This release adds support for Lustre 2.12 to FSx for Lustre."
},
{
"type": "feature",
"category": "Kendra",
"description": "Amazon Kendra now supports integration with AWS SSO"
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds a new TrainingInputMode FastFile for SageMaker Training APIs."
}
]
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.1001.0-->
<!--LATEST=2.1002.0-->
<!--ENTRYINSERT-->

## 2.1002.0
* feature: AmplifyBackend: Adding a new field 'AmplifyFeatureFlags' to the response of the GetBackend operation. It will return a stringified version of the cli.json file for the given Amplify project.
* feature: FSx: This release adds support for Lustre 2.12 to FSx for Lustre.
* feature: Kendra: Amazon Kendra now supports integration with AWS SSO
* feature: SageMaker: This release adds a new TrainingInputMode FastFile for SageMaker Training APIs.

## 2.1001.0
* bugfix: Signer: Fix the bug that httpChecksumRequired trait is not honored in SigV2
* feature: ApplicationAutoScaling: With this release, Application Auto Scaling adds support for Amazon Neptune. Customers can now automatically add or remove Read Replicas of their Neptune clusters to keep the average CPU Utilization at the target value specified by the customers.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.1001.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1002.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
3 changes: 3 additions & 0 deletions apis/amplifybackend-2020-08-11.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,9 @@
"output": {
"type": "structure",
"members": {
"AmplifyFeatureFlags": {
"locationName": "amplifyFeatureFlags"
},
"AmplifyMetaConfig": {
"locationName": "amplifyMetaConfig"
},
Expand Down
5 changes: 5 additions & 0 deletions apis/amplifybackend-2020-08-11.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2189,6 +2189,11 @@
"GetBackendResponse": {
"type": "structure",
"members": {
"AmplifyFeatureFlags": {
"shape": "__string",
"locationName": "amplifyFeatureFlags",
"documentation": "<p>A stringified version of the cli.json file for your Amplify project.</p>"
},
"AmplifyMetaConfig": {
"shape": "__string",
"locationName": "amplifyMetaConfig",
Expand Down
Loading

0 comments on commit 427b0b4

Please sign in to comment.