Skip to content

Commit 6844bc3

Browse files
author
awstools
committed
Publish v3.561.0
1 parent 28d2ed0 commit 6844bc3

File tree

27 files changed

+215
-12
lines changed

27 files changed

+215
-12
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.561.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.560.0...v3.561.0) (2024-04-23)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** This release introduces zero-setup file upload support for the RetrieveAndGenerate API. This allows you to chat with your data without setting up a Knowledge Base. ([39a8983](https://github.com/aws/aws-sdk-js-v3/commit/39a898331219d5d74030cb18d80f8899e3b92813))
12+
* **client-bedrock-agent:** Introducing the ability to create multiple data sources per knowledge base, specify S3 buckets as data sources from external accounts, and exposing levers to define the deletion behavior of the underlying vector store data. ([bf837dc](https://github.com/aws/aws-sdk-js-v3/commit/bf837dc3551b3f093fac15069418185cf6d21ea3))
13+
* **client-bedrock-runtime:** This release introduces Guardrails for Amazon Bedrock. ([7ddf8df](https://github.com/aws/aws-sdk-js-v3/commit/7ddf8dff0c955a07ec64d51168d30b8d787bf027))
14+
* **client-bedrock:** This release introduces Model Evaluation and Guardrails for Amazon Bedrock. ([48f0cbb](https://github.com/aws/aws-sdk-js-v3/commit/48f0cbb5c21cef236b0eb0fc7e09fbaf6bbf4618))
15+
* **client-cost-explorer:** Added additional metadata that might be applicable to your reservation recommendations. ([05fbb30](https://github.com/aws/aws-sdk-js-v3/commit/05fbb3099e696a549b3564aac9fe50be440bb8cc))
16+
* **client-ec2:** This release introduces EC2 AMI Deregistration Protection, a new AMI property that can be enabled by customers to protect an AMI against an unintended deregistration. This release also enables the AMI owners to view the AMI 'LastLaunchedTime' in DescribeImages API. ([4fcf9f7](https://github.com/aws/aws-sdk-js-v3/commit/4fcf9f7235d718e620e3fa4df1253aa1fd2dd453))
17+
* **client-workspaces-web:** Added InstanceType and MaxConcurrentSessions parameters on CreatePortal and UpdatePortal Operations as well as the ability to read Customer Managed Key & Additional Encryption Context parameters on supported resources (Portal, BrowserSettings, UserSettings, IPAccessSettings) ([ef5386c](https://github.com/aws/aws-sdk-js-v3/commit/ef5386ca9b454691d67e4fde01b179122844c329))
18+
* **clients:** update client endpoints as of 2024-04-23 ([28d2ed0](https://github.com/aws/aws-sdk-js-v3/commit/28d2ed09ad3fec52a7ba9389e07d27ceb56e0f01))
19+
20+
21+
22+
23+
624
# [3.560.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.559.0...v3.560.0) (2024-04-22)
725

826

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

Lines changed: 11 additions & 0 deletions
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.561.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.560.0...v3.561.0) (2024-04-23)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** This release introduces zero-setup file upload support for the RetrieveAndGenerate API. This allows you to chat with your data without setting up a Knowledge Base. ([39a8983](https://github.com/aws/aws-sdk-js-v3/commit/39a898331219d5d74030cb18d80f8899e3b92813))
12+
13+
14+
15+
16+
617
# [3.560.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.559.0...v3.560.0) (2024-04-22)
718

819

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

Lines changed: 1 addition & 1 deletion
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.560.0",
4+
"version": "3.561.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

Lines changed: 11 additions & 0 deletions
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.561.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.560.0...v3.561.0) (2024-04-23)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** Introducing the ability to create multiple data sources per knowledge base, specify S3 buckets as data sources from external accounts, and exposing levers to define the deletion behavior of the underlying vector store data. ([bf837dc](https://github.com/aws/aws-sdk-js-v3/commit/bf837dc3551b3f093fac15069418185cf6d21ea3))
12+
13+
14+
15+
16+
617
# [3.560.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.559.0...v3.560.0) (2024-04-22)
718

819

clients/client-bedrock-agent/package.json

Lines changed: 1 addition & 1 deletion
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.560.0",
4+
"version": "3.561.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",

clients/client-bedrock-runtime/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.561.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.560.0...v3.561.0) (2024-04-23)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-runtime:** This release introduces Guardrails for Amazon Bedrock. ([7ddf8df](https://github.com/aws/aws-sdk-js-v3/commit/7ddf8dff0c955a07ec64d51168d30b8d787bf027))
12+
13+
14+
15+
16+
617
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
718

819
**Note:** Version bump only for package @aws-sdk/client-bedrock-runtime

clients/client-bedrock-runtime/package.json

Lines changed: 1 addition & 1 deletion
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.556.0",
4+
"version": "3.561.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

Lines changed: 11 additions & 0 deletions
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.561.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.560.0...v3.561.0) (2024-04-23)
7+
8+
9+
### Features
10+
11+
* **client-bedrock:** This release introduces Model Evaluation and Guardrails for Amazon Bedrock. ([48f0cbb](https://github.com/aws/aws-sdk-js-v3/commit/48f0cbb5c21cef236b0eb0fc7e09fbaf6bbf4618))
12+
13+
14+
15+
16+
617
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
718

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

clients/client-bedrock/package.json

Lines changed: 1 addition & 1 deletion
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.556.0",
4+
"version": "3.561.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-cost-explorer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.561.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.560.0...v3.561.0) (2024-04-23)
7+
8+
9+
### Features
10+
11+
* **client-cost-explorer:** Added additional metadata that might be applicable to your reservation recommendations. ([05fbb30](https://github.com/aws/aws-sdk-js-v3/commit/05fbb3099e696a549b3564aac9fe50be440bb8cc))
12+
13+
14+
15+
16+
617
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
718

819
**Note:** Version bump only for package @aws-sdk/client-cost-explorer

0 commit comments

Comments
 (0)