Skip to content

Commit b9d1a71

Browse files
author
awstools
committed
Updates SDK to v2.1599.0
1 parent fcb26f8 commit b9d1a71

37 files changed

+1103
-304
lines changed

.changes/2.1599.0.json

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "CloudFormation",
5+
"description": "Adding support for the new parameter \"IncludePropertyValues\" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Glue",
10+
"description": "Modifying request for GetUnfilteredTableMetadata for view-related fields."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "HealthLake",
15+
"description": "Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "KMS",
20+
"description": "This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MediaTailor",
25+
"description": "Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Outposts",
30+
"description": "This release adds EXPEDITORS as a valid shipment carrier."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "Redshift",
35+
"description": "Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field."
36+
},
37+
{
38+
"type": "feature",
39+
"category": "Transfer",
40+
"description": "This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS."
41+
}
42+
]

CHANGELOG.md

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

5+
## 2.1599.0
6+
* feature: CloudFormation: Adding support for the new parameter "IncludePropertyValues" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change.
7+
* feature: Glue: Modifying request for GetUnfilteredTableMetadata for view-related fields.
8+
* feature: HealthLake: Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows.
9+
* feature: KMS: This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations.
10+
* feature: MediaTailor: Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched.
11+
* feature: Outposts: This release adds EXPEDITORS as a valid shipment carrier.
12+
* feature: Redshift: Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field.
13+
* feature: Transfer: This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS.
14+
515
## 2.1598.0
616
* feature: Batch: This release adds the task properties field to attempt details and the name field on EKS container detail.
717
* feature: CloudFront: CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
6464
To use the SDK in the browser, simply add the following script tag to your
6565
HTML pages:
6666

67-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1598.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1599.0.min.js"></script>
6868

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

0 commit comments

Comments
 (0)