Skip to content

Commit

Permalink
Updates SDK to v2.834.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 29, 2021
1 parent 617d8fb commit cc7fd8b
Show file tree
Hide file tree
Showing 20 changed files with 2,863 additions and 563 deletions.
22 changes: 22 additions & 0 deletions .changes/2.834.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "bugfix",
"category": "Lex Models V2",
"description": "Lex Models V2 service requires Content-Type header to be application/x-amz-json-1.1"
},
{
"type": "feature",
"category": "Connect",
"description": "Added API to manage queues or get hours of operation for a queue programmatically, which can be used to create new/update queues, or take actions when skills are outside of their hours of operation."
},
{
"type": "feature",
"category": "Macie2",
"description": "This release of the Amazon Macie API adds support for using object prefixes to refine the scope of a classification job."
},
{
"type": "feature",
"category": "MediaLive",
"description": "\"AWS Elemental MediaLive now supports output to a private VPC. When this property is specified, the output will egress from a user specified VPC.\""
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-Lex Models V2-eca422d9.json

This file was deleted.

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.833.0-->
<!--LATEST=2.834.0-->
<!--ENTRYINSERT-->

## 2.834.0
* bugfix: Lex Models V2: Lex Models V2 service requires Content-Type header to be application/x-amz-json-1.1
* feature: Connect: Added API to manage queues or get hours of operation for a queue programmatically, which can be used to create new/update queues, or take actions when skills are outside of their hours of operation.
* feature: Macie2: This release of the Amazon Macie API adds support for using object prefixes to refine the scope of a classification job.
* feature: MediaLive: "AWS Elemental MediaLive now supports output to a private VPC. When this property is specified, the output will egress from a user specified VPC."

## 2.833.0
* feature: CloudWatch: Update to SDK to support label time zones in CloudWatch GetMetricData
* feature: DataBrew: This SDK release adds support for specifying a custom delimiter for input CSV datasets and for CSV job outputs.
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.833.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.834.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 cc7fd8b

Please sign in to comment.