Skip to content

Commit 427b0b4

Browse files
author
awstools
committed
Updates SDK to v2.1002.0
1 parent 3fab348 commit 427b0b4

20 files changed

+311
-178
lines changed

.changes/2.1002.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "AmplifyBackend",
5+
"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."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "FSx",
10+
"description": "This release adds support for Lustre 2.12 to FSx for Lustre."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Kendra",
15+
"description": "Amazon Kendra now supports integration with AWS SSO"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SageMaker",
20+
"description": "This release adds a new TrainingInputMode FastFile for SageMaker Training APIs."
21+
}
22+
]

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1001.0-->
2+
<!--LATEST=2.1002.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1002.0
6+
* 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.
7+
* feature: FSx: This release adds support for Lustre 2.12 to FSx for Lustre.
8+
* feature: Kendra: Amazon Kendra now supports integration with AWS SSO
9+
* feature: SageMaker: This release adds a new TrainingInputMode FastFile for SageMaker Training APIs.
10+
511
## 2.1001.0
612
* bugfix: Signer: Fix the bug that httpChecksumRequired trait is not honored in SigV2
713
* 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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1001.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1002.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/amplifybackend-2020-08-11.min.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,9 @@
553553
"output": {
554554
"type": "structure",
555555
"members": {
556+
"AmplifyFeatureFlags": {
557+
"locationName": "amplifyFeatureFlags"
558+
},
556559
"AmplifyMetaConfig": {
557560
"locationName": "amplifyMetaConfig"
558561
},

apis/amplifybackend-2020-08-11.normal.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2189,6 +2189,11 @@
21892189
"GetBackendResponse": {
21902190
"type": "structure",
21912191
"members": {
2192+
"AmplifyFeatureFlags": {
2193+
"shape": "__string",
2194+
"locationName": "amplifyFeatureFlags",
2195+
"documentation": "<p>A stringified version of the cli.json file for your Amplify project.</p>"
2196+
},
21922197
"AmplifyMetaConfig": {
21932198
"shape": "__string",
21942199
"locationName": "amplifyMetaConfig",

0 commit comments

Comments
 (0)