Skip to content

Commit 2aa1e6c

Browse files
author
awstools
committed
Publish v3.1010.0
1 parent 6ae1dd8 commit 2aa1e6c

File tree

931 files changed

+4323
-603
lines changed

Some content is hidden

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

931 files changed

+4323
-603
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.1010.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1009.0...v3.1010.0) (2026-03-16)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agentcore-control:** Supporting hosting of public ECR Container Images in AgentCore Runtime ([a3ca4b6](https://github.com/aws/aws-sdk-js-v3/commit/a3ca4b6eeb2d41a5dfac7880c095d937426498db))
12+
* **client-bedrock-agentcore:** Provide support to perform deterministic operations on agent runtime through shell command executions via the new InvokeAgentRuntimeCommand API ([14fb557](https://github.com/aws/aws-sdk-js-v3/commit/14fb5577676ccd1dded7633ce1efe6efcc3b1632))
13+
* **client-bedrock:** You can now generate policy scenarios on demand using the new GENERATE POLICY SCENARIOS build workflow type. Scenarios will no longer be automatically generated during INGEST CONTENT, REFINE POLICY, and IMPORT POLICY workflows, resulting in faster completion times for these operations. ([e9c8b9c](https://github.com/aws/aws-sdk-js-v3/commit/e9c8b9cecc7b2f89b3d4c89923927dc141ca09a3))
14+
* **client-ecs:** Amazon ECS now supports configuring whether tags are propagated to the EC2 Instance Metadata Service (IMDS) for instances launched by the Managed Instances capacity provider. This gives customers control over tag visibility in IMDS when using ECS Managed Instances. ([f165f18](https://github.com/aws/aws-sdk-js-v3/commit/f165f183a152e4de4138faba366871a3b9503d9e))
15+
* **clients:** update client endpoints as of 2026-03-16 ([6ae1dd8](https://github.com/aws/aws-sdk-js-v3/commit/6ae1dd8ab89d6ceb3dc82fef427f7d4f46fb0995))
16+
* **middleware-flexible-checksums:** allow custom checksums to be used in responses ([#7849](https://github.com/aws/aws-sdk-js-v3/issues/7849)) ([213defa](https://github.com/aws/aws-sdk-js-v3/commit/213defa2e2a2b1a1e45cdd301e8103f09cc1d43a))
17+
18+
19+
20+
21+
622
# [3.1009.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1008.0...v3.1009.0) (2026-03-13)
723

824

benchmark/size/report-bundlers.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
| Application | SDK Version | browser:Webpack | browser:Rollup | browser:EsBuild |
22
| :---------------------------------------- | :---------- | :-------------- | :------------- | :-------------- |
3-
| NormalizedSchema.ts | 3.1008.0 | 5 kb | 5 kb | 4 kb |
4-
| all-protocols.ts | 3.1008.0 | 79 kb | 80 kb | 79 kb |
5-
| lib-dynamodb-aggregate.ts | 3.1008.0 | 199 kb | 203 kb | 207 kb |
6-
| lib-dynamodb-single-command.ts | 3.1008.0 | 151 kb | 144 kb | 151 kb |
7-
| multi-protocols.ts | 3.1008.0 | 59 kb | 60 kb | 59 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.1008.0 | 147 kb | 148 kb | 181 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.1008.0 | 242 kb | 245 kb | 337 kb |
10-
| multiple-sdk-clients.ts | 3.1008.0 | 416 kb | 423 kb | 437 kb |
11-
| private-multiple-clients-micg.ts | 3.1008.0 | 416 kb | 416 kb | 435 kb |
12-
| private-multiple-clients-schema.ts | 3.1008.0 | 353 kb | 362 kb | 383 kb |
13-
| private-restjson-micg-aggregate.ts | 3.1008.0 | 228 kb | 228 kb | 232 kb |
14-
| private-restjson-micg-single-command.ts | 3.1008.0 | 111 kb | 111 kb | 115 kb |
15-
| private-restjson-schema-aggregate.ts | 3.1008.0 | 209 kb | 213 kb | 218 kb |
16-
| private-restjson-schema-single-command.ts | 3.1008.0 | 140 kb | 142 kb | 174 kb |
17-
| protocol-rest-xml.ts | 3.1008.0 | 43 kb | 44 kb | 44 kb |
18-
| protocol-rpc-cbor.ts | 3.1008.0 | 43 kb | 44 kb | 44 kb |
19-
| protocol-rpc-json-1-1.ts | 3.1008.0 | 32 kb | 34 kb | 34 kb |
20-
| sdk-connect-aggregate.ts | 3.1008.0 | 381 kb | 396 kb | 401 kb |
21-
| sdk-connect-single-command.ts | 3.1008.0 | 128 kb | 130 kb | 295 kb |
22-
| sdk-ec2-aggregate.ts | 3.1008.0 | 884 kb | 909 kb | 917 kb |
23-
| sdk-s3-aggregate.ts | 3.1008.0 | 300 kb | 303 kb | 308 kb |
24-
| sdk-s3-single-command.ts | 3.1008.0 | 202 kb | 203 kb | 261 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.1008.0 | 378 kb | 394 kb | 400 kb |
3+
| NormalizedSchema.ts | 3.1009.0 | 5 kb | 5 kb | 4 kb |
4+
| all-protocols.ts | 3.1009.0 | 79 kb | 80 kb | 79 kb |
5+
| lib-dynamodb-aggregate.ts | 3.1009.0 | 199 kb | 203 kb | 207 kb |
6+
| lib-dynamodb-single-command.ts | 3.1009.0 | 151 kb | 144 kb | 151 kb |
7+
| multi-protocols.ts | 3.1009.0 | 59 kb | 60 kb | 59 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.1009.0 | 147 kb | 148 kb | 181 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.1009.0 | 242 kb | 245 kb | 337 kb |
10+
| multiple-sdk-clients.ts | 3.1009.0 | 417 kb | 424 kb | 437 kb |
11+
| private-multiple-clients-micg.ts | 3.1009.0 | 416 kb | 416 kb | 435 kb |
12+
| private-multiple-clients-schema.ts | 3.1009.0 | 353 kb | 362 kb | 383 kb |
13+
| private-restjson-micg-aggregate.ts | 3.1009.0 | 228 kb | 228 kb | 232 kb |
14+
| private-restjson-micg-single-command.ts | 3.1009.0 | 111 kb | 111 kb | 115 kb |
15+
| private-restjson-schema-aggregate.ts | 3.1009.0 | 209 kb | 213 kb | 218 kb |
16+
| private-restjson-schema-single-command.ts | 3.1009.0 | 140 kb | 142 kb | 174 kb |
17+
| protocol-rest-xml.ts | 3.1009.0 | 43 kb | 44 kb | 44 kb |
18+
| protocol-rpc-cbor.ts | 3.1009.0 | 43 kb | 44 kb | 44 kb |
19+
| protocol-rpc-json-1-1.ts | 3.1009.0 | 32 kb | 34 kb | 34 kb |
20+
| sdk-connect-aggregate.ts | 3.1009.0 | 381 kb | 396 kb | 401 kb |
21+
| sdk-connect-single-command.ts | 3.1009.0 | 128 kb | 130 kb | 295 kb |
22+
| sdk-ec2-aggregate.ts | 3.1009.0 | 884 kb | 909 kb | 917 kb |
23+
| sdk-s3-aggregate.ts | 3.1009.0 | 300 kb | 303 kb | 308 kb |
24+
| sdk-s3-single-command.ts | 3.1009.0 | 202 kb | 203 kb | 261 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.1009.0 | 378 kb | 394 kb | 400 kb |

clients/client-accessanalyzer/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.1010.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1009.0...v3.1010.0) (2026-03-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.1009.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1008.0...v3.1009.0) (2026-03-13)
715

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

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

clients/client-account/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.1010.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1009.0...v3.1010.0) (2026-03-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.1009.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1008.0...v3.1009.0) (2026-03-13)
715

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

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

clients/client-acm-pca/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.1010.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1009.0...v3.1010.0) (2026-03-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.1009.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1008.0...v3.1009.0) (2026-03-13)
715

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

clients/client-acm-pca/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-acm-pca",
33
"description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
4-
"version": "3.1009.0",
4+
"version": "3.1010.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
77
"build:cjs": "node ../../scripts/compilation/inline client-acm-pca",

clients/client-acm/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.1010.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1009.0...v3.1010.0) (2026-03-16)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.1009.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.1008.0...v3.1009.0) (2026-03-13)
715

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

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

0 commit comments

Comments
 (0)