Skip to content

Commit f083a4f

Browse files
author
awstools
committed
Updates SDK to v2.1688.0
1 parent a3a66e3 commit f083a4f

31 files changed

+3447
-2479
lines changed

Diff for: .changes/2.1688.0.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "Connect",
5+
"description": "Release ReplicaConfiguration as part of DescribeInstance"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "DataZone",
10+
"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."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ELBv2",
15+
"description": "This release adds support for configuring TCP idle timeout on NLB and GWLB listeners."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "MediaConnect",
20+
"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."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "MediaLive",
25+
"description": "Added MinQP as a Rate Control option for H264 and H265 encodes."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SageMaker",
30+
"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."
31+
},
32+
{
33+
"type": "feature",
34+
"category": "TimestreamInfluxDB",
35+
"description": "Timestream for InfluxDB now supports compute scaling and deployment type conversion. This release adds the DbInstanceType and DeploymentType parameters to the UpdateDbInstance API."
36+
}
37+
]

Diff for: CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1687.0-->
2+
<!--LATEST=2.1688.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1688.0
6+
* feature: Connect: Release ReplicaConfiguration as part of DescribeInstance
7+
* 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.
8+
* feature: ELBv2: This release adds support for configuring TCP idle timeout on NLB and GWLB listeners.
9+
* 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.
10+
* feature: MediaLive: Added MinQP as a Rate Control option for H264 and H265 encodes.
11+
* 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.
12+
* 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.
13+
514
## 2.1687.0
615
* bugfix: region endpoint: add endpoint suffix for a region
716
* 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.

Diff for: 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.1687.0.min.js"></script>
67+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1688.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)