Skip to content

Commit

Permalink
Updates SDK to v2.1384.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 24, 2023
1 parent ab44a7a commit 3333f8b
Show file tree
Hide file tree
Showing 20 changed files with 1,971 additions and 266 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1384.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "AppSync",
"description": "This release introduces AppSync Merged APIs, which provide the ability to compose multiple source APIs into a single federated/merged API."
},
{
"type": "feature",
"category": "CUR",
"description": "Add support for split cost allocation data on a report."
},
{
"type": "feature",
"category": "Connect",
"description": "Amazon Connect Evaluation Capabilities: validation improvements"
},
{
"type": "feature",
"category": "SageMaker",
"description": "SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API"
}
]
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.1383.0-->
<!--LATEST=2.1384.0-->
<!--ENTRYINSERT-->

## 2.1384.0
* feature: AppSync: This release introduces AppSync Merged APIs, which provide the ability to compose multiple source APIs into a single federated/merged API.
* feature: CUR: Add support for split cost allocation data on a report.
* feature: Connect: Amazon Connect Evaluation Capabilities: validation improvements
* feature: SageMaker: SageMaker now provides an instantaneous deployment recommendation through the DescribeModel API

## 2.1383.0
* feature: FMS: Fixes issue that could cause calls to GetAdminScope and ListAdminAccountsForOrganization to return a 500 Internal Server error.
* 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.
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.1383.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1384.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

0 comments on commit 3333f8b

Please sign in to comment.