Skip to content

Commit 52b2df0

Browse files
author
awstools
committed
Publish v3.684.0
1 parent fe227f1 commit 52b2df0

File tree

18 files changed

+112
-9
lines changed

18 files changed

+112
-9
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
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.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)
7+
8+
9+
### Features
10+
11+
* **client-amp:** Added support for UpdateScraper API, to enable updating collector configuration in-place ([87ff3b9](https://github.com/aws/aws-sdk-js-v3/commit/87ff3b96655000292e7922d15b2af1e70786a0d5))
12+
* **client-auto-scaling:** Adds bake time for Auto Scaling group Instance Refresh ([2392739](https://github.com/aws/aws-sdk-js-v3/commit/239273971f46dbf453c2fe8d7e0f2172115dab13))
13+
* **client-batch:** Add `podNamespace` to `EksAttemptDetail` and `containerID` to `EksAttemptContainerDetail`. ([0260ae8](https://github.com/aws/aws-sdk-js-v3/commit/0260ae8c4b30d573164d706b8191cd81ed36cdf9))
14+
* **client-elastic-load-balancing-v2:** Add UDP support for AWS PrivateLink and dual-stack Network Load Balancers ([41fe911](https://github.com/aws/aws-sdk-js-v3/commit/41fe911f3d7e094f5ece16388417e08997e5e3b0))
15+
* **client-glue:** Add schedule support for AWS Glue column statistics ([8a12fe4](https://github.com/aws/aws-sdk-js-v3/commit/8a12fe47ec0c04f891b1aa7899de8827f093d193))
16+
* **client-sagemaker:** SageMaker HyperPod adds scale-down at instance level via BatchDeleteClusterNodes API and group level via UpdateCluster API. SageMaker Training exposes secondary job status in TrainingJobSummary from ListTrainingJobs API. SageMaker now supports G6, G6e, P5e instances for HyperPod and Training. ([6908bf2](https://github.com/aws/aws-sdk-js-v3/commit/6908bf2045ff48927046bd0a0fbaab61761640eb))
17+
* **client-sesv2:** This release enables customers to provide the email template content in the SESv2 SendEmail and SendBulkEmail APIs instead of the name or the ARN of a stored email template. ([2f50238](https://github.com/aws/aws-sdk-js-v3/commit/2f50238c6317d7f4acbaa9b3502edcdf46c52a89))
18+
* **clients:** update client endpoints as of 2024-10-31 ([fe227f1](https://github.com/aws/aws-sdk-js-v3/commit/fe227f1bebf3f5e0c8ab4319d153d98930f6e983))
19+
20+
21+
22+
23+
624
# [3.683.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.682.0...v3.683.0) (2024-10-30)
725

826

clients/client-amp/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.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)
7+
8+
9+
### Features
10+
11+
* **client-amp:** Added support for UpdateScraper API, to enable updating collector configuration in-place ([87ff3b9](https://github.com/aws/aws-sdk-js-v3/commit/87ff3b96655000292e7922d15b2af1e70786a0d5))
12+
13+
14+
15+
16+
617
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
718

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

clients/client-amp/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-amp",
33
"description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
4-
"version": "3.682.0",
4+
"version": "3.684.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-auto-scaling/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.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)
7+
8+
9+
### Features
10+
11+
* **client-auto-scaling:** Adds bake time for Auto Scaling group Instance Refresh ([2392739](https://github.com/aws/aws-sdk-js-v3/commit/239273971f46dbf453c2fe8d7e0f2172115dab13))
12+
13+
14+
15+
16+
617
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
718

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

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

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.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)
7+
8+
9+
### Features
10+
11+
* **client-batch:** Add `podNamespace` to `EksAttemptDetail` and `containerID` to `EksAttemptContainerDetail`. ([0260ae8](https://github.com/aws/aws-sdk-js-v3/commit/0260ae8c4b30d573164d706b8191cd81ed36cdf9))
12+
13+
14+
15+
16+
617
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
718

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

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.682.0",
4+
"version": "3.684.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-elastic-load-balancing-v2/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.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)
7+
8+
9+
### Features
10+
11+
* **client-elastic-load-balancing-v2:** Add UDP support for AWS PrivateLink and dual-stack Network Load Balancers ([41fe911](https://github.com/aws/aws-sdk-js-v3/commit/41fe911f3d7e094f5ece16388417e08997e5e3b0))
12+
13+
14+
15+
16+
617
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
718

819
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing-v2

clients/client-elastic-load-balancing-v2/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-elastic-load-balancing-v2",
33
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
4-
"version": "3.682.0",
4+
"version": "3.684.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",

clients/client-glue/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.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)
7+
8+
9+
### Features
10+
11+
* **client-glue:** Add schedule support for AWS Glue column statistics ([8a12fe4](https://github.com/aws/aws-sdk-js-v3/commit/8a12fe47ec0c04f891b1aa7899de8827f093d193))
12+
13+
14+
15+
16+
617
# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)
718

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

0 commit comments

Comments
 (0)