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

clients/client-cost-explorer/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-cost-explorer",
33
"description": "AWS SDK for JavaScript Cost Explorer 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-cost-explorer",

clients/client-ec2/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-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))
12+
13+
14+
15+
16+
617
# [3.557.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.556.0...v3.557.0) (2024-04-17)
718

819

clients/client-ec2/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-ec2",
33
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4-
"version": "3.557.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-ec2",

clients/client-pi/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.561.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.560.0...v3.561.0) (2024-04-23)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-pi
9+
10+
11+
12+
13+
614
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
715

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

clients/client-pi/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-pi",
33
"description": "AWS SDK for JavaScript Pi 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-pi",

clients/client-rds/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.561.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.560.0...v3.561.0) (2024-04-23)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-rds
9+
10+
11+
12+
13+
614
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
715

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

clients/client-rds/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-rds",
33
"description": "AWS SDK for JavaScript Rds 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-rds",

clients/client-servicediscovery/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.561.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.560.0...v3.561.0) (2024-04-23)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-servicediscovery
9+
10+
11+
12+
13+
614
# [3.560.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.559.0...v3.560.0) (2024-04-22)
715

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

clients/client-servicediscovery/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-servicediscovery",
33
"description": "AWS SDK for JavaScript Servicediscovery 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-servicediscovery",

clients/client-servicediscovery/src/commands/DiscoverInstancesRevisionCommand.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,23 @@ export interface DiscoverInstancesRevisionCommandOutput extends DiscoverInstance
7171
* <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
7272
*
7373
* @public
74+
* @example To discover the revision for a registered instance
75+
* ```javascript
76+
* // The following example discovers the revision ID for a registered instance.
77+
* const input = {
78+
* "NamespaceName": "example-namespace",
79+
* "ServiceName": "example-service"
80+
* };
81+
* const command = new DiscoverInstancesRevisionCommand(input);
82+
* const response = await client.send(command);
83+
* /* response ==
84+
* {
85+
* "InstancesRevision": 123456
86+
* }
87+
* *\/
88+
* // example id: to-discover-the-revision-for-a-registered-instance-1712867460953
89+
* ```
90+
*
7491
*/
7592
export class DiscoverInstancesRevisionCommand extends $Command
7693
.classBuilder<

clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,25 @@ export interface UpdateHttpNamespaceCommandOutput extends UpdateHttpNamespaceRes
7474
* <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
7575
*
7676
* @public
77+
* @example To update a HTTP namespace
78+
* ```javascript
79+
* // The following example updates the description of a HTTP namespace.
80+
* const input = {
81+
* "Id": "ns-vh4nbmEXAMPLE",
82+
* "Namespace": {
83+
* "Description": "The updated namespace description."
84+
* }
85+
* };
86+
* const command = new UpdateHttpNamespaceCommand(input);
87+
* const response = await client.send(command);
88+
* /* response ==
89+
* {
90+
* "OperationId": "ft52xe2koxhoeormaceymagglsdjyvEXAMPLE"
91+
* }
92+
* *\/
93+
* // example id: to-update-a-http-namespace-17128EXAMPLE
94+
* ```
95+
*
7796
*/
7897
export class UpdateHttpNamespaceCommand extends $Command
7998
.classBuilder<

clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,46 @@ export interface UpdatePrivateDnsNamespaceCommandOutput extends UpdatePrivateDns
8181
* <p>Base exception class for all service exceptions from ServiceDiscovery service.</p>
8282
*
8383
* @public
84+
* @example To update a private DNS namespace
85+
* ```javascript
86+
* // The following example updates the description of a private DNS namespace.
87+
* const input = {
88+
* "Id": "ns-bk3aEXAMPLE",
89+
* "Namespace": {
90+
* "Description": "The updated namespace description."
91+
* },
92+
* "UpdaterRequestId": ""
93+
* };
94+
* const command = new UpdatePrivateDnsNamespaceCommand(input);
95+
* const response = await client.send(command);
96+
* /* response ==
97+
* {
98+
* "OperationId": "ft52xe2koxhoeormaceymagglsdjyvEXAMPLE"
99+
* }
100+
* *\/
101+
* // example id: to-update-a-private-dns-namespace-1712868389604
102+
* ```
103+
*
104+
* @example To update a public DNS namespace
105+
* ```javascript
106+
* // The following example updates the description of a public DNS namespace.
107+
* const input = {
108+
* "Id": "ns-bk3aEXAMPLE",
109+
* "Namespace": {
110+
* "Description": "The updated namespace description."
111+
* },
112+
* "UpdaterRequestId": ""
113+
* };
114+
* const command = new UpdatePrivateDnsNamespaceCommand(input);
115+
* const response = await client.send(command);
116+
* /* response ==
117+
* {
118+
* "OperationId": "ft52xe2koxhoeormaceymagglsdjEXAMPLE"
119+
* }
120+
* *\/
121+
* // example id: to-update-a-public-dns-namespace-1712868389604
122+
* ```
123+
*
84124
*/
85125
export class UpdatePrivateDnsNamespaceCommand extends $Command
86126
.classBuilder<

clients/client-workspaces-web/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-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))
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-workspaces-web

clients/client-workspaces-web/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-workspaces-web",
33
"description": "AWS SDK for JavaScript Workspaces Web 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-workspaces-web",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.560.0",
2+
"version": "3.561.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)