Skip to content

Commit 9981cbc

Browse files
author
awstools
committed
Publish v3.937.0
1 parent a15a5b2 commit 9981cbc

File tree

79 files changed

+501
-62
lines changed

Some content is hidden

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

79 files changed

+501
-62
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,48 @@
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.937.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.936.0...v3.937.0) (2025-11-20)
7+
8+
9+
### Features
10+
11+
* **client-application-signals:** Amazon CloudWatch Application Signals now supports un-instrumented services discovery, cross-account views, and change history, helping SRE and DevOps teams monitor and troubleshoot their large-scale distributed applications. ([0da48ba](https://github.com/aws/aws-sdk-js-v3/commit/0da48ba7a925f6097b5e213d50aa41dd59c1f826))
12+
* **client-auto-scaling:** This release adds support for three new features: 1) Image ID overrides in mixed instances policy, 2) Replace Root Volume - a new strategy for Instance Refresh, and 3) Instance Lifecycle Policy for enhanced instance lifecycle management. ([fff870e](https://github.com/aws/aws-sdk-js-v3/commit/fff870eab078d8dfa62476364e55f364fcca2f70))
13+
* **client-bedrock-agentcore:** Bedrock AgentCore Memory release for redriving memory extraction jobs (StartMemoryExtractionJob and ListMemoryExtractionJob) ([e5cc06e](https://github.com/aws/aws-sdk-js-v3/commit/e5cc06e3c34d997929b0a7402fccf992a37ae198))
14+
* **client-bedrock-data-automation-runtime:** Bedrock Data Automation Runtime Sync API ([f14c750](https://github.com/aws/aws-sdk-js-v3/commit/f14c750fc80b476b82d55c057082790e35cb6500))
15+
* **client-bedrock-data-automation:** Added support for Synchronous project type and PII Detection and Redaction ([fe8bca9](https://github.com/aws/aws-sdk-js-v3/commit/fe8bca9fe292378852bdbdb1b6235033e26e5202))
16+
* **client-braket:** Add support for Braket spending limits. ([13f6f50](https://github.com/aws/aws-sdk-js-v3/commit/13f6f508076a770e791c74efe42ce39d44312f74))
17+
* **client-budgets:** Add BillingViewHealthStatusException to DescribeBudgetPerformanceHistory and ServiceQuotaExceededException to UpdateBudget for improved error handling with Billing Views. ([bdce2a6](https://github.com/aws/aws-sdk-js-v3/commit/bdce2a67d88b199a49a24232c27af687ee223565))
18+
* **client-cloudfront:** This release adds support for bring your own IP (BYOIP) to CloudFront's CreateAnycastIpList API through an optional IpamCidrConfigs field. ([aa047c7](https://github.com/aws/aws-sdk-js-v3/commit/aa047c72b437e3559b10979ea59afaba8844d91d))
19+
* **client-cloudtrail:** AWS launches CloudTrail aggregated events to simplify monitoring of data events at scale. This feature delivers both granular and summarized data events for resources like S3/Lambda, helping security teams identify patterns without custom aggregation logic. ([d7c651c](https://github.com/aws/aws-sdk-js-v3/commit/d7c651c85b46f37c1d5cefcf42da74e7878d8f6d))
20+
* **client-connect:** Add optional ability to exclude users from send notification actions for Contact Lens Rules. ([15d923a](https://github.com/aws/aws-sdk-js-v3/commit/15d923a389870a66437df755f143bd1373c6b0ab))
21+
* **client-database-migration-service:** Added support for customer-managed KMS key (CMK) for encryption for import private key certificate. Additionally added Amazon SageMaker Lakehouse endpoint used for zero-ETL integrations with data warehouses. ([7edb974](https://github.com/aws/aws-sdk-js-v3/commit/7edb9744cf9023b36b6a598d04acd1aec989f20f))
22+
* **client-datasync:** The partition value "aws-eusc" is now permitted for ARN (Amazon Resource Name) fields. ([8a6adcf](https://github.com/aws/aws-sdk-js-v3/commit/8a6adcf7daa94659f9bb7bc6afdc1d0272dc147a))
23+
* **client-device-farm:** Add support for environment variables and an IAM execution role. ([3476f4d](https://github.com/aws/aws-sdk-js-v3/commit/3476f4df42c0c0e9721de269e95dbdefd6d1055c))
24+
* **client-dsql:** Added clusterVpcEndpoint field to GetVpcEndpointServiceName API response, returning the VPC connection endpoint for the cluster ([9fe2380](https://github.com/aws/aws-sdk-js-v3/commit/9fe2380d7ae37bde962a9fee0654a6096fb123be))
25+
* **client-ec2:** This release adds support for multiple features including: VPC Encryption Control for the status of traffic flow; S2S VPN BGP Logging; TGW Flexible Costs; IPAM allocation of static IPs from IPAM pools to CF Anycast IP lists used on CloudFront distribution; and EBS Volume Integration with Recycle Bin ([6fdcb50](https://github.com/aws/aws-sdk-js-v3/commit/6fdcb506a307ba9e1c22d4d29e21383a7d4fd88d))
26+
* **client-ecs:** Launching Amazon ECS Express Mode - a new feature that enables developers to quickly launch highly available, scalable containerized applications with a single command. ([f77f87b](https://github.com/aws/aws-sdk-js-v3/commit/f77f87ba0541859b3e00b121fceb2c1d0dfac74e))
27+
* **client-elastic-load-balancing-v2:** This release adds the target optimizer feature in ALB, enabling strict concurrency enforcement on targets. ([3da0b3f](https://github.com/aws/aws-sdk-js-v3/commit/3da0b3fc59ab40da60cb299054af662b1ee1b2cb))
28+
* **client-emr:** Add support for configuring S3 destination for step logs on a per-step basis. ([b24d79f](https://github.com/aws/aws-sdk-js-v3/commit/b24d79f63f36b829aa7138a144a292e722b8215e))
29+
* **client-glue:** Added FunctionType parameter to Glue GetuserDefinedFunctions. ([db36a14](https://github.com/aws/aws-sdk-js-v3/commit/db36a1452433246ad784ca6027b49dc98a277c71))
30+
* **client-imagebuilder:** EC2 Image Builder now enables the distribution of existing AMIs, retry distribution, and define distribution workflows. It also supports automatic versioning for recipes and components, allowing automatic version increments and dynamic referencing in pipelines. ([0d2985c](https://github.com/aws/aws-sdk-js-v3/commit/0d2985c25105a77f920648ccd0ebc6b2a707ac3a))
31+
* **client-lakeformation:** Added ServiceIntegrations as a request parameter for CreateLakeFormationIdentityCenterConfigurationRequest and UpdateLakeFormationIdentityCenterConfigurationRequest and response parameter for DescribeLakeFormationIdentityCenterConfigurationResponse ([7615a8b](https://github.com/aws/aws-sdk-js-v3/commit/7615a8bc8ad998bf8cf0fec95089475085d69385))
32+
* **client-license-manager:** Added cross-account resource aggregation via license asset groups and expiry tracking for Self-Managed Licenses. Extended Org-Wide View to Self-Managed Licenses, added reporting for license asset groups, and removed Athena/Glue dependencies for cross-account resource discovery in commercial regions. ([5427606](https://github.com/aws/aws-sdk-js-v3/commit/5427606027b42c5c6d319f076daca70fb7d7b851))
33+
* **client-networkmanager:** This release adds support for Cloud WAN Routing Policy providing customers sophisticated routing controls to better manage their global networks ([14daa70](https://github.com/aws/aws-sdk-js-v3/commit/14daa70a566b5f8fbfc9464b05b706be84e82db1))
34+
* **client-organizations:** Added new APIs for Billing Transfer, new policy type INSPECTOR_POLICY, and allow an account to transfer between organizations ([674519a](https://github.com/aws/aws-sdk-js-v3/commit/674519a38efb5f62b6fc66dce7d7f531573d0a49))
35+
* **client-quicksight:** Introducing comprehensive theme styling controls. New features include border customization (radius, width, color), flexible padding controls, background styling for cards and sheets, centralized typography management, and visual-level override support across layouts. ([cd0d876](https://github.com/aws/aws-sdk-js-v3/commit/cd0d876d3ce7af04773a33a0d64dd0ddb69ed8b7))
36+
* **client-rbin:** Add support for EBS volume in Recycle Bin ([7fdeb12](https://github.com/aws/aws-sdk-js-v3/commit/7fdeb1298f6a4b0c4f174c50f8d2255bcf99bcc2))
37+
* **client-rds:** Add support for VPC Encryption Controls. ([e91f354](https://github.com/aws/aws-sdk-js-v3/commit/e91f3548ad948b60acb29ba1286e016922b293f4))
38+
* **client-redshift-data:** Increasing the length limit of Statement Name from 500 to 2048. ([3091e42](https://github.com/aws/aws-sdk-js-v3/commit/3091e42a1f2a5f502a90179de3f80e393f50fb48))
39+
* **client-s3:** Enable / Disable ABAC on a general purpose bucket. ([9816b26](https://github.com/aws/aws-sdk-js-v3/commit/9816b260680314d8883fc56e59e015fdd906f8b8))
40+
* **client-sagemaker:** Added training plan support for inference endpoints. Added HyperPod task governance with accelerator partition-based quota allocation. Added BatchRebootClusterNodes and BatchReplaceClusterNodes APIs. Updated ListClusterNodes to include privateDnsHostName. ([859f793](https://github.com/aws/aws-sdk-js-v3/commit/859f793a7e21e79585e8668ea4b7d3bc948f844d))
41+
* **client-securityhub:** Release Findings and Resources Trends APIs- GetFindingsTrendsV2 and GetResourcesTrendsV2. This supports time-series aggregated counts with composite filtering for 1-year of historical data analysis of Findings and Resources. ([82511de](https://github.com/aws/aws-sdk-js-v3/commit/82511def21513410094acda8a7ba17e33d0b508f))
42+
* **clients:** update client endpoints as of 2025-11-20 ([a15a5b2](https://github.com/aws/aws-sdk-js-v3/commit/a15a5b2277a0f4f19e2ab2977ebba140000a21b5))
43+
44+
45+
46+
47+
648
# [3.936.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.935.0...v3.936.0) (2025-11-19)
749

850

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.935.0 | 4 kb | 4 kb | 4 kb |
4-
| all-protocols.ts | 3.935.0 | 74 kb | 75 kb | 106 kb |
5-
| lib-dynamodb-aggregate.ts | 3.935.0 | 187 kb | 191 kb | 196 kb |
6-
| lib-dynamodb-single-command.ts | 3.935.0 | 146 kb | 138 kb | 146 kb |
7-
| multi-protocols.ts | 3.935.0 | 55 kb | 56 kb | 106 kb |
8-
| multiple-barebones-micg-sdk-clients.ts | 3.935.0 | 133 kb | 135 kb | 164 kb |
9-
| multiple-barebones-schema-sdk-clients.ts | 3.935.0 | 205 kb | 208 kb | 237 kb |
10-
| multiple-sdk-clients.ts | 3.935.0 | 397 kb | 404 kb | 416 kb |
11-
| private-multiple-clients-micg.ts | 3.935.0 | 386 kb | 386 kb | 404 kb |
12-
| private-multiple-clients-schema.ts | 3.935.0 | 326 kb | 335 kb | 354 kb |
13-
| private-restjson-micg-aggregate.ts | 3.935.0 | 200 kb | 200 kb | 204 kb |
14-
| private-restjson-micg-single-command.ts | 3.935.0 | 96 kb | 96 kb | 100 kb |
15-
| private-restjson-schema-aggregate.ts | 3.935.0 | 185 kb | 190 kb | 194 kb |
16-
| private-restjson-schema-single-command.ts | 3.935.0 | 122 kb | 124 kb | 154 kb |
17-
| protocol-rest-xml.ts | 3.935.0 | 40 kb | 41 kb | 105 kb |
18-
| protocol-rpc-cbor.ts | 3.935.0 | 40 kb | 41 kb | 105 kb |
19-
| protocol-rpc-json-1-1.ts | 3.935.0 | 30 kb | 31 kb | 105 kb |
20-
| sdk-connect-aggregate.ts | 3.935.0 | 313 kb | 324 kb | 329 kb |
21-
| sdk-connect-single-command.ts | 3.935.0 | 124 kb | 126 kb | 252 kb |
22-
| sdk-ec2-aggregate.ts | 3.935.0 | 808 kb | 833 kb | 841 kb |
23-
| sdk-s3-aggregate.ts | 3.935.0 | 287 kb | 289 kb | 295 kb |
24-
| sdk-s3-single-command.ts | 3.935.0 | 196 kb | 197 kb | 254 kb |
25-
| sdk-sagemaker-aggregate.ts | 3.935.0 | 346 kb | 362 kb | 368 kb |
3+
| NormalizedSchema.ts | 3.936.0 | 4 kb | 4 kb | 4 kb |
4+
| all-protocols.ts | 3.936.0 | 74 kb | 75 kb | 106 kb |
5+
| lib-dynamodb-aggregate.ts | 3.936.0 | 187 kb | 191 kb | 196 kb |
6+
| lib-dynamodb-single-command.ts | 3.936.0 | 146 kb | 138 kb | 146 kb |
7+
| multi-protocols.ts | 3.936.0 | 55 kb | 56 kb | 106 kb |
8+
| multiple-barebones-micg-sdk-clients.ts | 3.936.0 | 133 kb | 135 kb | 164 kb |
9+
| multiple-barebones-schema-sdk-clients.ts | 3.936.0 | 205 kb | 208 kb | 237 kb |
10+
| multiple-sdk-clients.ts | 3.936.0 | 398 kb | 405 kb | 417 kb |
11+
| private-multiple-clients-micg.ts | 3.936.0 | 386 kb | 386 kb | 404 kb |
12+
| private-multiple-clients-schema.ts | 3.936.0 | 326 kb | 335 kb | 354 kb |
13+
| private-restjson-micg-aggregate.ts | 3.936.0 | 200 kb | 200 kb | 204 kb |
14+
| private-restjson-micg-single-command.ts | 3.936.0 | 96 kb | 96 kb | 100 kb |
15+
| private-restjson-schema-aggregate.ts | 3.936.0 | 185 kb | 190 kb | 194 kb |
16+
| private-restjson-schema-single-command.ts | 3.936.0 | 122 kb | 124 kb | 154 kb |
17+
| protocol-rest-xml.ts | 3.936.0 | 40 kb | 41 kb | 105 kb |
18+
| protocol-rpc-cbor.ts | 3.936.0 | 40 kb | 41 kb | 105 kb |
19+
| protocol-rpc-json-1-1.ts | 3.936.0 | 30 kb | 31 kb | 105 kb |
20+
| sdk-connect-aggregate.ts | 3.936.0 | 313 kb | 324 kb | 329 kb |
21+
| sdk-connect-single-command.ts | 3.936.0 | 124 kb | 126 kb | 252 kb |
22+
| sdk-ec2-aggregate.ts | 3.936.0 | 820 kb | 845 kb | 854 kb |
23+
| sdk-s3-aggregate.ts | 3.936.0 | 288 kb | 290 kb | 296 kb |
24+
| sdk-s3-single-command.ts | 3.936.0 | 196 kb | 197 kb | 255 kb |
25+
| sdk-sagemaker-aggregate.ts | 3.936.0 | 348 kb | 364 kb | 370 kb |

clients/client-application-signals/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.937.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.936.0...v3.937.0) (2025-11-20)
7+
8+
9+
### Features
10+
11+
* **client-application-signals:** Amazon CloudWatch Application Signals now supports un-instrumented services discovery, cross-account views, and change history, helping SRE and DevOps teams monitor and troubleshoot their large-scale distributed applications. ([0da48ba](https://github.com/aws/aws-sdk-js-v3/commit/0da48ba7a925f6097b5e213d50aa41dd59c1f826))
12+
13+
14+
15+
16+
617
# [3.936.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.935.0...v3.936.0) (2025-11-19)
718

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

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

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.937.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.936.0...v3.937.0) (2025-11-20)
7+
8+
9+
### Features
10+
11+
* **client-auto-scaling:** This release adds support for three new features: 1) Image ID overrides in mixed instances policy, 2) Replace Root Volume - a new strategy for Instance Refresh, and 3) Instance Lifecycle Policy for enhanced instance lifecycle management. ([fff870e](https://github.com/aws/aws-sdk-js-v3/commit/fff870eab078d8dfa62476364e55f364fcca2f70))
12+
13+
14+
15+
16+
617
# [3.936.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.935.0...v3.936.0) (2025-11-19)
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.936.0",
4+
"version": "3.937.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-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.937.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.936.0...v3.937.0) (2025-11-20)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-agentcore:** Bedrock AgentCore Memory release for redriving memory extraction jobs (StartMemoryExtractionJob and ListMemoryExtractionJob) ([e5cc06e](https://github.com/aws/aws-sdk-js-v3/commit/e5cc06e3c34d997929b0a7402fccf992a37ae198))
12+
13+
14+
15+
16+
617
# [3.936.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.935.0...v3.936.0) (2025-11-19)
718

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

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.936.0",
4+
"version": "3.937.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-bedrock-data-automation-runtime/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.937.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.936.0...v3.937.0) (2025-11-20)
7+
8+
9+
### Features
10+
11+
* **client-bedrock-data-automation-runtime:** Bedrock Data Automation Runtime Sync API ([f14c750](https://github.com/aws/aws-sdk-js-v3/commit/f14c750fc80b476b82d55c057082790e35cb6500))
12+
13+
14+
15+
16+
617
# [3.936.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.935.0...v3.936.0) (2025-11-19)
718

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

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

0 commit comments

Comments
 (0)