Skip to content

Commit

Permalink
Updates SDK to v2.1383.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 23, 2023
1 parent edd632f commit ab44a7a
Show file tree
Hide file tree
Showing 16 changed files with 645 additions and 187 deletions.
17 changes: 17 additions & 0 deletions .changes/2.1383.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "FMS",
"description": "Fixes issue that could cause calls to GetAdminScope and ListAdminAccountsForOrganization to return a 500 Internal Server error."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Added ModelNameEquals, ModelPackageVersionArnEquals in request and ModelName, SamplePayloadUrl, ModelPackageVersionArn in response of ListInferenceRecommendationsJobs API. Added Invocation timestamps in response of DescribeInferenceRecommendationsJob API & ListInferenceRecommendationsJobSteps API."
},
{
"type": "feature",
"category": "Translate",
"description": "Added support for calling TranslateDocument API."
}
]
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1382.0-->
<!--LATEST=2.1383.0-->
<!--ENTRYINSERT-->

## 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.
* feature: Translate: Added support for calling TranslateDocument API.

## 2.1382.0
* feature: Backup: Added support for tags on restore.
* feature: QuickSight: Add support for Asset Bundle, Geospatial Heatmaps.
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.1382.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1383.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
6 changes: 6 additions & 0 deletions apis/fms-2018-01-01.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@
},
{
"shape": "InternalErrorException"
},
{
"shape": "LimitExceededException"
}
],
"documentation": "<p>Returns information about the specified account's administrative scope. The admistrative scope defines the resources that an Firewall Manager administrator can manage.</p>"
Expand Down Expand Up @@ -608,6 +611,9 @@
},
{
"shape": "InternalErrorException"
},
{
"shape": "LimitExceededException"
}
],
"documentation": "<p>Returns a <code>AdminAccounts</code> object that lists the Firewall Manager administrators within the organization that are onboarded to Firewall Manager by <a>AssociateAdminAccount</a>.</p> <p>This operation can be called only from the organization's management account.</p>"
Expand Down

0 comments on commit ab44a7a

Please sign in to comment.