Skip to content

Commit fbc174a

Browse files
author
awstools
committed
Updates SDK to v2.1063.0
1 parent e56a49f commit fbc174a

23 files changed

+3965
-758
lines changed

.changes/2.1063.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": "Connect",
5+
"description": "This release adds support for custom vocabularies to be used with Contact Lens. Custom vocabularies improve transcription accuracy for one or more specific words."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EFS",
10+
"description": "Use Amazon EFS Replication to replicate your Amazon EFS file system in the AWS Region of your preference."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "FSx",
15+
"description": "This release adds support for growing SSD storage capacity and growing/shrinking SSD IOPS for FSx for ONTAP file systems."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "GuardDuty",
20+
"description": "Amazon GuardDuty expands threat detection coverage to protect Amazon Elastic Kubernetes Service (EKS) workloads."
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.1062.0-->
2+
<!--LATEST=2.1063.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1063.0
6+
* feature: Connect: This release adds support for custom vocabularies to be used with Contact Lens. Custom vocabularies improve transcription accuracy for one or more specific words.
7+
* feature: EFS: Use Amazon EFS Replication to replicate your Amazon EFS file system in the AWS Region of your preference.
8+
* feature: FSx: This release adds support for growing SSD storage capacity and growing/shrinking SSD IOPS for FSx for ONTAP file systems.
9+
* feature: GuardDuty: Amazon GuardDuty expands threat detection coverage to protect Amazon Elastic Kubernetes Service (EKS) workloads.
10+
511
## 2.1062.0
612
* bugfix: ParamValidator: fix the issue that the ParamValidator always fails on the document trait
713
* feature: MediaConvert: AWS Elemental MediaConvert SDK has added support for 4K AV1 output resolutions & 10-bit AV1 color, the ability to ingest sidecar Dolby Vision XML metadata files, and the ability to flag WebVTT and IMSC tracks for accessibility in HLS.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1062.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1063.0.min.js"></script>
3333

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

0 commit comments

Comments
 (0)