Skip to content

Commit 143cb28

Browse files
author
awstools
committed
Updates SDK to v2.1328.0
1 parent 96478b5 commit 143cb28

25 files changed

+1065
-941
lines changed

.changes/2.1328.0.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "MediaConvert",
10+
"description": "The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "MediaLive",
15+
"description": "AWS Elemental MediaLive adds support for Nielsen watermark timezones."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "TranscribeService",
20+
"description": "Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter."
21+
}
22+
]

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1327.0-->
2+
<!--LATEST=2.1328.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1328.0
6+
* feature: EC2: This release adds support for a new boot mode for EC2 instances called 'UEFI Preferred'.
7+
* feature: MediaConvert: The AWS Elemental MediaConvert SDK has improved handling for different input and output color space combinations.
8+
* feature: MediaLive: AWS Elemental MediaLive adds support for Nielsen watermark timezones.
9+
* feature: TranscribeService: Amazon Transcribe now supports role access for these API operations: CreateVocabulary, UpdateVocabulary, CreateVocabularyFilter, and UpdateVocabularyFilter.
10+
511
## 2.1327.0
612
* 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.
713
* feature: MigrationHubStrategy: This release updates the File Import API to allow importing servers already discovered by customers with reduced pre-requisites.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ for further details.
5757
To use the SDK in the browser, simply add the following script tag to your
5858
HTML pages:
5959

60-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1327.0.min.js"></script>
60+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1328.0.min.js"></script>
6161

6262
You can also build a custom browser SDK with your specified set of AWS services.
6363
This can allow you to reduce the SDK's size, specify different API versions of

apis/dynamodb-2012-08-10.normal.json

Lines changed: 30 additions & 30 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)