Skip to content

Commit

Permalink
Updates SDK to v2.1604.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 22, 2024
1 parent 9aa637d commit fd95d9f
Show file tree
Hide file tree
Showing 41 changed files with 5,041 additions and 1,074 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1604.0.json
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "BedrockAgent",
"description": "Releasing the support for simplified configuration and return of control"
},
{
"type": "feature",
"category": "BedrockAgentRuntime",
"description": "Releasing the support for simplified configuration and return of control"
},
{
"type": "feature",
"category": "PaymentCryptography",
"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."
},
{
"type": "feature",
"category": "Route53Profiles",
"description": "Route 53 Profiles allows you to apply a central DNS configuration across many VPCs regardless of account."
},
{
"type": "feature",
"category": "SageMaker",
"description": "This release adds support for Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker Studio."
},
{
"type": "feature",
"category": "Transfer",
"description": "Adding new API to support remote directory listing using SFTP connector"
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1603.0-->
<!--LATEST=2.1604.0-->
<!--ENTRYINSERT-->

## 2.1604.0
* feature: BedrockAgent: Releasing the support for simplified configuration and return of control
* feature: BedrockAgentRuntime: Releasing the support for simplified configuration and return of control
* 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.
* feature: Route53Profiles: Route 53 Profiles allows you to apply a central DNS configuration across many VPCs regardless of account.
* feature: SageMaker: This release adds support for Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker Studio.
* feature: Transfer: Adding new API to support remote directory listing using SFTP connector

## 2.1603.0
* feature: Glue: Adding RowFilter in the response for GetUnfilteredTableMetadata API
* feature: InternetMonitor: This update introduces the GetInternetEvent and ListInternetEvents APIs, which provide access to internet events displayed on the Amazon CloudWatch Internet Weather Map.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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.1603.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1604.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 fd95d9f

Please sign in to comment.