Skip to content

Commit c7e71e8

Browse files
author
awstools
committed
Publish v3.949.0
1 parent 8effad7 commit c7e71e8

File tree

17 files changed

+125
-31
lines changed

17 files changed

+125
-31
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.949.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.948.0...v3.949.0) (2025-12-10)
7+
8+
9+
### Features
10+
11+
* **client-bedrock:** Automated Reasoning checks in Amazon Bedrock Guardrails is capable of generating policy scenarios to validate policies. The GetAutomatedReasoningPolicyBuildWorkflowResultAssets API now adds POLICY SCENARIO asset type, allowing customers to retrieve scenarios generated by the build workflow. ([8effad7](https://github.com/aws/aws-sdk-js-v3/commit/8effad7bbe642c5f016929955b6d2af90c0ffbd4))
12+
* **client-billingconductor:** Launch itemized custom line item and service line item filter ([a4ba672](https://github.com/aws/aws-sdk-js-v3/commit/a4ba672c0d6d5b191a527a9981da47e66df42c2a))
13+
* **client-cloudwatch:** This release introduces two additional protocols AWS JSON 1.1 and Smithy RPC v2 CBOR, replacing the currently utilized one, AWSQuery. AWS SDKs will prioritize the protocol that is the most performant for each language. ([82cfae7](https://github.com/aws/aws-sdk-js-v3/commit/82cfae7dcaf413d1812b85431b62f03e4b72fd8d))
14+
* **client-odb:** The following APIs now return CloudExadataInfrastructureArn and OdbNetworkArn fields for improved resource identification and AWS service integration - GetCloudVmCluster, ListCloudVmClusters, GetCloudAutonomousVmCluster, and ListCloudAutonomousVmClusters. ([0cfa1d4](https://github.com/aws/aws-sdk-js-v3/commit/0cfa1d4207554c43a4c56ea63386cf645325ea51))
15+
* **client-opensearch:** The CreateApplication API now supports an optional kms key arn parameter to allow customers to specify a CMK for application encryption. ([2bd525c](https://github.com/aws/aws-sdk-js-v3/commit/2bd525c2d6e3d4d9772d57394fa8d7795cd0c0c3))
16+
* **client-partnercentral-selling:** Adds support for the new Project.AwsPartition field on Opportunity and AWS Opportunity Summary. Use this field to specify the AWS partition where the opportunity will be deployed. ([885fb63](https://github.com/aws/aws-sdk-js-v3/commit/885fb630307ebeca6060fe9593b385b429605aa4))
17+
* **client-signer:** Adds support for Signer GetRevocationStatus with updated endpoints ([12376a1](https://github.com/aws/aws-sdk-js-v3/commit/12376a156fa9c01bf0164a1c3d82fac544ddd05f))
18+
19+
20+
21+
22+
623
# [3.948.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.947.0...v3.948.0) (2025-12-09)
724

825

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.947.0 | 4 kb | 4 kb | 4 kb |
4-
| all-protocols.ts | 3.947.0 | 75 kb | 77 kb | 108 kb |
5-
| lib-dynamodb-aggregate.ts | 3.947.0 | 190 kb | 193 kb | 271 kb |
6-
| lib-dynamodb-single-command.ts | 3.947.0 | 149 kb | 141 kb | 222 kb |
7-
| multi-protocols.ts | 3.947.0 | 56 kb | 57 kb | 107 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.947.0 | 146 kb | 147 kb | 178 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.947.0 | 220 kb | 222 kb | 252 kb |
10-
| multiple-sdk-clients.ts | 3.947.0 | 401 kb | 408 kb | 481 kb |
11-
| private-multiple-clients-micg.ts | 3.947.0 | 413 kb | 412 kb | 431 kb |
12-
| private-multiple-clients-schema.ts | 3.947.0 | 347 kb | 356 kb | 375 kb |
13-
| private-restjson-micg-aggregate.ts | 3.947.0 | 226 kb | 226 kb | 231 kb |
14-
| private-restjson-micg-single-command.ts | 3.947.0 | 109 kb | 109 kb | 114 kb |
15-
| private-restjson-schema-aggregate.ts | 3.947.0 | 206 kb | 210 kb | 215 kb |
16-
| private-restjson-schema-single-command.ts | 3.947.0 | 137 kb | 138 kb | 172 kb |
17-
| protocol-rest-xml.ts | 3.947.0 | 41 kb | 42 kb | 107 kb |
18-
| protocol-rpc-cbor.ts | 3.947.0 | 41 kb | 42 kb | 107 kb |
19-
| protocol-rpc-json-1-1.ts | 3.947.0 | 31 kb | 32 kb | 107 kb |
20-
| sdk-connect-aggregate.ts | 3.947.0 | 351 kb | 364 kb | 369 kb |
21-
| sdk-connect-single-command.ts | 3.947.0 | 125 kb | 127 kb | 278 kb |
22-
| sdk-ec2-aggregate.ts | 3.947.0 | 824 kb | 849 kb | 858 kb |
23-
| sdk-s3-aggregate.ts | 3.947.0 | 288 kb | 290 kb | 297 kb |
24-
| sdk-s3-single-command.ts | 3.947.0 | 197 kb | 197 kb | 255 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.947.0 | 354 kb | 371 kb | 377 kb |
3+
| NormalizedSchema.ts | 3.948.0 | 4 kb | 4 kb | 4 kb |
4+
| all-protocols.ts | 3.948.0 | 75 kb | 77 kb | 108 kb |
5+
| lib-dynamodb-aggregate.ts | 3.948.0 | 190 kb | 193 kb | 271 kb |
6+
| lib-dynamodb-single-command.ts | 3.948.0 | 149 kb | 141 kb | 222 kb |
7+
| multi-protocols.ts | 3.948.0 | 56 kb | 57 kb | 107 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.948.0 | 146 kb | 147 kb | 178 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.948.0 | 220 kb | 222 kb | 252 kb |
10+
| multiple-sdk-clients.ts | 3.948.0 | 401 kb | 408 kb | 481 kb |
11+
| private-multiple-clients-micg.ts | 3.948.0 | 413 kb | 412 kb | 431 kb |
12+
| private-multiple-clients-schema.ts | 3.948.0 | 347 kb | 356 kb | 375 kb |
13+
| private-restjson-micg-aggregate.ts | 3.948.0 | 226 kb | 226 kb | 231 kb |
14+
| private-restjson-micg-single-command.ts | 3.948.0 | 109 kb | 109 kb | 114 kb |
15+
| private-restjson-schema-aggregate.ts | 3.948.0 | 206 kb | 210 kb | 215 kb |
16+
| private-restjson-schema-single-command.ts | 3.948.0 | 137 kb | 138 kb | 172 kb |
17+
| protocol-rest-xml.ts | 3.948.0 | 41 kb | 42 kb | 107 kb |
18+
| protocol-rpc-cbor.ts | 3.948.0 | 41 kb | 42 kb | 107 kb |
19+
| protocol-rpc-json-1-1.ts | 3.948.0 | 31 kb | 32 kb | 107 kb |
20+
| sdk-connect-aggregate.ts | 3.948.0 | 351 kb | 364 kb | 369 kb |
21+
| sdk-connect-single-command.ts | 3.948.0 | 125 kb | 127 kb | 278 kb |
22+
| sdk-ec2-aggregate.ts | 3.948.0 | 824 kb | 849 kb | 858 kb |
23+
| sdk-s3-aggregate.ts | 3.948.0 | 288 kb | 290 kb | 297 kb |
24+
| sdk-s3-single-command.ts | 3.948.0 | 197 kb | 197 kb | 255 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.948.0 | 354 kb | 371 kb | 377 kb |

clients/client-bedrock/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.949.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.948.0...v3.949.0) (2025-12-10)
7+
8+
9+
### Features
10+
11+
* **client-bedrock:** Automated Reasoning checks in Amazon Bedrock Guardrails is capable of generating policy scenarios to validate policies. The GetAutomatedReasoningPolicyBuildWorkflowResultAssets API now adds POLICY SCENARIO asset type, allowing customers to retrieve scenarios generated by the build workflow. ([8effad7](https://github.com/aws/aws-sdk-js-v3/commit/8effad7bbe642c5f016929955b6d2af90c0ffbd4))
12+
13+
14+
15+
16+
617
# [3.948.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.947.0...v3.948.0) (2025-12-09)
718

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

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

clients/client-billingconductor/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.949.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.948.0...v3.949.0) (2025-12-10)
7+
8+
9+
### Features
10+
11+
* **client-billingconductor:** Launch itemized custom line item and service line item filter ([a4ba672](https://github.com/aws/aws-sdk-js-v3/commit/a4ba672c0d6d5b191a527a9981da47e66df42c2a))
12+
13+
14+
15+
16+
617
# [3.948.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.947.0...v3.948.0) (2025-12-09)
718

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

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

clients/client-cloudwatch/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.949.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.948.0...v3.949.0) (2025-12-10)
7+
8+
9+
### Features
10+
11+
* **client-cloudwatch:** This release introduces two additional protocols AWS JSON 1.1 and Smithy RPC v2 CBOR, replacing the currently utilized one, AWSQuery. AWS SDKs will prioritize the protocol that is the most performant for each language. ([82cfae7](https://github.com/aws/aws-sdk-js-v3/commit/82cfae7dcaf413d1812b85431b62f03e4b72fd8d))
12+
13+
14+
15+
16+
617
# [3.948.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.947.0...v3.948.0) (2025-12-09)
718

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

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

clients/client-odb/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.949.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.948.0...v3.949.0) (2025-12-10)
7+
8+
9+
### Features
10+
11+
* **client-odb:** The following APIs now return CloudExadataInfrastructureArn and OdbNetworkArn fields for improved resource identification and AWS service integration - GetCloudVmCluster, ListCloudVmClusters, GetCloudAutonomousVmCluster, and ListCloudAutonomousVmClusters. ([0cfa1d4](https://github.com/aws/aws-sdk-js-v3/commit/0cfa1d4207554c43a4c56ea63386cf645325ea51))
12+
13+
14+
15+
16+
617
# [3.948.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.947.0...v3.948.0) (2025-12-09)
718

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

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

0 commit comments

Comments
 (0)