Skip to content

Commit fd95d9f

Browse files
author
awstools
committed
Updates SDK to v2.1604.0
1 parent 9aa637d commit fd95d9f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+5041
-1074
lines changed

Diff for: .changes/2.1604.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "BedrockAgent",
5+
"description": "Releasing the support for simplified configuration and return of control"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "BedrockAgentRuntime",
10+
"description": "Releasing the support for simplified configuration and return of control"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "PaymentCryptography",
15+
"description": "Adding support to TR-31/TR-34 exports for optional headers, allowing customers to add additional metadata (such as key version and KSN) when exporting keys from the service."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Route53Profiles",
20+
"description": "Route 53 Profiles allows you to apply a central DNS configuration across many VPCs regardless of account."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "SageMaker",
25+
"description": "This release adds support for Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker Studio."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "Transfer",
30+
"description": "Adding new API to support remote directory listing using SFTP connector"
31+
}
32+
]

Diff for: CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1603.0-->
2+
<!--LATEST=2.1604.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1604.0
6+
* feature: BedrockAgent: Releasing the support for simplified configuration and return of control
7+
* feature: BedrockAgentRuntime: Releasing the support for simplified configuration and return of control
8+
* feature: PaymentCryptography: Adding support to TR-31/TR-34 exports for optional headers, allowing customers to add additional metadata (such as key version and KSN) when exporting keys from the service.
9+
* feature: Route53Profiles: Route 53 Profiles allows you to apply a central DNS configuration across many VPCs regardless of account.
10+
* feature: SageMaker: This release adds support for Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker Studio.
11+
* feature: Transfer: Adding new API to support remote directory listing using SFTP connector
12+
513
## 2.1603.0
614
* feature: Glue: Adding RowFilter in the response for GetUnfilteredTableMetadata API
715
* feature: InternetMonitor: This update introduces the GetInternetEvent and ListInternetEvents APIs, which provide access to internet events displayed on the Amazon CloudWatch Internet Weather Map.

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