Skip to content

Commit 215c945

Browse files
author
awstools
committed
Publish v3.560.0
1 parent 3f2527c commit 215c945

File tree

20 files changed

+116
-10
lines changed

20 files changed

+116
-10
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.560.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.559.0...v3.560.0) (2024-04-22)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** Releasing the support for simplified configuration and return of control ([3f2527c](https://github.com/aws/aws-sdk-js-v3/commit/3f2527c8376060b257f7ba78bfb2e2a3fb260c3e))
12+
* **client-bedrock-agent:** Releasing the support for simplified configuration and return of control ([6b9a783](https://github.com/aws/aws-sdk-js-v3/commit/6b9a783c55891efe55a9288cad172b6c844566ff))
13+
* **client-payment-cryptography:** Adding support to TR-31/TR-34 exports for optional headers, allowing customers to add additional metadata (such as key version and KSN) when exporting keys from the service. ([d6fd1a4](https://github.com/aws/aws-sdk-js-v3/commit/d6fd1a4bc3a8d2a5c4e11afd57718d2ec6157cf3))
14+
* **client-route53profiles:** Route 53 Profiles allows you to apply a central DNS configuration across many VPCs regardless of account. ([c264ecc](https://github.com/aws/aws-sdk-js-v3/commit/c264ecca9f8d38186d2a44967d8d544cbaa446a5))
15+
* **client-sagemaker:** This release adds support for Real-Time Collaboration and Shared Space for JupyterLab App on SageMaker Studio. ([bd00d59](https://github.com/aws/aws-sdk-js-v3/commit/bd00d590cfaf5e24b72cf6bbe50ab03250b7c9a9))
16+
* **client-transfer:** Adding new API to support remote directory listing using SFTP connector ([0ab635e](https://github.com/aws/aws-sdk-js-v3/commit/0ab635e50b09eb48c769f920072b6a6f40d745a2))
17+
18+
19+
20+
21+
622
# [3.559.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.558.0...v3.559.0) (2024-04-19)
723

824

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.560.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.559.0...v3.560.0) (2024-04-22)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** Releasing the support for simplified configuration and return of control ([3f2527c](https://github.com/aws/aws-sdk-js-v3/commit/3f2527c8376060b257f7ba78bfb2e2a3fb260c3e))
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-agent-runtime

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.556.0",
4+
"version": "3.560.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.560.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.559.0...v3.560.0) (2024-04-22)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** Releasing the support for simplified configuration and return of control ([6b9a783](https://github.com/aws/aws-sdk-js-v3/commit/6b9a783c55891efe55a9288cad172b6c844566ff))
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

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.556.0",
4+
"version": "3.560.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-payment-cryptography/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.560.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.559.0...v3.560.0) (2024-04-22)
7+
8+
9+
### Features
10+
11+
* **client-payment-cryptography:** Adding support to TR-31/TR-34 exports for optional headers, allowing customers to add additional metadata (such as key version and KSN) when exporting keys from the service. ([d6fd1a4](https://github.com/aws/aws-sdk-js-v3/commit/d6fd1a4bc3a8d2a5c4e11afd57718d2ec6157cf3))
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-payment-cryptography

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

clients/client-redshift-serverless/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.560.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.559.0...v3.560.0) (2024-04-22)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-redshift-serverless
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-redshift-serverless

clients/client-redshift-serverless/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-redshift-serverless",
33
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
4-
"version": "3.556.0",
4+
"version": "3.560.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-redshift-serverless",
Lines changed: 11 additions & 0 deletions
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.560.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.559.0...v3.560.0) (2024-04-22)
7+
8+
9+
### Features
10+
11+
* **client-route53profiles:** Route 53 Profiles allows you to apply a central DNS configuration across many VPCs regardless of account. ([c264ecc](https://github.com/aws/aws-sdk-js-v3/commit/c264ecca9f8d38186d2a44967d8d544cbaa446a5))

0 commit comments

Comments
 (0)