Skip to content

Commit d895bc0

Browse files
author
awstools
committed
Updates SDK to v2.619.0
1 parent 599e6af commit d895bc0

22 files changed

+933
-332
lines changed

.changes/2.619.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "EC2",
5+
"description": "You can now enable Multi-Attach on Provisioned IOPS io1 volumes through the create-volume API."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "MediaTailor",
10+
"description": "AWS Elemental MediaTailor SDK now allows configuration of Personalization Threshold for HLS and DASH streams."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "SecurityHub",
15+
"description": "Security Hub has released a new DescribeStandards API action. This API action allows a customer to list all of the standards available in an account. For each standard, the list provides the customer with the standard name, description, and ARN. Customers can use the ARN as an input to the BatchEnableStandards API action. To learn more, visit our API documentation."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Shield",
20+
"description": "This release adds support for associating Amazon Route 53 health checks to AWS Shield Advanced protected resources."
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.618.0-->
2+
<!--LATEST=2.619.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.619.0
6+
* feature: EC2: You can now enable Multi-Attach on Provisioned IOPS io1 volumes through the create-volume API.
7+
* feature: MediaTailor: AWS Elemental MediaTailor SDK now allows configuration of Personalization Threshold for HLS and DASH streams.
8+
* feature: SecurityHub: Security Hub has released a new DescribeStandards API action. This API action allows a customer to list all of the standards available in an account. For each standard, the list provides the customer with the standard name, description, and ARN. Customers can use the ARN as an input to the BatchEnableStandards API action. To learn more, visit our API documentation.
9+
* feature: Shield: This release adds support for associating Amazon Route 53 health checks to AWS Shield Advanced protected resources.
10+
511
## 2.618.0
612
* feature: MediaPackageVod: Adds support for DASH with multiple media presentation description periods triggered by presence of SCTE-35 ad markers in the manifest.Also adds optional configuration for DASH SegmentTemplateFormat to refer to segments by Number with Duration, Number with Timeline or Time with Timeline and compact the manifest by combining duplicate SegmentTemplate tags.
713

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ version.
2525
To use the SDK in the browser, simply add the following script tag to your
2626
HTML pages:
2727

28-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.618.0.min.js"></script>
28+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.619.0.min.js"></script>
2929

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

0 commit comments

Comments
 (0)