Skip to content

Commit

Permalink
Updates SDK to v2.936.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 28, 2021
1 parent 47d4949 commit b264dde
Show file tree
Hide file tree
Showing 18 changed files with 2,399 additions and 1,153 deletions.
22 changes: 22 additions & 0 deletions .changes/2.936.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "Glue",
"description": "Add JSON Support for Glue Schema Registry"
},
{
"type": "feature",
"category": "MediaConvert",
"description": "MediaConvert adds support for HDR10+, ProRes 4444, and XAVC outputs, ADM/DAMF support for Dolby Atmos ingest, and alternative audio and WebVTT caption ingest via HLS inputs. MediaConvert also now supports creating trickplay outputs for Roku devices for HLS, CMAF, and DASH output groups."
},
{
"type": "feature",
"category": "Redshift",
"description": "Added InvalidClusterStateFault to the DisableLogging API, thrown when calling the API on a non available cluster."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Sagemaker Neo now supports running compilation jobs using customer's Amazon VPC"
}
]
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.935.0-->
<!--LATEST=2.936.0-->
<!--ENTRYINSERT-->

## 2.936.0
* feature: Glue: Add JSON Support for Glue Schema Registry
* feature: MediaConvert: MediaConvert adds support for HDR10+, ProRes 4444, and XAVC outputs, ADM/DAMF support for Dolby Atmos ingest, and alternative audio and WebVTT caption ingest via HLS inputs. MediaConvert also now supports creating trickplay outputs for Roku devices for HLS, CMAF, and DASH output groups.
* feature: Redshift: Added InvalidClusterStateFault to the DisableLogging API, thrown when calling the API on a non available cluster.
* feature: SageMaker: Sagemaker Neo now supports running compilation jobs using customer's Amazon VPC

## 2.935.0
* feature: AmplifyBackend: Imports an existing backend authentication resource.
* feature: Proton: Added waiters for template registration, service operations, and environment deployments.
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.935.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.936.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
379 changes: 190 additions & 189 deletions apis/glue-2017-03-31.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit b264dde

Please sign in to comment.