Skip to content

Commit a3d9f52

Browse files
author
awstools
committed
Publish v3.909.0
1 parent d21a546 commit a3d9f52

File tree

15 files changed

+104
-30
lines changed

15 files changed

+104
-30
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.909.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.908.0...v3.909.0) (2025-10-13)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agentcore-control:** Updated http status code in control plane apis of agentcore runtime, tools and identity. Additional included provider types for AgentCore Identity ([ef2d3c3](https://github.com/aws/aws-sdk-js-v3/commit/ef2d3c362799520a8d216dc4ed88712803eeb64a))
12+
* **client-bedrock-agentcore:** Updated InvokeAgentRuntime API to accept account id optionally and added CompleteResourceTokenAuth API. ([d21a546](https://github.com/aws/aws-sdk-js-v3/commit/d21a546467142617f508d720f8b16a236009a271))
13+
* **client-ec2:** Release Amazon EC2 c8i, c8i-flex, m8a, and r8gb ([d1cdea8](https://github.com/aws/aws-sdk-js-v3/commit/d1cdea81f536ca950897705143f076e348901bf8))
14+
* **client-observabilityadmin:** CloudWatch Observability Admin adds the ability to enable Resource tags for telemetry in a customer account. The release introduces new APIs to enable, disable and describe the status of Resource tags for telemetry feature. This new capability simplifies monitoring AWS resources using tags. ([f74cc08](https://github.com/aws/aws-sdk-js-v3/commit/f74cc089c493dd44700ecc5d6c47635f7bbfe7a2))
15+
16+
17+
18+
19+
620
# [3.908.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.907.0...v3.908.0) (2025-10-10)
721

822

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.907.0 | 6 kb | 6 kb | 6 kb |
4-
| all-protocols.ts | 3.907.0 | 74 kb | 75 kb | 105 kb |
5-
| lib-dynamodb-aggregate.ts | 3.907.0 | 185 kb | 184 kb | 189 kb |
6-
| lib-dynamodb-single-command.ts | 3.907.0 | 140 kb | 124 kb | 133 kb |
7-
| multi-protocols.ts | 3.907.0 | 55 kb | 56 kb | 104 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.907.0 | 133 kb | 134 kb | 164 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.907.0 | 205 kb | 207 kb | 236 kb |
10-
| multiple-sdk-clients.ts | 3.907.0 | 453 kb | 448 kb | 459 kb |
11-
| private-multiple-clients-micg.ts | 3.907.0 | 389 kb | 388 kb | 406 kb |
12-
| private-multiple-clients-schema.ts | 3.907.0 | 332 kb | 339 kb | 357 kb |
13-
| private-restjson-micg-aggregate.ts | 3.907.0 | 201 kb | 201 kb | 206 kb |
14-
| private-restjson-micg-single-command.ts | 3.907.0 | 98 kb | 98 kb | 103 kb |
15-
| private-restjson-schema-aggregate.ts | 3.907.0 | 188 kb | 191 kb | 195 kb |
16-
| private-restjson-schema-single-command.ts | 3.907.0 | 121 kb | 122 kb | 126 kb |
17-
| protocol-rest-xml.ts | 3.907.0 | 40 kb | 41 kb | 104 kb |
18-
| protocol-rpc-cbor.ts | 3.907.0 | 40 kb | 41 kb | 104 kb |
19-
| protocol-rpc-json-1-1.ts | 3.907.0 | 30 kb | 31 kb | 104 kb |
20-
| sdk-connect-aggregate.ts | 3.907.0 | 363 kb | 357 kb | 363 kb |
21-
| sdk-connect-single-command.ts | 3.907.0 | 103 kb | 103 kb | 108 kb |
22-
| sdk-ec2-aggregate.ts | 3.907.0 | 1.124 mb | 1.076 mb | 1.075 mb |
23-
| sdk-s3-aggregate.ts | 3.907.0 | 330 kb | 326 kb | 332 kb |
24-
| sdk-s3-single-command.ts | 3.907.0 | 175 kb | 174 kb | 180 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.907.0 | 435 kb | 423 kb | 429 kb |
3+
| NormalizedSchema.ts | 3.908.0 | 6 kb | 6 kb | 6 kb |
4+
| all-protocols.ts | 3.908.0 | 74 kb | 75 kb | 105 kb |
5+
| lib-dynamodb-aggregate.ts | 3.908.0 | 185 kb | 184 kb | 189 kb |
6+
| lib-dynamodb-single-command.ts | 3.908.0 | 140 kb | 124 kb | 133 kb |
7+
| multi-protocols.ts | 3.908.0 | 55 kb | 56 kb | 104 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.908.0 | 133 kb | 134 kb | 164 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.908.0 | 205 kb | 207 kb | 236 kb |
10+
| multiple-sdk-clients.ts | 3.908.0 | 453 kb | 448 kb | 459 kb |
11+
| private-multiple-clients-micg.ts | 3.908.0 | 389 kb | 388 kb | 406 kb |
12+
| private-multiple-clients-schema.ts | 3.908.0 | 332 kb | 339 kb | 357 kb |
13+
| private-restjson-micg-aggregate.ts | 3.908.0 | 201 kb | 201 kb | 206 kb |
14+
| private-restjson-micg-single-command.ts | 3.908.0 | 98 kb | 98 kb | 103 kb |
15+
| private-restjson-schema-aggregate.ts | 3.908.0 | 188 kb | 191 kb | 195 kb |
16+
| private-restjson-schema-single-command.ts | 3.908.0 | 121 kb | 122 kb | 126 kb |
17+
| protocol-rest-xml.ts | 3.908.0 | 40 kb | 41 kb | 104 kb |
18+
| protocol-rpc-cbor.ts | 3.908.0 | 40 kb | 41 kb | 104 kb |
19+
| protocol-rpc-json-1-1.ts | 3.908.0 | 30 kb | 31 kb | 104 kb |
20+
| sdk-connect-aggregate.ts | 3.908.0 | 363 kb | 357 kb | 363 kb |
21+
| sdk-connect-single-command.ts | 3.908.0 | 103 kb | 103 kb | 108 kb |
22+
| sdk-ec2-aggregate.ts | 3.908.0 | 1.124 mb | 1.076 mb | 1.075 mb |
23+
| sdk-s3-aggregate.ts | 3.908.0 | 330 kb | 326 kb | 332 kb |
24+
| sdk-s3-single-command.ts | 3.908.0 | 175 kb | 174 kb | 180 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.908.0 | 435 kb | 423 kb | 429 kb |

clients/client-bedrock-agentcore-control/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.909.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.908.0...v3.909.0) (2025-10-13)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agentcore-control:** Updated http status code in control plane apis of agentcore runtime, tools and identity. Additional included provider types for AgentCore Identity ([ef2d3c3](https://github.com/aws/aws-sdk-js-v3/commit/ef2d3c362799520a8d216dc4ed88712803eeb64a))
12+
13+
14+
15+
16+
617
# [3.908.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.907.0...v3.908.0) (2025-10-10)
718

819

clients/client-bedrock-agentcore-control/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-bedrock-agentcore-control",
33
"description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
4-
"version": "3.908.0",
4+
"version": "3.909.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agentcore-control",

clients/client-bedrock-agentcore/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.909.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.908.0...v3.909.0) (2025-10-13)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agentcore:** Updated InvokeAgentRuntime API to accept account id optionally and added CompleteResourceTokenAuth API. ([d21a546](https://github.com/aws/aws-sdk-js-v3/commit/d21a546467142617f508d720f8b16a236009a271))
12+
13+
14+
15+
16+
617
# [3.908.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.907.0...v3.908.0) (2025-10-10)
718

819

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

clients/client-ec2/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.909.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.908.0...v3.909.0) (2025-10-13)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Release Amazon EC2 c8i, c8i-flex, m8a, and r8gb ([d1cdea8](https://github.com/aws/aws-sdk-js-v3/commit/d1cdea81f536ca950897705143f076e348901bf8))
12+
13+
14+
15+
16+
617
# [3.908.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.907.0...v3.908.0) (2025-10-10)
718

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

clients/client-ec2/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-ec2",
33
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4-
"version": "3.908.0",
4+
"version": "3.909.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-observabilityadmin/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.909.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.908.0...v3.909.0) (2025-10-13)
7+
8+
9+
### Features
10+
11+
* **client-observabilityadmin:** CloudWatch Observability Admin adds the ability to enable Resource tags for telemetry in a customer account. The release introduces new APIs to enable, disable and describe the status of Resource tags for telemetry feature. This new capability simplifies monitoring AWS resources using tags. ([f74cc08](https://github.com/aws/aws-sdk-js-v3/commit/f74cc089c493dd44700ecc5d6c47635f7bbfe7a2))
12+
13+
14+
15+
16+
617
# [3.908.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.907.0...v3.908.0) (2025-10-10)
718

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

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

0 commit comments

Comments
 (0)