Skip to content

Commit

Permalink
Updates SDK to v2.1688.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 3, 2024
1 parent a3a66e3 commit f083a4f
Show file tree
Hide file tree
Showing 31 changed files with 3,447 additions and 2,479 deletions.
37 changes: 37 additions & 0 deletions .changes/2.1688.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "feature",
"category": "Connect",
"description": "Release ReplicaConfiguration as part of DescribeInstance"
},
{
"type": "feature",
"category": "DataZone",
"description": "Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request."
},
{
"type": "feature",
"category": "ELBv2",
"description": "This release adds support for configuring TCP idle timeout on NLB and GWLB listeners."
},
{
"type": "feature",
"category": "MediaConnect",
"description": "AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected."
},
{
"type": "feature",
"category": "MediaLive",
"description": "Added MinQP as a Rate Control option for H264 and H265 encodes."
},
{
"type": "feature",
"category": "SageMaker",
"description": "Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces."
},
{
"type": "feature",
"category": "TimestreamInfluxDB",
"description": "Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API."
}
]
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1687.0-->
<!--LATEST=2.1688.0-->
<!--ENTRYINSERT-->

## 2.1688.0
* feature: Connect: Release ReplicaConfiguration as part of DescribeInstance
* feature: DataZone: Add support to let data publisher specify a subset of the data asset that a subscriber will have access to based on the asset filters provided, when accepting a subscription request.
* feature: ELBv2: This release adds support for configuring TCP idle timeout on NLB and GWLB listeners.
* feature: MediaConnect: AWS Elemental MediaConnect introduces thumbnails for Flow source monitoring. Thumbnails provide still image previews of the live content feeding your MediaConnect Flow allowing you to easily verify that your source is operating as expected.
* feature: MediaLive: Added MinQP as a Rate Control option for H264 and H265 encodes.
* feature: SageMaker: Amazon SageMaker now supports automatic mounting of a user's home folder in the Amazon Elastic File System (EFS) associated with the SageMaker Studio domain to their Studio Spaces to enable users to share data between their own private spaces.
* feature: TimestreamInfluxDB: Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API.

## 2.1687.0
* bugfix: region endpoint: add endpoint suffix for a region
* feature: Backup: The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault.
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.1687.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1688.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 f083a4f

Please sign in to comment.