Skip to content

Commit

Permalink
Updates SDK to v2.514.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Aug 20, 2019
1 parent 3ffad9c commit b796549
Show file tree
Hide file tree
Showing 22 changed files with 822 additions and 450 deletions.
27 changes: 27 additions & 0 deletions .changes/2.514.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "feature",
"category": "AlexaForBusiness",
"description": "Adding support for optional locale input in CreateProfile and UpdateProfile APIs"
},
{
"type": "feature",
"category": "AppStream",
"description": "Includes API updates to support streaming through VPC endpoints for image builders and stacks."
},
{
"type": "feature",
"category": "ChainableTemporaryCredentials",
"description": "Support for specifying STS client config when creating ChainableTemporaryCredentials to override endpoint or region."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker introduces Managed Spot Training. Increases the maximum number of metric definitions to 40 for SageMaker Training and Hyperparameter Tuning Jobs. SageMaker Neo adds support for Acer aiSage and Qualcomm QCS605 and QCS603. "
},
{
"type": "feature",
"category": "Transfer",
"description": "New field in response of TestIdentityProvider"
}
]

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.513.0-->
<!--LATEST=2.514.0-->
<!--ENTRYINSERT-->

## 2.514.0
* feature: AlexaForBusiness: Adding support for optional locale input in CreateProfile and UpdateProfile APIs
* feature: AppStream: Includes API updates to support streaming through VPC endpoints for image builders and stacks.
* feature: ChainableTemporaryCredentials: Support for specifying STS client config when creating ChainableTemporaryCredentials to override endpoint or region.
* feature: SageMaker: Amazon SageMaker introduces Managed Spot Training. Increases the maximum number of metric definitions to 40 for SageMaker Training and Hyperparameter Tuning Jobs. SageMaker Neo adds support for Acer aiSage and Qualcomm QCS605 and QCS603.
* feature: Transfer: New field in response of TestIdentityProvider

## 2.513.0
* feature: AppMesh: Fix for HttpMethod enum
* feature: CUR: New IAM permission required for editing AWS Cost and Usage Reports - Starting today, you can allow or deny IAM users permission to edit Cost & Usage Reports through the API and the Billing and Cost Management console. To allow users to edit Cost & Usage Reports, ensure that they have 'cur: ModifyReportDefinition' permission. Refer to the technical documentation (https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_cur_ModifyReportDefinition.html) for additional details.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.513.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.514.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 b796549

Please sign in to comment.