aws-sdk 2.1327.0 → 2.1328.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -1
- package/README.md +1 -1
- package/apis/ec2-2016-11-15.min.json +251 -249
- package/apis/medialive-2017-10-14.min.json +221 -218
- package/apis/transcribe-2017-10-26.min.json +8 -4
- package/clients/dynamodb.d.ts +43 -43
- package/clients/ec2.d.ts +9 -4
- package/clients/macie2.d.ts +19 -19
- package/clients/mediaconvert.d.ts +16 -9
- package/clients/medialive.d.ts +11 -5
- package/clients/transcribeservice.d.ts +28 -12
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +4 -4
- package/dist/aws-sdk.js +254 -252
- package/dist/aws-sdk.min.js +14 -14
- package/lib/core.js +1 -1
- package/lib/dynamodb/document_client.d.ts +13 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
# Changelog for AWS SDK for JavaScript
|
|
2
|
-
<!--LATEST=2.
|
|
2
|
+
<!--LATEST=2.1328.0-->
|
|
3
3
|
<!--ENTRYINSERT-->
|
|
4
4
|
|
|
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
|
+
|
|
5
11
|
## 2.1327.0
|
|
6
12
|
* 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.
|
|
7
13
|
* feature: MigrationHubStrategy: This release updates the File Import API to allow importing servers already discovered by customers with reduced pre-requisites.
|
package/README.md
CHANGED
|
@@ -57,7 +57,7 @@ for further details.
|
|
|
57
57
|
To use the SDK in the browser, simply add the following script tag to your
|
|
58
58
|
HTML pages:
|
|
59
59
|
|
|
60
|
-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.
|
|
60
|
+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1328.0.min.js"></script>
|
|
61
61
|
|
|
62
62
|
You can also build a custom browser SDK with your specified set of AWS services.
|
|
63
63
|
This can allow you to reduce the SDK's size, specify different API versions of
|