Skip to content

Commit 582b7bf

Browse files
author
awstools
committed
Updates SDK to v2.1624.0
1 parent 4e678fb commit 582b7bf

27 files changed

+1975
-306
lines changed

.changes/2.1624.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": "This release adds support for using Guardrails with Bedrock Agents."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "BedrockAgentRuntime",
10+
"description": "This release adds support for using Guardrails with Bedrock Agents."
11+
},
12+
{
13+
"type": "feature",
14+
"category": "ControlTower",
15+
"description": "Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "OSIS",
20+
"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."
21+
},
22+
{
23+
"type": "feature",
24+
"category": "RDS",
25+
"description": "This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters."
26+
},
27+
{
28+
"type": "feature",
29+
"category": "SecretsManager",
30+
"description": "add v2 smoke tests and smithy smokeTests trait for SDK testing"
31+
}
32+
]

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.1623.0-->
2+
<!--LATEST=2.1624.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1624.0
6+
* feature: BedrockAgent: This release adds support for using Guardrails with Bedrock Agents.
7+
* feature: BedrockAgentRuntime: This release adds support for using Guardrails with Bedrock Agents.
8+
* feature: ControlTower: Added ListControlOperations API and filtering support for ListEnabledControls API. Updates also includes added metadata for enabled controls and control operations.
9+
* 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.
10+
* feature: RDS: This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.
11+
* feature: SecretsManager: add v2 smoke tests and smithy smokeTests trait for SDK testing
12+
513
## 2.1623.0
614
* feature: ApplicationAutoScaling: add v2 smoke tests and smithy smokeTests trait for SDK testing.
715
* feature: CodeBuild: Aws CodeBuild now supports 36 hours build timeout

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