Skip to content

Commit

Permalink
Updates SDK to v2.1328.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 3, 2023
1 parent 96478b5 commit 143cb28
Show file tree
Hide file tree
Showing 25 changed files with 1,065 additions and 941 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1328.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "EC2",
"description": "This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'."
},
{
"type": "feature",
"category": "MediaConvert",
"description": "The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations."
},
{
"type": "feature",
"category": "MediaLive",
"description": "AWS Elemental MediaLive adds support for Nielsen watermark timezones."
},
{
"type": "feature",
"category": "TranscribeService",
"description": "Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter."
}
]
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.1327.0-->
<!--LATEST=2.1328.0-->
<!--ENTRYINSERT-->

## 2.1328.0
* feature: EC2: This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'.
* feature: MediaConvert: The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations.
* feature: MediaLive: AWS Elemental MediaLive adds support for Nielsen watermark timezones.
* feature: TranscribeService: Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter.

## 2.1327.0
* feature: Iot: A recurring maintenance window is an optional configuration used for rolling out the job document to all devices in the target group observing a predetermined start time, duration, and frequency that the maintenance window occurs.
* feature: MigrationHubStrategy: This release updates the File Import API to allow importing servers already discovered by customers with reduced pre-requisites.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ for further details.
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.1327.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1328.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
60 changes: 30 additions & 30 deletions apis/dynamodb-2012-08-10.normal.json

Large diffs are not rendered by default.

Loading

0 comments on commit 143cb28

Please sign in to comment.