Skip to content

Commit

Permalink
Updates SDK to v2.619.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 14, 2020
1 parent 599e6af commit d895bc0
Show file tree
Hide file tree
Showing 22 changed files with 933 additions and 332 deletions.
22 changes: 22 additions & 0 deletions .changes/2.619.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "EC2",
"description": "You can now enable Multi-Attach on Provisioned IOPS io1 volumes through the create-volume API."
},
{
"type": "feature",
"category": "MediaTailor",
"description": "AWS Elemental MediaTailor SDK now allows configuration of Personalization Threshold for HLS and DASH streams."
},
{
"type": "feature",
"category": "SecurityHub",
"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."
},
{
"type": "feature",
"category": "Shield",
"description": "This release adds support for associating Amazon Route 53 health checks to AWS Shield Advanced protected resources."
}
]
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.618.0-->
<!--LATEST=2.619.0-->
<!--ENTRYINSERT-->

## 2.619.0
* feature: EC2: You can now enable Multi-Attach on Provisioned IOPS io1 volumes through the create-volume API.
* feature: MediaTailor: AWS Elemental MediaTailor SDK now allows configuration of Personalization Threshold for HLS and DASH streams.
* 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.
* feature: Shield: This release adds support for associating Amazon Route 53 health checks to AWS Shield Advanced protected resources.

## 2.618.0
* 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.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version.
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.618.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.619.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
Loading

0 comments on commit d895bc0

Please sign in to comment.