Skip to content

Commit bff1afc

Browse files
author
awstools
committed
Publish v3.543.0
1 parent b90633b commit bff1afc

File tree

12 files changed

+73
-6
lines changed

12 files changed

+73
-6
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.543.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.542.0...v3.543.0) (2024-03-27)
7+
8+
9+
### Features
10+
11+
* **client-batch:** This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS ([3fe1135](https://github.com/aws/aws-sdk-js-v3/commit/3fe1135403069063f861ea9747f898a64a3610b1))
12+
* **client-bedrock-agent-runtime:** This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs. ([9996a39](https://github.com/aws/aws-sdk-js-v3/commit/9996a3975d111cbdeed755f3a2e32e93e47dfbbc))
13+
* **client-bedrock-agent:** This changes introduces metadata documents statistics and also updates the documentation for bedrock agent. ([f6cf100](https://github.com/aws/aws-sdk-js-v3/commit/f6cf1003961f860d9be6e98615919937ee22ce78))
14+
* **client-elasticache:** Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load ([86e40c9](https://github.com/aws/aws-sdk-js-v3/commit/86e40c9d52e897c95058974ef4e3838acd9b224d))
15+
* **clients:** update client endpoints as of 2024-03-27 ([b90633b](https://github.com/aws/aws-sdk-js-v3/commit/b90633bae281cbef418301a5a5c2b4a721b8e7dd))
16+
17+
18+
19+
20+
621
# [3.542.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.541.0...v3.542.0) (2024-03-26)
722

823

clients/client-batch/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.543.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.542.0...v3.543.0) (2024-03-27)
7+
8+
9+
### Features
10+
11+
* **client-batch:** This feature allows AWS Batch to support configuration of imagePullSecrets and allowPrivilegeEscalation for jobs running on EKS ([3fe1135](https://github.com/aws/aws-sdk-js-v3/commit/3fe1135403069063f861ea9747f898a64a3610b1))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

clients/client-batch/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-batch",
33
"description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
4-
"version": "3.540.0",
4+
"version": "3.543.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-batch",

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.543.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.542.0...v3.543.0) (2024-03-27)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** This release introduces filtering support on Retrieve and RetrieveAndGenerate APIs. ([9996a39](https://github.com/aws/aws-sdk-js-v3/commit/9996a3975d111cbdeed755f3a2e32e93e47dfbbc))
12+
13+
14+
15+
16+
617
# [3.542.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.541.0...v3.542.0) (2024-03-26)
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.542.0",
4+
"version": "3.543.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.543.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.542.0...v3.543.0) (2024-03-27)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** This changes introduces metadata documents statistics and also updates the documentation for bedrock agent. ([f6cf100](https://github.com/aws/aws-sdk-js-v3/commit/f6cf1003961f860d9be6e98615919937ee22ce78))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-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.540.0",
4+
"version": "3.543.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-elasticache/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.543.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.542.0...v3.543.0) (2024-03-27)
7+
8+
9+
### Features
10+
11+
* **client-elasticache:** Added minimum capacity to Amazon ElastiCache Serverless. This feature allows customer to ensure minimum capacity even without current load ([86e40c9](https://github.com/aws/aws-sdk-js-v3/commit/86e40c9d52e897c95058974ef4e3838acd9b224d))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

clients/client-elasticache/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-elasticache",
33
"description": "AWS SDK for JavaScript Elasticache Client for Node.js, Browser and React Native",
4-
"version": "3.540.0",
4+
"version": "3.543.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-elasticache",

clients/client-secrets-manager/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.543.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.542.0...v3.543.0) (2024-03-27)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-secrets-manager
9+
10+
11+
12+
13+
614
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
715

816

clients/client-secrets-manager/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-secrets-manager",
33
"description": "AWS SDK for JavaScript Secrets Manager Client for Node.js, Browser and React Native",
4-
"version": "3.540.0",
4+
"version": "3.543.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-secrets-manager",

lerna.json

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

0 commit comments

Comments
 (0)