Skip to content

Commit 602116a

Browse files
author
awstools
committed
Publish v3.740.0
1 parent c7b79b5 commit 602116a

File tree

41 files changed

+204
-22
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+204
-22
lines changed

CHANGELOG.md

+15
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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
9+
### Features
10+
11+
* **client-amp:** Add support for sending metrics to cross account and CMCK AMP workspaces through RoleConfiguration on Create/Update Scraper. ([cc1cbaf](https://github.com/aws/aws-sdk-js-v3/commit/cc1cbaf4f4543f001e4e30650e0bbfc12b6added))
12+
* **client-bedrock-agent-runtime:** This change is to deprecate the existing citation field under RetrieveAndGenerateStream API response in lieu of GeneratedResponsePart and RetrievedReferences ([c7b79b5](https://github.com/aws/aws-sdk-js-v3/commit/c7b79b52de66aaabc411af61148867b87a297132))
13+
* **client-codebuild:** Added support for CodeBuild self-hosted Buildkite runner builds ([87c823e](https://github.com/aws/aws-sdk-js-v3/commit/87c823eedb59c7ab1d1ae881e6f1b63c3f169196))
14+
* **client-geo-routes:** The OptimizeWaypoints API now supports 50 waypoints per request (20 with constraints like AccessHours or AppointmentTime). It adds waypoint clustering via Clustering and ClusteringIndex for better optimization. Also, total distance validation is removed for greater flexibility. ([423ede1](https://github.com/aws/aws-sdk-js-v3/commit/423ede1ef2d491ed7f2fbc516885e9abc855c98b))
15+
* **client-sagemaker:** This release introduces a new valid value in InstanceType parameter: p5en.48xlarge, in ProductionVariant. ([49662bc](https://github.com/aws/aws-sdk-js-v3/commit/49662bc97ffc163006ed1bda5c5da6cf286b011a))
16+
17+
18+
19+
20+
621
# [3.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)
722

823

benchmark/size/report.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
|@aws-sdk/node-http-handler|3.370.0|14.4 KB|N/A|N/A|N/A|
5151
|@aws-sdk/polly-request-presigner|3.495.0|23.3 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5252
|@aws-sdk/s3-presigned-post|3.496.0|27.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
53-
|@aws-sdk/s3-request-presigner|3.735.0|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
53+
|@aws-sdk/s3-request-presigner|3.738.0|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
5454
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
55-
|@aws-sdk/signature-v4-crt|3.733.0|54.5 KB|N/A|N/A|N/A|
55+
|@aws-sdk/signature-v4-crt|3.734.0|54.5 KB|N/A|N/A|N/A|
5656
|@aws-sdk/smithy-client|3.370.0|18.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
5757
|@aws-sdk/types|3.731.0|42.7 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|

clients/client-amp/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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
9+
### Features
10+
11+
* **client-amp:** Add support for sending metrics to cross account and CMCK AMP workspaces through RoleConfiguration on Create/Update Scraper. ([cc1cbaf](https://github.com/aws/aws-sdk-js-v3/commit/cc1cbaf4f4543f001e4e30650e0bbfc12b6added))
12+
13+
14+
15+
16+
617
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
718

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

clients/client-amp/package.json

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

clients/client-bedrock-agent-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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agent-runtime:** This change is to deprecate the existing citation field under RetrieveAndGenerateStream API response in lieu of GeneratedResponsePart and RetrievedReferences ([c7b79b5](https://github.com/aws/aws-sdk-js-v3/commit/c7b79b52de66aaabc411af61148867b87a297132))
12+
13+
14+
15+
16+
617
# [3.739.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.738.0...v3.739.0) (2025-01-30)
718

819

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

+1-1
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.739.0",
4+
"version": "3.740.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-cloudfront-keyvaluestore/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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudfront-keyvaluestore
9+
10+
11+
12+
13+
614
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
715

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

clients/client-cloudfront-keyvaluestore/package.json

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

clients/client-codebuild/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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
9+
### Features
10+
11+
* **client-codebuild:** Added support for CodeBuild self-hosted Buildkite runner builds ([87c823e](https://github.com/aws/aws-sdk-js-v3/commit/87c823eedb59c7ab1d1ae881e6f1b63c3f169196))
12+
13+
14+
15+
16+
617
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
718

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

clients/client-codebuild/package.json

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

clients/client-eventbridge/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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-eventbridge
9+
10+
11+
12+
13+
614
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
715

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

clients/client-eventbridge/package.json

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

clients/client-geo-routes/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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
9+
### Features
10+
11+
* **client-geo-routes:** The OptimizeWaypoints API now supports 50 waypoints per request (20 with constraints like AccessHours or AppointmentTime). It adds waypoint clustering via Clustering and ClusteringIndex for better optimization. Also, total distance validation is removed for greater flexibility. ([423ede1](https://github.com/aws/aws-sdk-js-v3/commit/423ede1ef2d491ed7f2fbc516885e9abc855c98b))
12+
13+
14+
15+
16+
617
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
718

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

clients/client-geo-routes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-geo-routes",
33
"description": "AWS SDK for JavaScript Geo Routes Client for Node.js, Browser and React Native",
4-
"version": "3.738.0",
4+
"version": "3.740.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-rds/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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-rds
9+
10+
11+
12+
13+
614
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
715

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

clients/client-rds/package.json

+1-1
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.738.0",
4+
"version": "3.740.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-s3/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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-s3
9+
10+
11+
12+
13+
614
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
715

816

clients/client-s3/package.json

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

clients/client-sagemaker/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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** This release introduces a new valid value in InstanceType parameter: p5en.48xlarge, in ProductionVariant. ([49662bc](https://github.com/aws/aws-sdk-js-v3/commit/49662bc97ffc163006ed1bda5c5da6cf286b011a))
12+
13+
14+
15+
16+
617
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
718

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

clients/client-sagemaker/package.json

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

clients/client-sesv2/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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-sesv2
9+
10+
11+
12+
13+
614
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
715

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

clients/client-sesv2/package.json

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

lerna.json

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

lib/lib-storage/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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
**Note:** Version bump only for package @aws-sdk/lib-storage
9+
10+
11+
12+
13+
614
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
715

816
**Note:** Version bump only for package @aws-sdk/lib-storage

lib/lib-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-storage",
3-
"version": "3.738.0",
3+
"version": "3.740.0",
44
"description": "Storage higher order operation",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

packages/middleware-sdk-s3/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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
**Note:** Version bump only for package @aws-sdk/middleware-sdk-s3
9+
10+
11+
12+
13+
614
# [3.734.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.733.0...v3.734.0) (2025-01-23)
715

816
**Note:** Version bump only for package @aws-sdk/middleware-sdk-s3

packages/middleware-sdk-s3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/middleware-sdk-s3",
3-
"version": "3.734.0",
3+
"version": "3.740.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3",

packages/s3-presigned-post/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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
**Note:** Version bump only for package @aws-sdk/s3-presigned-post
9+
10+
11+
12+
13+
614
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
715

816
**Note:** Version bump only for package @aws-sdk/s3-presigned-post

packages/s3-presigned-post/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/s3-presigned-post",
3-
"version": "3.738.0",
3+
"version": "3.740.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline s3-presigned-post",

packages/s3-request-presigner/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.740.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.739.0...v3.740.0) (2025-01-31)
7+
8+
**Note:** Version bump only for package @aws-sdk/s3-request-presigner
9+
10+
11+
12+
13+
614
# [3.738.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.737.0...v3.738.0) (2025-01-29)
715

816
**Note:** Version bump only for package @aws-sdk/s3-request-presigner

packages/s3-request-presigner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/s3-request-presigner",
3-
"version": "3.738.0",
3+
"version": "3.740.0",
44
"scripts": {
55
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
66
"build:cjs": "node ../../scripts/compilation/inline s3-request-presigner",

0 commit comments

Comments
 (0)