Skip to content

Commit 3333f8b

Browse files
author
awstools
committed
Updates SDK to v2.1384.0
1 parent ab44a7a commit 3333f8b

20 files changed

+1971
-266
lines changed

.changes/2.1384.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": "AppSync",
5+
"description": "This release introduces AppSync Merged APIs, which provide the ability to compose multiple source APIs into a single federated/merged API."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "CUR",
10+
"description": "Add support for split cost allocation data on a report."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Connect",
15+
"description": "Amazon Connect Evaluation Capabilities: validation improvements"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "SageMaker",
20+
"description": "SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API"
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.1383.0-->
2+
<!--LATEST=2.1384.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1384.0
6+
* feature: AppSync: This release introduces AppSync Merged APIs, which provide the ability to compose multiple source APIs into a single federated/merged API.
7+
* feature: CUR: Add support for split cost allocation data on a report.
8+
* feature: Connect: Amazon Connect Evaluation Capabilities: validation improvements
9+
* feature: SageMaker: SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API
10+
511
## 2.1383.0
612
* feature: FMS: Fixes issue that could cause calls to GetAdminScope and ListAdminAccountsForOrganization to return a 500 Internal Server error.
713
* feature: SageMaker: Added ModelNameEquals, ModelPackageVersionArnEquals in request and ModelName, SamplePayloadUrl, ModelPackageVersionArn in response of ListInferenceRecommendationsJobs API. Added Invocation timestamps in response of DescribeInferenceRecommendationsJob API & ListInferenceRecommendationsJobSteps API.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
7171
To use the SDK in the browser, simply add the following script tag to your
7272
HTML pages:
7373

74-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1383.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1384.0.min.js"></script>
7575

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

0 commit comments

Comments
 (0)