Skip to content

Commit

Permalink
Updates SDK to v2.456.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 15, 2019
1 parent a99a997 commit 0d0e7bd
Show file tree
Hide file tree
Showing 22 changed files with 1,984 additions and 1,160 deletions.
22 changes: 22 additions & 0 deletions .changes/2.456.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "CodePipeline",
"description": "This feature includes new APIs to add, edit, remove and view tags for pipeline, custom action type and webhook resources. You can also add tags while creating these resources."
},
{
"type": "feature",
"category": "EC2",
"description": "Adding tagging support for VPC Endpoints and VPC Endpoint Services."
},
{
"type": "feature",
"category": "MediaPackage",
"description": "Adds optional configuration for DASH SegmentTemplateFormat to refer to segments by Number with Duration, rather than Number or Time with SegmentTimeline."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "Amazon Transcribe - support transcriptions from audio sources in Indian English (en-IN) and Hindi (hi-IN)."
}
]
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.455.0-->
<!--LATEST=2.456.0-->
<!--ENTRYINSERT-->

## 2.456.0
* feature: CodePipeline: This feature includes new APIs to add, edit, remove and view tags for pipeline, custom action type and webhook resources. You can also add tags while creating these resources.
* feature: EC2: Adding tagging support for VPC Endpoints and VPC Endpoint Services.
* feature: MediaPackage: Adds optional configuration for DASH SegmentTemplateFormat to refer to segments by Number with Duration, rather than Number or Time with SegmentTimeline.
* feature: TranscribeService: Amazon Transcribe - support transcriptions from audio sources in Indian English (en-IN) and Hindi (hi-IN).

## 2.455.0
* feature: Chime: Amazon Chime private bots GA release.
* feature: Comprehend: With this release AWS Comprehend now supports Virtual Private Cloud for Asynchronous Batch Processing jobs
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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.455.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.456.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 0d0e7bd

Please sign in to comment.