Skip to content

Commit d04051f

Browse files
author
awstools
committed
Publish v3.706.0
1 parent 5e15269 commit d04051f

32 files changed

+270
-11
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** This release introduces the ability to generate SQL using natural language, through a new GenerateQuery API (with native integration into Knowledge Bases); ability to ingest and retrieve images through Bedrock Data Automation; and ability to create a Knowledge Base backed by Kendra GenAI Index. ([99b090b](https://github.com/aws/aws-sdk-js-v3/commit/99b090be601f3a9eaf3943904f192ea531f16342))
12+
* **client-bedrock-agent:** This release introduces the ability to generate SQL using natural language, through a new GenerateQuery API (with native integration into Knowledge Bases); ability to ingest and retrieve images through Bedrock Data Automation; and ability to create a Knowledge Base backed by Kendra GenAI Index. ([ac7f368](https://github.com/aws/aws-sdk-js-v3/commit/ac7f368ccffe98c63b791a5ef6e9a772562a8fef))
13+
* **client-bedrock-data-automation-runtime:** Release Bedrock Data Automation Runtime SDK ([b50a556](https://github.com/aws/aws-sdk-js-v3/commit/b50a5564a1052cdfc457cef4d090766e830b098f))
14+
* **client-bedrock-data-automation:** Release Bedrock Data Automation SDK ([2366a2b](https://github.com/aws/aws-sdk-js-v3/commit/2366a2bcc7f755cfe552edd4436db76f2e4cae74))
15+
* **client-bedrock-runtime:** Added support for Intelligent Prompt Router in Invoke, InvokeStream, Converse and ConverseStream. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability. ([8b3d71d](https://github.com/aws/aws-sdk-js-v3/commit/8b3d71dcc2a857507d0b140dde9eb38b95a0bd72))
16+
* **client-bedrock:** Introduced two APIs ListPromptRouters and GetPromptRouter for Intelligent Prompt Router feature. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability. ([0912614](https://github.com/aws/aws-sdk-js-v3/commit/0912614120dff0a569b3e19d2c25a82eb7b88354))
17+
* **client-kendra:** This release adds GenAI Index in Amazon Kendra for Retrieval Augmented Generation (RAG) and intelligent search. With the Kendra GenAI Index, customers get high retrieval accuracy powered by the latest information retrieval technologies and semantic models. ([796599e](https://github.com/aws/aws-sdk-js-v3/commit/796599ece5e5acd7a75b2d8fd0f882a6658bb70b))
18+
* **client-sagemaker:** Amazon SageMaker HyperPod launched task governance to help customers maximize accelerator utilization for model development and flexible training plans to meet training timelines and budget while reducing weeks of training time. AI apps from AWS partner is now available in SageMaker. ([9616caf](https://github.com/aws/aws-sdk-js-v3/commit/9616cafe8dd5254bc18d65f176c431c2c8bd0cb1))
19+
* **clients:** update client endpoints as of 2024-12-04 ([5e15269](https://github.com/aws/aws-sdk-js-v3/commit/5e152699dec7a39e9d39a0ec26a4523954b59d1f))
20+
21+
22+
23+
24+
625
# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)
726

827

clients/client-bedrock-agent-runtime/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** This release introduces the ability to generate SQL using natural language, through a new GenerateQuery API (with native integration into Knowledge Bases); ability to ingest and retrieve images through Bedrock Data Automation; and ability to create a Knowledge Base backed by Kendra GenAI Index. ([99b090b](https://github.com/aws/aws-sdk-js-v3/commit/99b090be601f3a9eaf3943904f192ea531f16342))
12+
13+
14+
15+
16+
617
# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)
718

819

clients/client-bedrock-agent-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-agent-runtime",
33
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
4-
"version": "3.705.0",
4+
"version": "3.706.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent-runtime",

clients/client-bedrock-agent/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** This release introduces the ability to generate SQL using natural language, through a new GenerateQuery API (with native integration into Knowledge Bases); ability to ingest and retrieve images through Bedrock Data Automation; and ability to create a Knowledge Base backed by Kendra GenAI Index. ([ac7f368](https://github.com/aws/aws-sdk-js-v3/commit/ac7f368ccffe98c63b791a5ef6e9a772562a8fef))
12+
13+
14+
15+
16+
617
# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)
718

819

clients/client-bedrock-agent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-agent",
33
"description": "AWS SDK for JavaScript Bedrock Agent Client for Node.js, Browser and React Native",
4-
"version": "3.705.0",
4+
"version": "3.706.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-data-automation-runtime:** Release Bedrock Data Automation Runtime SDK ([b50a556](https://github.com/aws/aws-sdk-js-v3/commit/b50a5564a1052cdfc457cef4d090766e830b098f))

clients/client-bedrock-data-automation-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-data-automation-runtime",
33
"description": "AWS SDK for JavaScript Bedrock Data Automation Runtime Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.706.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-data-automation:** Release Bedrock Data Automation SDK ([2366a2b](https://github.com/aws/aws-sdk-js-v3/commit/2366a2bcc7f755cfe552edd4436db76f2e4cae74))

clients/client-bedrock-data-automation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-data-automation",
33
"description": "AWS SDK for JavaScript Bedrock Data Automation Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.706.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-bedrock-runtime/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-runtime:** Added support for Intelligent Prompt Router in Invoke, InvokeStream, Converse and ConverseStream. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability. ([8b3d71d](https://github.com/aws/aws-sdk-js-v3/commit/8b3d71dcc2a857507d0b140dde9eb38b95a0bd72))
12+
13+
14+
15+
16+
617
# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)
718

819

clients/client-bedrock-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-runtime",
33
"description": "AWS SDK for JavaScript Bedrock Runtime Client for Node.js, Browser and React Native",
4-
"version": "3.705.0",
4+
"version": "3.706.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-runtime",

clients/client-bedrock/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
9+
### Features
10+
11+
* **client-bedrock:** Introduced two APIs ListPromptRouters and GetPromptRouter for Intelligent Prompt Router feature. Add support for Bedrock Guardrails image content filter. New Bedrock Marketplace feature enabling a wider range of bedrock compatible models with self-hosted capability. ([0912614](https://github.com/aws/aws-sdk-js-v3/commit/0912614120dff0a569b3e19d2c25a82eb7b88354))
12+
13+
14+
15+
16+
617
# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)
718

819

clients/client-bedrock/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock",
33
"description": "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
4-
"version": "3.705.0",
4+
"version": "3.706.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-bedrock",

clients/client-dsql/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-dsql
9+
10+
11+
12+
13+
614
# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)
715

816

clients/client-dsql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-dsql",
33
"description": "AWS SDK for JavaScript Dsql Client for Node.js, Browser and React Native",
4-
"version": "3.705.0",
4+
"version": "3.706.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-dsql/src/commands/CreateClusterCommand.ts

+14
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,20 @@ export interface CreateClusterCommandOutput extends CreateClusterOutput, __Metad
8383
* <p>Base exception class for all service exceptions from DSQL service.</p>
8484
*
8585
* @public
86+
* @example Create Cluster
87+
* ```javascript
88+
* //
89+
* const input = {
90+
* "deletionProtectionEnabled": false,
91+
* "tags": {
92+
* "MyKey": "MyValue"
93+
* }
94+
* };
95+
* const command = new CreateClusterCommand(input);
96+
* await client.send(command);
97+
* // example id: example-1
98+
* ```
99+
*
86100
*/
87101
export class CreateClusterCommand extends $Command
88102
.classBuilder<

clients/client-dsql/src/commands/CreateMultiRegionClustersCommand.ts

+23
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,29 @@ export interface CreateMultiRegionClustersCommandOutput extends CreateMultiRegio
9292
* <p>Base exception class for all service exceptions from DSQL service.</p>
9393
*
9494
* @public
95+
* @example Create Multi Region Clusters
96+
* ```javascript
97+
* //
98+
* const input = {
99+
* "linkedRegionList": [
100+
* "us-east-1",
101+
* "us-east-2"
102+
* ],
103+
* "witnessRegion": "us-west-2"
104+
* };
105+
* const command = new CreateMultiRegionClustersCommand(input);
106+
* const response = await client.send(command);
107+
* /* response ==
108+
* {
109+
* "linkedClusterArns": [
110+
* "arn:aws:xanadu:us-east-1:111122223333:cluster/abcdefghijklmnopqrst12345",
111+
* "arn:aws:xanadu:us-east-2:111122223333:cluster/klmnopqrstuvwxyzabcd54321"
112+
* ]
113+
* }
114+
* *\/
115+
* // example id: example-1
116+
* ```
117+
*
95118
*/
96119
export class CreateMultiRegionClustersCommand extends $Command
97120
.classBuilder<

clients/client-dsql/src/commands/DeleteClusterCommand.ts

+11
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,17 @@ export interface DeleteClusterCommandOutput extends DeleteClusterOutput, __Metad
8080
* <p>Base exception class for all service exceptions from DSQL service.</p>
8181
*
8282
* @public
83+
* @example Delete Cluster
84+
* ```javascript
85+
* //
86+
* const input = {
87+
* "identifier": "kiqenqglxyl2snyvkvnj2c3s2e"
88+
* };
89+
* const command = new DeleteClusterCommand(input);
90+
* await client.send(command);
91+
* // example id: example-1
92+
* ```
93+
*
8394
*/
8495
export class DeleteClusterCommand extends $Command
8596
.classBuilder<

clients/client-dsql/src/commands/DeleteMultiRegionClustersCommand.ts

+14
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,20 @@ export interface DeleteMultiRegionClustersCommandOutput extends __MetadataBearer
7676
* <p>Base exception class for all service exceptions from DSQL service.</p>
7777
*
7878
* @public
79+
* @example Delete Multi Region Clusters
80+
* ```javascript
81+
* //
82+
* const input = {
83+
* "linkedClusterArns": [
84+
* "arn:aws:xanadu:us-east-1:111122223333:cluster/abcdefghijklmnopqrst12345",
85+
* "arn:aws:xanadu:us-east-2:111122223333:cluster/klmnopqrstuvwxyzabcd54321"
86+
* ]
87+
* };
88+
* const command = new DeleteMultiRegionClustersCommand(input);
89+
* await client.send(command);
90+
* // example id: example-1
91+
* ```
92+
*
7993
*/
8094
export class DeleteMultiRegionClustersCommand extends $Command
8195
.classBuilder<

clients/client-dsql/src/commands/GetClusterCommand.ts

+11
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,17 @@ export interface GetClusterCommandOutput extends GetClusterOutput, __MetadataBea
8080
* <p>Base exception class for all service exceptions from DSQL service.</p>
8181
*
8282
* @public
83+
* @example Get Cluster
84+
* ```javascript
85+
* //
86+
* const input = {
87+
* "identifier": "kiqenqglxyl2snyvkvnj2c3s2e"
88+
* };
89+
* const command = new GetClusterCommand(input);
90+
* await client.send(command);
91+
* // example id: example-1
92+
* ```
93+
*
8394
*/
8495
export class GetClusterCommand extends $Command
8596
.classBuilder<

clients/client-dsql/src/commands/ListClustersCommand.ts

+11
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,17 @@ export interface ListClustersCommandOutput extends ListClustersOutput, __Metadat
7979
* <p>Base exception class for all service exceptions from DSQL service.</p>
8080
*
8181
* @public
82+
* @example List Clusters
83+
* ```javascript
84+
* //
85+
* const input = {
86+
* "maxResults": 20
87+
* };
88+
* const command = new ListClustersCommand(input);
89+
* await client.send(command);
90+
* // example id: example-1
91+
* ```
92+
*
8293
*/
8394
export class ListClustersCommand extends $Command
8495
.classBuilder<

clients/client-dsql/src/commands/ListTagsForResourceCommand.ts

+11
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
7474
* <p>Base exception class for all service exceptions from DSQL service.</p>
7575
*
7676
* @public
77+
* @example List Tags For Resource
78+
* ```javascript
79+
* //
80+
* const input = {
81+
* "resourceArn": "arn:aws:dsql:us-east-1:111111222222:cluster/kiqenqglxyl2snyvkvnj2c3s2e"
82+
* };
83+
* const command = new ListTagsForResourceCommand(input);
84+
* await client.send(command);
85+
* // example id: example-1
86+
* ```
87+
*
7788
*/
7889
export class ListTagsForResourceCommand extends $Command
7990
.classBuilder<

clients/client-dsql/src/commands/TagResourceCommand.ts

+14
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,20 @@ export interface TagResourceCommandOutput extends __MetadataBearer {}
7676
* <p>Base exception class for all service exceptions from DSQL service.</p>
7777
*
7878
* @public
79+
* @example Tag Resource
80+
* ```javascript
81+
* //
82+
* const input = {
83+
* "resourceArn": "arn:aws:dsql:us-east-1:111111222222:cluster/kiqenqglxyl2snyvkvnj2c3s2e",
84+
* "tags": {
85+
* "MyKey": "MyValue"
86+
* }
87+
* };
88+
* const command = new TagResourceCommand(input);
89+
* await client.send(command);
90+
* // example id: example-1
91+
* ```
92+
*
7993
*/
8094
export class TagResourceCommand extends $Command
8195
.classBuilder<

clients/client-dsql/src/commands/UntagResourceCommand.ts

+15
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,21 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {}
7373
* <p>Base exception class for all service exceptions from DSQL service.</p>
7474
*
7575
* @public
76+
* @example Untag Resource
77+
* ```javascript
78+
* //
79+
* const input = {
80+
* "resourceArn": "arn:aws:dsql:us-east-1:111111222222:cluster/kiqenqglxyl2snyvkvnj2c3s2e",
81+
* "tagKeys": [
82+
* "MyKeyA",
83+
* "MyKeyB"
84+
* ]
85+
* };
86+
* const command = new UntagResourceCommand(input);
87+
* await client.send(command);
88+
* // example id: example-1
89+
* ```
90+
*
7691
*/
7792
export class UntagResourceCommand extends $Command
7893
.classBuilder<

0 commit comments

Comments
 (0)