Skip to content

Commit 26dd456

Browse files
author
awstools
committed
Publish v3.759.0
1 parent a25751f commit 26dd456

File tree

28 files changed

+151
-14
lines changed

28 files changed

+151
-14
lines changed

CHANGELOG.md

+18
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent:** This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20. ([39f03eb](https://github.com/aws/aws-sdk-js-v3/commit/39f03eb64e8d8369b3ae8fa925bbd733c0691b8a))
12+
* **client-bedrock-data-automation-runtime:** Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging. ([4d48950](https://github.com/aws/aws-sdk-js-v3/commit/4d48950ede309b0fed0d6fc85e2eb11246514416))
13+
* **client-bedrock-data-automation:** Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging. ([15f7c5a](https://github.com/aws/aws-sdk-js-v3/commit/15f7c5ac37b27a5d99a2700cf5fe03dd0eef7925))
14+
* **client-database-migration-service:** Add skipped status to the Result Statistics of an Assessment Run ([e2316ab](https://github.com/aws/aws-sdk-js-v3/commit/e2316abb7ce93fd0fe4d58033cb13b0cc330f37a))
15+
* **client-eks:** Adding licenses to EKS Anywhere Subscription operations response. ([a76ce64](https://github.com/aws/aws-sdk-js-v3/commit/a76ce64c878a5bdb6e9b7d8c1c95c47906016b45))
16+
* **client-mediaconvert:** The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure. ([0eb9cee](https://github.com/aws/aws-sdk-js-v3/commit/0eb9cee8e86998de04bd19db6bebfe528cf83127))
17+
* **client-pricing:** Update GetProducts and DescribeServices API request input validations. ([2657cc9](https://github.com/aws/aws-sdk-js-v3/commit/2657cc9719514b268fbf14478708d1f2b62f69c4))
18+
* **clients:** update client endpoints as of 2025-02-28 ([a25751f](https://github.com/aws/aws-sdk-js-v3/commit/a25751f8d337fd067c859f57d1d8c8ccc5af6f29))
19+
20+
21+
22+
23+
624
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
725

826

clients/client-bedrock-data-automation-runtime/CHANGELOG.md

+11
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-data-automation-runtime:** Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging. ([4d48950](https://github.com/aws/aws-sdk-js-v3/commit/4d48950ede309b0fed0d6fc85e2eb11246514416))
12+
13+
14+
15+
16+
617
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
718

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

clients/client-bedrock-data-automation-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-data-automation-runtime",
33
"description": "AWS SDK for JavaScript Bedrock Data Automation Runtime Client for Node.js, Browser and React Native",
4-
"version": "3.758.0",
4+
"version": "3.759.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-bedrock-data-automation/CHANGELOG.md

+11
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-data-automation:** Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging. ([15f7c5a](https://github.com/aws/aws-sdk-js-v3/commit/15f7c5ac37b27a5d99a2700cf5fe03dd0eef7925))
12+
13+
14+
15+
16+
617
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
718

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

clients/client-bedrock-data-automation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-bedrock-data-automation",
33
"description": "AWS SDK for JavaScript Bedrock Data Automation Client for Node.js, Browser and React Native",
4-
"version": "3.758.0",
4+
"version": "3.759.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-database-migration-service/CHANGELOG.md

+11
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
9+
### Features
10+
11+
* **client-database-migration-service:** Add skipped status to the Result Statistics of an Assessment Run ([e2316ab](https://github.com/aws/aws-sdk-js-v3/commit/e2316abb7ce93fd0fe4d58033cb13b0cc330f37a))
12+
13+
14+
15+
16+
617
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
718

819
**Note:** Version bump only for package @aws-sdk/client-database-migration-service

clients/client-database-migration-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-database-migration-service",
33
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
4-
"version": "3.758.0",
4+
"version": "3.759.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-database-migration-service",

clients/client-eks/CHANGELOG.md

+11
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
9+
### Features
10+
11+
* **client-eks:** Adding licenses to EKS Anywhere Subscription operations response. ([a76ce64](https://github.com/aws/aws-sdk-js-v3/commit/a76ce64c878a5bdb6e9b7d8c1c95c47906016b45))
12+
13+
14+
15+
16+
617
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
718

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

clients/client-eks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-eks",
33
"description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
4-
"version": "3.758.0",
4+
"version": "3.759.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-eks",

clients/client-mediaconvert/CHANGELOG.md

+11
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
9+
### Features
10+
11+
* **client-mediaconvert:** The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure. ([0eb9cee](https://github.com/aws/aws-sdk-js-v3/commit/0eb9cee8e86998de04bd19db6bebfe528cf83127))
12+
13+
14+
15+
16+
617
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
718

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

clients/client-mediaconvert/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-mediaconvert",
33
"description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
4-
"version": "3.758.0",
4+
"version": "3.759.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-mediaconvert",

clients/client-ssm/CHANGELOG.md

+8
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-ssm
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

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

clients/client-ssm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ssm",
33
"description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4-
"version": "3.758.0",
4+
"version": "3.759.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ssm",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.758.0",
2+
"version": "3.759.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

private/aws-protocoltests-json-10/CHANGELOG.md

+8
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-json-10
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

816
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-json-10

private/aws-protocoltests-json-10/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-protocoltests-json-10",
33
"description": "@aws-sdk/aws-protocoltests-json-10 client",
4-
"version": "3.758.0",
4+
"version": "3.759.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

private/aws-protocoltests-json/CHANGELOG.md

+8
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-json
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

816
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-json

private/aws-protocoltests-json/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-protocoltests-json",
33
"description": "@aws-sdk/aws-protocoltests-json client",
4-
"version": "3.758.0",
4+
"version": "3.759.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

private/aws-protocoltests-restjson/CHANGELOG.md

+8
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-restjson
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

816
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-restjson

private/aws-protocoltests-restjson/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-protocoltests-restjson",
33
"description": "@aws-sdk/aws-protocoltests-restjson client",
4-
"version": "3.758.0",
4+
"version": "3.759.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

private/aws-protocoltests-restxml/CHANGELOG.md

+8
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-restxml
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

816
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-restxml

private/aws-protocoltests-restxml/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-protocoltests-restxml",
33
"description": "@aws-sdk/aws-protocoltests-restxml client",
4-
"version": "3.758.0",
4+
"version": "3.759.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

private/aws-protocoltests-smithy-rpcv2-cbor/CHANGELOG.md

+8
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-smithy-rpcv2-cbor
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

816
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-smithy-rpcv2-cbor

private/aws-protocoltests-smithy-rpcv2-cbor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-protocoltests-smithy-rpcv2-cbor",
33
"description": "@aws-sdk/aws-protocoltests-smithy-rpcv2-cbor client",
4-
"version": "3.758.0",
4+
"version": "3.759.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

private/aws-restjson-server/CHANGELOG.md

+8
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-restjson-server
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

816
**Note:** Version bump only for package @aws-sdk/aws-restjson-server

private/aws-restjson-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-restjson-server",
33
"description": "@aws-sdk/aws-restjson-server server",
4-
"version": "3.758.0",
4+
"version": "3.759.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

private/aws-util-test/CHANGELOG.md

+8
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.759.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.758.0...v3.759.0) (2025-02-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-util-test
9+
10+
11+
12+
13+
614
# [3.758.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.757.0...v3.758.0) (2025-02-27)
715

816
**Note:** Version bump only for package @aws-sdk/aws-util-test

private/aws-util-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/aws-util-test",
3-
"version": "3.758.0",
3+
"version": "3.759.0",
44
"private": true,
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:types'",

0 commit comments

Comments
 (0)