Skip to content

Commit b5939c5

Browse files
author
awstools
committed
Publish v3.757.0
1 parent 19a610d commit b5939c5

File tree

20 files changed

+121
-10
lines changed

20 files changed

+121
-10
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.757.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.756.0...v3.757.0) (2025-02-26)
7+
8+
9+
### Features
10+
11+
* **client-application-signals:** This release adds API support for reading Service Level Objectives and Services from monitoring accounts, from SLO and Service-scoped operations, including ListServices and ListServiceLevelObjectives. ([577b28e](https://github.com/aws/aws-sdk-js-v3/commit/577b28e6e1db9ecf1f8813f0625c47b5a316be1c))
12+
* **client-batch:** AWS Batch: Resource Aware Scheduling feature support ([a48eb96](https://github.com/aws/aws-sdk-js-v3/commit/a48eb96bb757872a5333c8f3627f07019b006046))
13+
* **client-chime:** Removes the Amazon Chime SDK APIs from the "chime" namespace. Amazon Chime SDK APIs continue to be available in the AWS SDK via the dedicated Amazon Chime SDK namespaces: chime-sdk-identity, chime-sdk-mediapipelines, chime-sdk-meetings, chime-sdk-messaging, and chime-sdk-voice. ([95b84bb](https://github.com/aws/aws-sdk-js-v3/commit/95b84bb2203a2eb680dbf003186021d5a9737e68))
14+
* **client-ec2:** Amazon EC2 Fleet customers can now override the Block Device Mapping specified in the Launch Template when creating a new Fleet request, saving the effort of creating and associating new Launch Templates to customize the Block Device Mapping. ([7ac960d](https://github.com/aws/aws-sdk-js-v3/commit/7ac960d6d3ee35faaddce19443478a54097eed98))
15+
* **client-iotfleetwise:** This release adds an optional listResponseScope request parameter in certain list API requests to limit the response to metadata only. ([618b5ed](https://github.com/aws/aws-sdk-js-v3/commit/618b5ed482e218fd652cd25a4eeb0726980cba48))
16+
* **client-oam:** This release adds support for sharing AWS::ApplicationSignals::Service and AWS::ApplicationSignals::ServiceLevelObjective resources. ([c338212](https://github.com/aws/aws-sdk-js-v3/commit/c33821282d9a56a0626c9a0c348fa764b4c374fc))
17+
* **client-sagemaker:** AWS SageMaker InferenceComponents now support rolling update deployments for Inference Components. ([91fa4eb](https://github.com/aws/aws-sdk-js-v3/commit/91fa4ebabccbd2c49b77d228b7953d3c7a59f9b8))
18+
* **clients:** update client endpoints as of 2025-02-26 ([19a610d](https://github.com/aws/aws-sdk-js-v3/commit/19a610d41a47f34761e1d23b1a5854e227d0a4c8))
19+
20+
21+
22+
23+
624
# [3.756.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.755.0...v3.756.0) (2025-02-25)
725

826

clients/client-application-signals/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.757.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.756.0...v3.757.0) (2025-02-26)
7+
8+
9+
### Features
10+
11+
* **client-application-signals:** This release adds API support for reading Service Level Objectives and Services from monitoring accounts, from SLO and Service-scoped operations, including ListServices and ListServiceLevelObjectives. ([577b28e](https://github.com/aws/aws-sdk-js-v3/commit/577b28e6e1db9ecf1f8813f0625c47b5a316be1c))
12+
13+
14+
15+
16+
617
# [3.751.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.750.0...v3.751.0) (2025-02-18)
718

819

clients/client-application-signals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-application-signals",
33
"description": "AWS SDK for JavaScript Application Signals Client for Node.js, Browser and React Native",
4-
"version": "3.751.0",
4+
"version": "3.757.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-batch/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.757.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.756.0...v3.757.0) (2025-02-26)
7+
8+
9+
### Features
10+
11+
* **client-batch:** AWS Batch: Resource Aware Scheduling feature support ([a48eb96](https://github.com/aws/aws-sdk-js-v3/commit/a48eb96bb757872a5333c8f3627f07019b006046))
12+
13+
14+
15+
16+
617
# [3.751.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.750.0...v3.751.0) (2025-02-18)
718

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

clients/client-batch/package.json

+1-1
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.751.0",
4+
"version": "3.757.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-chime/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.757.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.756.0...v3.757.0) (2025-02-26)
7+
8+
9+
### Features
10+
11+
* **client-chime:** Removes the Amazon Chime SDK APIs from the "chime" namespace. Amazon Chime SDK APIs continue to be available in the AWS SDK via the dedicated Amazon Chime SDK namespaces: chime-sdk-identity, chime-sdk-mediapipelines, chime-sdk-meetings, chime-sdk-messaging, and chime-sdk-voice. ([95b84bb](https://github.com/aws/aws-sdk-js-v3/commit/95b84bb2203a2eb680dbf003186021d5a9737e68))
12+
13+
14+
15+
16+
617
# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)
718

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

clients/client-chime/package.json

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

clients/client-cloudfront/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.757.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.756.0...v3.757.0) (2025-02-26)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-cloudfront
9+
10+
11+
12+
13+
614
# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)
715

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

clients/client-cloudfront/package.json

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

clients/client-ec2/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.757.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.756.0...v3.757.0) (2025-02-26)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Amazon EC2 Fleet customers can now override the Block Device Mapping specified in the Launch Template when creating a new Fleet request, saving the effort of creating and associating new Launch Templates to customize the Block Device Mapping. ([7ac960d](https://github.com/aws/aws-sdk-js-v3/commit/7ac960d6d3ee35faaddce19443478a54097eed98))
12+
13+
14+
15+
16+
617
# [3.756.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.755.0...v3.756.0) (2025-02-25)
718

819

clients/client-ec2/package.json

+1-1
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.756.0",
4+
"version": "3.757.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-iotfleetwise/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.757.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.756.0...v3.757.0) (2025-02-26)
7+
8+
9+
### Features
10+
11+
* **client-iotfleetwise:** This release adds an optional listResponseScope request parameter in certain list API requests to limit the response to metadata only. ([618b5ed](https://github.com/aws/aws-sdk-js-v3/commit/618b5ed482e218fd652cd25a4eeb0726980cba48))
12+
13+
14+
15+
16+
617
# [3.751.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.750.0...v3.751.0) (2025-02-18)
718

819

clients/client-iotfleetwise/package.json

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

clients/client-oam/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.757.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.756.0...v3.757.0) (2025-02-26)
7+
8+
9+
### Features
10+
11+
* **client-oam:** This release adds support for sharing AWS::ApplicationSignals::Service and AWS::ApplicationSignals::ServiceLevelObjective resources. ([c338212](https://github.com/aws/aws-sdk-js-v3/commit/c33821282d9a56a0626c9a0c348fa764b4c374fc))
12+
13+
14+
15+
16+
617
# [3.750.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.749.0...v3.750.0) (2025-02-17)
718

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

clients/client-oam/package.json

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

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.757.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.756.0...v3.757.0) (2025-02-26)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** AWS SageMaker InferenceComponents now support rolling update deployments for Inference Components. ([91fa4eb](https://github.com/aws/aws-sdk-js-v3/commit/91fa4ebabccbd2c49b77d228b7953d3c7a59f9b8))
12+
13+
14+
15+
16+
617
# [3.753.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.752.0...v3.753.0) (2025-02-20)
718

819

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.753.0",
4+
"version": "3.757.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",

lerna.json

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

private/aws-middleware-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.757.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.756.0...v3.757.0) (2025-02-26)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.756.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.755.0...v3.756.0) (2025-02-25)
715

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

private/aws-middleware-test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-middleware-test",
33
"description": "Integration test suite for AWS middleware",
4-
"version": "3.756.0",
4+
"version": "3.757.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)