Skip to content

Commit

Permalink
Updates SDK to v2.847.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 18, 2021
1 parent f46d6da commit 6d2462d
Show file tree
Hide file tree
Showing 20 changed files with 960 additions and 755 deletions.
17 changes: 17 additions & 0 deletions .changes/2.847.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "CloudFormation",
"description": "Adding the 'callAs' parameter to all CloudFormation StackSets APIs except getTemplateSummary to support creating and managing service-managed StackSets with AWS Organizations Delegated Administrators"
},
{
"type": "feature",
"category": "CodeBuild",
"description": "AWS CodeBuild now allows you to specify a separate bucket owner as part of the S3 destination in a report group."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds expires-in-seconds parameter to the CreatePresignedDomainUrl API for support of a configurable TTL."
}
]
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.846.0-->
<!--LATEST=2.847.0-->
<!--ENTRYINSERT-->

## 2.847.0
* feature: CloudFormation: Adding the 'callAs' parameter to all CloudFormation StackSets APIs except getTemplateSummary to support creating and managing service-managed StackSets with AWS Organizations Delegated Administrators
* feature: CodeBuild: AWS CodeBuild now allows you to specify a separate bucket owner as part of the S3 destination in a report group.
* feature: SageMaker: This release adds expires-in-seconds parameter to the CreatePresignedDomainUrl API for support of a configurable TTL.

## 2.846.0
* feature: ConfigService: Added INSUFFICIENT_DATA in ConformancePackComplianceType.
* feature: LookoutVision: This release for Amazon Lookout for Vision includes documentation updates and a correction to the Status field returned in the response from StartModel and StopModel.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
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.846.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.847.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
Loading

0 comments on commit 6d2462d

Please sign in to comment.