Skip to content

Commit 0fd639b

Browse files
author
awstools
committed
Publish v3.832.0
1 parent 8a84e0c commit 0fd639b

File tree

25 files changed

+132
-13
lines changed

25 files changed

+132
-13
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
7+
8+
9+
### Features
10+
11+
* **client-aiops:** This is the initial SDK release for Amazon AI Operations (AIOps). AIOps is a generative AI-powered assistant that helps you respond to incidents in your system by scanning your system's telemetry and quickly surface suggestions that might be related to your issue. ([3161916](https://github.com/aws/aws-sdk-js-v3/commit/3161916fdd109ab3d6695835f1e3158f44ab778d))
12+
* **client-auto-scaling:** Add IncludeInstances parameter to DescribeAutoScalingGroups API ([864dcb0](https://github.com/aws/aws-sdk-js-v3/commit/864dcb00be03d51c612c4dca3b2abd76a761085e))
13+
* **client-cloudwatch-logs:** Added CloudWatch Logs Transformer support for converting CloudTrail, VPC Flow, EKS Audit, AWS WAF and Route53 Resolver logs to OCSF v1.1 format. ([f0b2fa1](https://github.com/aws/aws-sdk-js-v3/commit/f0b2fa15953c77a98ca781bcdf55f4a4ff565f44))
14+
* **client-s3:** Added support for renaming objects within the same bucket using the new RenameObject API. ([a3d0c1b](https://github.com/aws/aws-sdk-js-v3/commit/a3d0c1b1e9db53b5ff437070d3b1224ac01659a1))
15+
* **client-sagemaker:** Add support for p6-b200 instance type for SageMaker Hyperpod ([f0f582b](https://github.com/aws/aws-sdk-js-v3/commit/f0f582b7685b8ce04466c22f3747c7445fcd0ab2))
16+
* **clients:** update client endpoints as of 2025-06-18 ([8a84e0c](https://github.com/aws/aws-sdk-js-v3/commit/8a84e0cd9a935dea522699f8509af560a3017575))
17+
18+
19+
20+
21+
622
# [3.831.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.830.0...v3.831.0) (2025-06-17)
723

824

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
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.828.0|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.25.1)|
53+
|@aws-sdk/s3-request-presigner|3.830.0|31.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.25.1)|
5454
|@aws-sdk/signature-v4|3.370.0|14.4 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
5555
|@aws-sdk/signature-v4-crt|3.826.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)|

clients/client-aiops/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
7+
8+
9+
### Features
10+
11+
* **client-aiops:** This is the initial SDK release for Amazon AI Operations (AIOps). AIOps is a generative AI-powered assistant that helps you respond to incidents in your system by scanning your system's telemetry and quickly surface suggestions that might be related to your issue. ([3161916](https://github.com/aws/aws-sdk-js-v3/commit/3161916fdd109ab3d6695835f1e3158f44ab778d))

clients/client-aiops/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-aiops",
33
"description": "AWS SDK for JavaScript Aiops Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.832.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-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.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
7+
8+
9+
### Features
10+
11+
* **client-auto-scaling:** Add IncludeInstances parameter to DescribeAutoScalingGroups API ([864dcb0](https://github.com/aws/aws-sdk-js-v3/commit/864dcb00be03d51c612c4dca3b2abd76a761085e))
12+
13+
14+
15+
16+
617
# [3.830.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.829.0...v3.830.0) (2025-06-16)
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.830.0",
4+
"version": "3.832.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-cloudwatch-logs/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.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
7+
8+
9+
### Features
10+
11+
* **client-cloudwatch-logs:** Added CloudWatch Logs Transformer support for converting CloudTrail, VPC Flow, EKS Audit, AWS WAF and Route53 Resolver logs to OCSF v1.1 format. ([f0b2fa1](https://github.com/aws/aws-sdk-js-v3/commit/f0b2fa15953c77a98ca781bcdf55f4a4ff565f44))
12+
13+
14+
15+
16+
617
# [3.830.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.829.0...v3.830.0) (2025-06-16)
718

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

clients/client-cloudwatch-logs/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-cloudwatch-logs",
33
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
4-
"version": "3.830.0",
4+
"version": "3.832.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-logs",

clients/client-s3/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.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
7+
8+
9+
### Features
10+
11+
* **client-s3:** Added support for renaming objects within the same bucket using the new RenameObject API. ([a3d0c1b](https://github.com/aws/aws-sdk-js-v3/commit/a3d0c1b1e9db53b5ff437070d3b1224ac01659a1))
12+
13+
14+
15+
16+
617
# [3.830.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.829.0...v3.830.0) (2025-06-16)
718

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

clients/client-s3/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-s3",
33
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4-
"version": "3.830.0",
4+
"version": "3.832.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

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.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** Add support for p6-b200 instance type for SageMaker Hyperpod ([f0f582b](https://github.com/aws/aws-sdk-js-v3/commit/f0f582b7685b8ce04466c22f3747c7445fcd0ab2))
12+
13+
14+
15+
16+
617
# [3.830.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.829.0...v3.830.0) (2025-06-16)
718

819

clients/client-sagemaker/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-sagemaker",
33
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4-
"version": "3.830.0",
4+
"version": "3.832.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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.831.0",
2+
"version": "3.832.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

lib/lib-storage/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
7+
8+
**Note:** Version bump only for package @aws-sdk/lib-storage
9+
10+
11+
12+
13+
614
# [3.830.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.829.0...v3.830.0) (2025-06-16)
715

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

lib/lib-storage/package.json

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

packages/s3-presigned-post/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
7+
8+
**Note:** Version bump only for package @aws-sdk/s3-presigned-post
9+
10+
11+
12+
13+
614
# [3.830.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.829.0...v3.830.0) (2025-06-16)
715

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

packages/s3-presigned-post/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/s3-presigned-post",
3-
"version": "3.830.0",
3+
"version": "3.832.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

Lines changed: 8 additions & 0 deletions
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.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
7+
8+
**Note:** Version bump only for package @aws-sdk/s3-request-presigner
9+
10+
11+
12+
13+
614
# [3.830.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.829.0...v3.830.0) (2025-06-16)
715

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

packages/s3-request-presigner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/s3-request-presigner",
3-
"version": "3.830.0",
3+
"version": "3.832.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",

private/aws-client-api-test/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-client-api-test
9+
10+
11+
12+
13+
614
# [3.831.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.830.0...v3.831.0) (2025-06-17)
715

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

private/aws-client-api-test/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/aws-client-api-test",
33
"description": "Test suite for client interface stability",
4-
"version": "3.831.0",
4+
"version": "3.832.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-client-retry-test/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-client-retry-test
9+
10+
11+
12+
13+
614
# [3.830.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.829.0...v3.830.0) (2025-06-16)
715

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

private/aws-client-retry-test/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/aws-client-retry-test",
33
"description": "Integration test suite for middleware-retry",
4-
"version": "3.830.0",
4+
"version": "3.832.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-middleware-test/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.832.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.831.0...v3.832.0) (2025-06-18)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.831.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.830.0...v3.831.0) (2025-06-17)
715

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

private/aws-middleware-test/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/aws-middleware-test",
33
"description": "Integration test suite for AWS middleware",
4-
"version": "3.831.0",
4+
"version": "3.832.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)