Skip to content

Commit

Permalink
Updates SDK to v2.1624.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 20, 2024
1 parent 4e678fb commit 582b7bf
Show file tree
Hide file tree
Showing 27 changed files with 1,975 additions and 306 deletions.
32 changes: 32 additions & 0 deletions .changes/2.1624.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "feature",
"category": "BedrockAgent",
"description": "This release adds support for using Guardrails with Bedrock Agents."
},
{
"type": "feature",
"category": "BedrockAgentRuntime",
"description": "This release adds support for using Guardrails with Bedrock Agents."
},
{
"type": "feature",
"category": "ControlTower",
"description": "Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations."
},
{
"type": "feature",
"category": "OSIS",
"description": "Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs."
},
{
"type": "feature",
"category": "RDS",
"description": "This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters."
},
{
"type": "feature",
"category": "SecretsManager",
"description": "add v2 smoke tests and smithy smokeTests trait for SDK testing"
}
]
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1623.0-->
<!--LATEST=2.1624.0-->
<!--ENTRYINSERT-->

## 2.1624.0
* feature: BedrockAgent: This release adds support for using Guardrails with Bedrock Agents.
* feature: BedrockAgentRuntime: This release adds support for using Guardrails with Bedrock Agents.
* feature: ControlTower: Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations.
* feature: OSIS: Add support for creating an OpenSearch Ingestion pipeline that is attached to a provided VPC. Add information about the destinations of an OpenSearch Ingestion pipeline to the GetPipeline and ListPipelines APIs.
* feature: RDS: This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.
* feature: SecretsManager: add v2 smoke tests and smithy smokeTests trait for SDK testing

## 2.1623.0
* feature: ApplicationAutoScaling: add v2 smoke tests and smithy smokeTests trait for SDK testing.
* feature: CodeBuild: Aws CodeBuild now supports 36 hours build timeout
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.1623.0.min.js"></script>
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1624.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 582b7bf

Please sign in to comment.