Skip to content

Commit ab44a7a

Browse files
author
awstools
committed
Updates SDK to v2.1383.0
1 parent edd632f commit ab44a7a

16 files changed

+645
-187
lines changed

.changes/2.1383.0.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "FMS",
5+
"description": "Fixes issue that could cause calls to GetAdminScope and ListAdminAccountsForOrganization to return a 500 Internal Server error."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "SageMaker",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Translate",
15+
"description": "Added support for calling TranslateDocument API."
16+
}
17+
]

CHANGELOG.md

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

5+
## 2.1383.0
6+
* feature: FMS: Fixes issue that could cause calls to GetAdminScope and ListAdminAccountsForOrganization to return a 500 Internal Server error.
7+
* 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.
8+
* feature: Translate: Added support for calling TranslateDocument API.
9+
510
## 2.1382.0
611
* feature: Backup: Added support for tags on restore.
712
* feature: QuickSight: Add support for Asset Bundle, Geospatial Heatmaps.

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.1382.0.min.js"></script>
74+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1383.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

apis/fms-2018-01-01.normal.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,9 @@
346346
},
347347
{
348348
"shape": "InternalErrorException"
349+
},
350+
{
351+
"shape": "LimitExceededException"
349352
}
350353
],
351354
"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>"
@@ -608,6 +611,9 @@
608611
},
609612
{
610613
"shape": "InternalErrorException"
614+
},
615+
{
616+
"shape": "LimitExceededException"
611617
}
612618
],
613619
"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>"

0 commit comments

Comments
 (0)