Skip to content

Commit

Permalink
Publish v3.706.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 4, 2024
1 parent 5e15269 commit d04051f
Show file tree
Hide file tree
Showing 32 changed files with 270 additions and 11 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)


### Features

* **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))
* **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))
* **client-bedrock-data-automation-runtime:** Release Bedrock Data Automation Runtime SDK ([b50a556](https://github.com/aws/aws-sdk-js-v3/commit/b50a5564a1052cdfc457cef4d090766e830b098f))
* **client-bedrock-data-automation:** Release Bedrock Data Automation SDK ([2366a2b](https://github.com/aws/aws-sdk-js-v3/commit/2366a2bcc7f755cfe552edd4436db76f2e4cae74))
* **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))
* **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))
* **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))
* **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))
* **clients:** update client endpoints as of 2024-12-04 ([5e15269](https://github.com/aws/aws-sdk-js-v3/commit/5e152699dec7a39e9d39a0ec26a4523954b59d1f))





# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-agent-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)


### Features

* **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))





# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-agent-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-agent-runtime",
"description": "AWS SDK for JavaScript Bedrock Agent Runtime Client for Node.js, Browser and React Native",
"version": "3.705.0",
"version": "3.706.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent-runtime",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)


### Features

* **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))





# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-agent/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-agent",
"description": "AWS SDK for JavaScript Bedrock Agent Client for Node.js, Browser and React Native",
"version": "3.705.0",
"version": "3.706.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agent",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-data-automation-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)


### Features

* **client-bedrock-data-automation-runtime:** Release Bedrock Data Automation Runtime SDK ([b50a556](https://github.com/aws/aws-sdk-js-v3/commit/b50a5564a1052cdfc457cef4d090766e830b098f))
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-data-automation-runtime",
"description": "AWS SDK for JavaScript Bedrock Data Automation Runtime Client for Node.js, Browser and React Native",
"version": "3.0.0",
"version": "3.706.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-data-automation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)


### Features

* **client-bedrock-data-automation:** Release Bedrock Data Automation SDK ([2366a2b](https://github.com/aws/aws-sdk-js-v3/commit/2366a2bcc7f755cfe552edd4436db76f2e4cae74))
2 changes: 1 addition & 1 deletion clients/client-bedrock-data-automation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-data-automation",
"description": "AWS SDK for JavaScript Bedrock Data Automation Client for Node.js, Browser and React Native",
"version": "3.0.0",
"version": "3.706.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)


### Features

* **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))





# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock-runtime",
"description": "AWS SDK for JavaScript Bedrock Runtime Client for Node.js, Browser and React Native",
"version": "3.705.0",
"version": "3.706.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-runtime",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-bedrock/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)


### Features

* **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))





# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-bedrock/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-bedrock",
"description": "AWS SDK for JavaScript Bedrock Client for Node.js, Browser and React Native",
"version": "3.705.0",
"version": "3.706.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-bedrock",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-dsql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.706.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.705.0...v3.706.0) (2024-12-04)

**Note:** Version bump only for package @aws-sdk/client-dsql





# [3.705.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.704.0...v3.705.0) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-dsql/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-dsql",
"description": "AWS SDK for JavaScript Dsql Client for Node.js, Browser and React Native",
"version": "3.705.0",
"version": "3.706.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
14 changes: 14 additions & 0 deletions clients/client-dsql/src/commands/CreateClusterCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,20 @@ export interface CreateClusterCommandOutput extends CreateClusterOutput, __Metad
* <p>Base exception class for all service exceptions from DSQL service.</p>
*
* @public
* @example Create Cluster
* ```javascript
* //
* const input = {
* "deletionProtectionEnabled": false,
* "tags": {
* "MyKey": "MyValue"
* }
* };
* const command = new CreateClusterCommand(input);
* await client.send(command);
* // example id: example-1
* ```
*
*/
export class CreateClusterCommand extends $Command
.classBuilder<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,29 @@ export interface CreateMultiRegionClustersCommandOutput extends CreateMultiRegio
* <p>Base exception class for all service exceptions from DSQL service.</p>
*
* @public
* @example Create Multi Region Clusters
* ```javascript
* //
* const input = {
* "linkedRegionList": [
* "us-east-1",
* "us-east-2"
* ],
* "witnessRegion": "us-west-2"
* };
* const command = new CreateMultiRegionClustersCommand(input);
* const response = await client.send(command);
* /* response ==
* {
* "linkedClusterArns": [
* "arn:aws:xanadu:us-east-1:111122223333:cluster/abcdefghijklmnopqrst12345",
* "arn:aws:xanadu:us-east-2:111122223333:cluster/klmnopqrstuvwxyzabcd54321"
* ]
* }
* *\/
* // example id: example-1
* ```
*
*/
export class CreateMultiRegionClustersCommand extends $Command
.classBuilder<
Expand Down
11 changes: 11 additions & 0 deletions clients/client-dsql/src/commands/DeleteClusterCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@ export interface DeleteClusterCommandOutput extends DeleteClusterOutput, __Metad
* <p>Base exception class for all service exceptions from DSQL service.</p>
*
* @public
* @example Delete Cluster
* ```javascript
* //
* const input = {
* "identifier": "kiqenqglxyl2snyvkvnj2c3s2e"
* };
* const command = new DeleteClusterCommand(input);
* await client.send(command);
* // example id: example-1
* ```
*
*/
export class DeleteClusterCommand extends $Command
.classBuilder<
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,20 @@ export interface DeleteMultiRegionClustersCommandOutput extends __MetadataBearer
* <p>Base exception class for all service exceptions from DSQL service.</p>
*
* @public
* @example Delete Multi Region Clusters
* ```javascript
* //
* const input = {
* "linkedClusterArns": [
* "arn:aws:xanadu:us-east-1:111122223333:cluster/abcdefghijklmnopqrst12345",
* "arn:aws:xanadu:us-east-2:111122223333:cluster/klmnopqrstuvwxyzabcd54321"
* ]
* };
* const command = new DeleteMultiRegionClustersCommand(input);
* await client.send(command);
* // example id: example-1
* ```
*
*/
export class DeleteMultiRegionClustersCommand extends $Command
.classBuilder<
Expand Down
11 changes: 11 additions & 0 deletions clients/client-dsql/src/commands/GetClusterCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,17 @@ export interface GetClusterCommandOutput extends GetClusterOutput, __MetadataBea
* <p>Base exception class for all service exceptions from DSQL service.</p>
*
* @public
* @example Get Cluster
* ```javascript
* //
* const input = {
* "identifier": "kiqenqglxyl2snyvkvnj2c3s2e"
* };
* const command = new GetClusterCommand(input);
* await client.send(command);
* // example id: example-1
* ```
*
*/
export class GetClusterCommand extends $Command
.classBuilder<
Expand Down
11 changes: 11 additions & 0 deletions clients/client-dsql/src/commands/ListClustersCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,17 @@ export interface ListClustersCommandOutput extends ListClustersOutput, __Metadat
* <p>Base exception class for all service exceptions from DSQL service.</p>
*
* @public
* @example List Clusters
* ```javascript
* //
* const input = {
* "maxResults": 20
* };
* const command = new ListClustersCommand(input);
* await client.send(command);
* // example id: example-1
* ```
*
*/
export class ListClustersCommand extends $Command
.classBuilder<
Expand Down
11 changes: 11 additions & 0 deletions clients/client-dsql/src/commands/ListTagsForResourceCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,17 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
* <p>Base exception class for all service exceptions from DSQL service.</p>
*
* @public
* @example List Tags For Resource
* ```javascript
* //
* const input = {
* "resourceArn": "arn:aws:dsql:us-east-1:111111222222:cluster/kiqenqglxyl2snyvkvnj2c3s2e"
* };
* const command = new ListTagsForResourceCommand(input);
* await client.send(command);
* // example id: example-1
* ```
*
*/
export class ListTagsForResourceCommand extends $Command
.classBuilder<
Expand Down
14 changes: 14 additions & 0 deletions clients/client-dsql/src/commands/TagResourceCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,20 @@ export interface TagResourceCommandOutput extends __MetadataBearer {}
* <p>Base exception class for all service exceptions from DSQL service.</p>
*
* @public
* @example Tag Resource
* ```javascript
* //
* const input = {
* "resourceArn": "arn:aws:dsql:us-east-1:111111222222:cluster/kiqenqglxyl2snyvkvnj2c3s2e",
* "tags": {
* "MyKey": "MyValue"
* }
* };
* const command = new TagResourceCommand(input);
* await client.send(command);
* // example id: example-1
* ```
*
*/
export class TagResourceCommand extends $Command
.classBuilder<
Expand Down
15 changes: 15 additions & 0 deletions clients/client-dsql/src/commands/UntagResourceCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,21 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {}
* <p>Base exception class for all service exceptions from DSQL service.</p>
*
* @public
* @example Untag Resource
* ```javascript
* //
* const input = {
* "resourceArn": "arn:aws:dsql:us-east-1:111111222222:cluster/kiqenqglxyl2snyvkvnj2c3s2e",
* "tagKeys": [
* "MyKeyA",
* "MyKeyB"
* ]
* };
* const command = new UntagResourceCommand(input);
* await client.send(command);
* // example id: example-1
* ```
*
*/
export class UntagResourceCommand extends $Command
.classBuilder<
Expand Down
Loading

0 comments on commit d04051f

Please sign in to comment.