Skip to content

Commit

Permalink
Publish v3.684.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 31, 2024
1 parent fe227f1 commit 52b2df0
Show file tree
Hide file tree
Showing 18 changed files with 112 additions and 9 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)


### Features

* **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))
* **client-auto-scaling:** Adds bake time for Auto Scaling group Instance Refresh ([2392739](https://github.com/aws/aws-sdk-js-v3/commit/239273971f46dbf453c2fe8d7e0f2172115dab13))
* **client-batch:** Add `podNamespace` to `EksAttemptDetail` and `containerID` to `EksAttemptContainerDetail`. ([0260ae8](https://github.com/aws/aws-sdk-js-v3/commit/0260ae8c4b30d573164d706b8191cd81ed36cdf9))
* **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))
* **client-glue:** Add schedule support for AWS Glue column statistics ([8a12fe4](https://github.com/aws/aws-sdk-js-v3/commit/8a12fe47ec0c04f891b1aa7899de8827f093d193))
* **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))
* **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))
* **clients:** update client endpoints as of 2024-10-31 ([fe227f1](https://github.com/aws/aws-sdk-js-v3/commit/fe227f1bebf3f5e0c8ab4319d153d98930f6e983))





# [3.683.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.682.0...v3.683.0) (2024-10-30)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-amp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)


### Features

* **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))





# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)

**Note:** Version bump only for package @aws-sdk/client-amp
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-amp",
"description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
"version": "3.682.0",
"version": "3.684.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-amp",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-auto-scaling/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)


### Features

* **client-auto-scaling:** Adds bake time for Auto Scaling group Instance Refresh ([2392739](https://github.com/aws/aws-sdk-js-v3/commit/239273971f46dbf453c2fe8d7e0f2172115dab13))





# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)

**Note:** Version bump only for package @aws-sdk/client-auto-scaling
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auto-scaling/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-auto-scaling",
"description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
"version": "3.682.0",
"version": "3.684.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-auto-scaling",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)


### Features

* **client-batch:** Add `podNamespace` to `EksAttemptDetail` and `containerID` to `EksAttemptContainerDetail`. ([0260ae8](https://github.com/aws/aws-sdk-js-v3/commit/0260ae8c4b30d573164d706b8191cd81ed36cdf9))





# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)

**Note:** Version bump only for package @aws-sdk/client-batch
Expand Down
2 changes: 1 addition & 1 deletion clients/client-batch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-batch",
"description": "AWS SDK for JavaScript Batch Client for Node.js, Browser and React Native",
"version": "3.682.0",
"version": "3.684.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-batch",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-elastic-load-balancing-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)


### Features

* **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))





# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)

**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing-v2
Expand Down
2 changes: 1 addition & 1 deletion clients/client-elastic-load-balancing-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-elastic-load-balancing-v2",
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
"version": "3.682.0",
"version": "3.684.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-glue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)


### Features

* **client-glue:** Add schedule support for AWS Glue column statistics ([8a12fe4](https://github.com/aws/aws-sdk-js-v3/commit/8a12fe47ec0c04f891b1aa7899de8827f093d193))





# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)

**Note:** Version bump only for package @aws-sdk/client-glue
Expand Down
2 changes: 1 addition & 1 deletion clients/client-glue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-glue",
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
"version": "3.682.0",
"version": "3.684.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-glue",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)


### Features

* **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))





# [3.683.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.682.0...v3.683.0) (2024-10-30)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-sagemaker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-sagemaker",
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
"version": "3.683.0",
"version": "3.684.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-sesv2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)


### Features

* **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))





# [3.682.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.681.0...v3.682.0) (2024-10-29)

**Note:** Version bump only for package @aws-sdk/client-sesv2
Expand Down
2 changes: 1 addition & 1 deletion clients/client-sesv2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-sesv2",
"description": "AWS SDK for JavaScript Sesv2 Client for Node.js, Browser and React Native",
"version": "3.682.0",
"version": "3.684.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-sesv2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.683.0",
"version": "3.684.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions private/aws-middleware-test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.684.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.683.0...v3.684.0) (2024-10-31)

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





# [3.683.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.682.0...v3.683.0) (2024-10-30)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test
Expand Down
2 changes: 1 addition & 1 deletion private/aws-middleware-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-middleware-test",
"description": "Integration test suite for AWS middleware",
"version": "3.683.0",
"version": "3.684.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down

0 comments on commit 52b2df0

Please sign in to comment.