Skip to content

Commit

Permalink
Updates SDK to v2.1599.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 12, 2024
1 parent fcb26f8 commit b9d1a71
Show file tree
Hide file tree
Showing 37 changed files with 1,103 additions and 304 deletions.
42 changes: 42 additions & 0 deletions .changes/2.1599.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"type": "feature",
"category": "CloudFormation",
"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."
},
{
"type": "feature",
"category": "Glue",
"description": "Modifying request for GetUnfilteredTableMetadata for view-related fields."
},
{
"type": "feature",
"category": "HealthLake",
"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."
},
{
"type": "feature",
"category": "KMS",
"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."
},
{
"type": "feature",
"category": "MediaTailor",
"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."
},
{
"type": "feature",
"category": "Outposts",
"description": "This release adds EXPEDITORS as a valid shipment carrier."
},
{
"type": "feature",
"category": "Redshift",
"description": "Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field."
},
{
"type": "feature",
"category": "Transfer",
"description": "This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS."
}
]
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1598.0-->
<!--LATEST=2.1599.0-->
<!--ENTRYINSERT-->

## 2.1599.0
* 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.
* feature: Glue: Modifying request for GetUnfilteredTableMetadata for view-related fields.
* 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.
* 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.
* 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.
* feature: Outposts: This release adds EXPEDITORS as a valid shipment carrier.
* feature: Redshift: Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field.
* feature: Transfer: This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS.

## 2.1598.0
* feature: Batch: This release adds the task properties field to attempt details and the name field on EKS container detail.
* feature: CloudFront: CloudFront origin access control extends support to AWS Lambda function URLs and AWS Elemental MediaPackage v2 origins.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true;
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.1598.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1599.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

0 comments on commit b9d1a71

Please sign in to comment.