Skip to content

Commit e01cfc3

Browse files
author
awstools
committed
Publish v3.836.0
1 parent d9d8149 commit e01cfc3

File tree

26 files changed

+159
-13
lines changed

26 files changed

+159
-13
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.836.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.835.0...v3.836.0) (2025-06-24)
7+
8+
9+
### Features
10+
11+
* **client-aiops:** Adds support for cross account investigations for CloudWatch investigations AI Operations (AIOps). ([38f5b59](https://github.com/aws/aws-sdk-js-v3/commit/38f5b599aa52580f1c9b657028106a7021118bff))
12+
* **client-batch:** Add userdataType to LaunchTemplateSpecification and LaunchTemplateSpecificationOverride. ([d9d8149](https://github.com/aws/aws-sdk-js-v3/commit/d9d8149582e9f48e5652510aa31e0229aed4e7e8))
13+
* **client-bedrock:** We are making ListFoundationModelAgreementOffers, DeleteFoundationModelAgreement, CreateFoundationModelAgreement, GetFoundationModelAvailability, PutUseCaseForModelAccess and GetUseCaseForModelAccess APIs public, previously they were console. ([cbd44d0](https://github.com/aws/aws-sdk-js-v3/commit/cbd44d0657fd2b16517d5e44d94f5a76b389da42))
14+
* **client-ec2:** This release allows you to create and register AMIs while maintaining their underlying EBS snapshots within Local Zones. ([cefd9f2](https://github.com/aws/aws-sdk-js-v3/commit/cefd9f2f5fa77e3792c333a0e8dd68f9bc873f4a))
15+
* **client-elastic-load-balancing-v2:** Add Paginator for DescribeAccountLimits, and fix Paginators for DescribeTrustStoreAssociations, DescribeTrustStoreRevocations, and DescribeTrustStores ([adc36eb](https://github.com/aws/aws-sdk-js-v3/commit/adc36eb1941a4dd16ab47813327de881868831e6))
16+
* **client-gamelift:** Add support for UDP ping beacons to ListLocations API, including new PingBeacon and UDPEndpoint data types within its Locations return value. Use UDP ping beacon endpoints to help measure real-time network latency for multiplayer games. ([e51464e](https://github.com/aws/aws-sdk-js-v3/commit/e51464e62dab8455f28dde6367968b8d8e8aa704))
17+
* **client-license-manager:** AWS License Manager now supports license type conversions for AWS Marketplace products. Customers can provide Marketplace codes in the source license context or destination license context in the CreateLicenseConversionTaskForResource requests. ([af7066f](https://github.com/aws/aws-sdk-js-v3/commit/af7066f6fa2955d13711363bd581c8c81c40eab7))
18+
* **client-rds:** Adding support for RDS on Dedicated Local Zones, including local backup target, snapshot availability zone and snapshot target ([a6aa6f7](https://github.com/aws/aws-sdk-js-v3/commit/a6aa6f7fcf379c72ddd0718ed51c3bd3475fce8e))
19+
* **client-route53resolver:** Add support for iterative DNS queries through the new INBOUND_DELEGATION endpoint. Add delegation support through the Outbound Endpoints with DELEGATE rules. ([f261f8b](https://github.com/aws/aws-sdk-js-v3/commit/f261f8b56b96ba9244bdfb227202a07c6d8f529e))
20+
* **client-transcribe:** This Feature Adds Support for the "et-EE" Locale for Batch Operations ([3ee5000](https://github.com/aws/aws-sdk-js-v3/commit/3ee5000ef08f512e7b1217a92ef073b1871d1a5d))
21+
22+
23+
24+
25+
626
# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23)
727

828

clients/client-aiops/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.836.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.835.0...v3.836.0) (2025-06-24)
7+
8+
9+
### Features
10+
11+
* **client-aiops:** Adds support for cross account investigations for CloudWatch investigations AI Operations (AIOps). ([38f5b59](https://github.com/aws/aws-sdk-js-v3/commit/38f5b599aa52580f1c9b657028106a7021118bff))
12+
13+
14+
15+
16+
617
# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23)
718

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

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.835.0",
4+
"version": "3.836.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-batch/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.836.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.835.0...v3.836.0) (2025-06-24)
7+
8+
9+
### Features
10+
11+
* **client-batch:** Add userdataType to LaunchTemplateSpecification and LaunchTemplateSpecificationOverride. ([d9d8149](https://github.com/aws/aws-sdk-js-v3/commit/d9d8149582e9f48e5652510aa31e0229aed4e7e8))
12+
13+
14+
15+
16+
617
# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23)
718

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

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

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.836.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.835.0...v3.836.0) (2025-06-24)
7+
8+
9+
### Features
10+
11+
* **client-bedrock:** We are making ListFoundationModelAgreementOffers, DeleteFoundationModelAgreement, CreateFoundationModelAgreement, GetFoundationModelAvailability, PutUseCaseForModelAccess and GetUseCaseForModelAccess APIs public, previously they were console. ([cbd44d0](https://github.com/aws/aws-sdk-js-v3/commit/cbd44d0657fd2b16517d5e44d94f5a76b389da42))
12+
13+
14+
15+
16+
617
# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23)
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.835.0",
4+
"version": "3.836.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-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.836.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.835.0...v3.836.0) (2025-06-24)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** This release allows you to create and register AMIs while maintaining their underlying EBS snapshots within Local Zones. ([cefd9f2](https://github.com/aws/aws-sdk-js-v3/commit/cefd9f2f5fa77e3792c333a0e8dd68f9bc873f4a))
12+
13+
14+
15+
16+
617
# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23)
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.835.0",
4+
"version": "3.836.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-elastic-load-balancing-v2/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.836.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.835.0...v3.836.0) (2025-06-24)
7+
8+
9+
### Features
10+
11+
* **client-elastic-load-balancing-v2:** Add Paginator for DescribeAccountLimits, and fix Paginators for DescribeTrustStoreAssociations, DescribeTrustStoreRevocations, and DescribeTrustStores ([adc36eb](https://github.com/aws/aws-sdk-js-v3/commit/adc36eb1941a4dd16ab47813327de881868831e6))
12+
13+
14+
15+
16+
617
# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23)
718

819
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing-v2

clients/client-elastic-load-balancing-v2/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-elastic-load-balancing-v2",
33
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
4-
"version": "3.835.0",
4+
"version": "3.836.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",

clients/client-gamelift/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.836.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.835.0...v3.836.0) (2025-06-24)
7+
8+
9+
### Features
10+
11+
* **client-gamelift:** Add support for UDP ping beacons to ListLocations API, including new PingBeacon and UDPEndpoint data types within its Locations return value. Use UDP ping beacon endpoints to help measure real-time network latency for multiplayer games. ([e51464e](https://github.com/aws/aws-sdk-js-v3/commit/e51464e62dab8455f28dde6367968b8d8e8aa704))
12+
13+
14+
15+
16+
617
# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23)
718

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

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

clients/client-license-manager/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.836.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.835.0...v3.836.0) (2025-06-24)
7+
8+
9+
### Features
10+
11+
* **client-license-manager:** AWS License Manager now supports license type conversions for AWS Marketplace products. Customers can provide Marketplace codes in the source license context or destination license context in the CreateLicenseConversionTaskForResource requests. ([af7066f](https://github.com/aws/aws-sdk-js-v3/commit/af7066f6fa2955d13711363bd581c8c81c40eab7))
12+
13+
14+
15+
16+
617
# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23)
718

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

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

clients/client-rds/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.836.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.835.0...v3.836.0) (2025-06-24)
7+
8+
9+
### Features
10+
11+
* **client-rds:** Adding support for RDS on Dedicated Local Zones, including local backup target, snapshot availability zone and snapshot target ([a6aa6f7](https://github.com/aws/aws-sdk-js-v3/commit/a6aa6f7fcf379c72ddd0718ed51c3bd3475fce8e))
12+
13+
14+
15+
16+
617
# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23)
718

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

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

clients/client-route53resolver/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.836.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.835.0...v3.836.0) (2025-06-24)
7+
8+
9+
### Features
10+
11+
* **client-route53resolver:** Add support for iterative DNS queries through the new INBOUND_DELEGATION endpoint. Add delegation support through the Outbound Endpoints with DELEGATE rules. ([f261f8b](https://github.com/aws/aws-sdk-js-v3/commit/f261f8b56b96ba9244bdfb227202a07c6d8f529e))
12+
13+
14+
15+
16+
617
# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23)
718

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

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

clients/client-transcribe/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.836.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.835.0...v3.836.0) (2025-06-24)
7+
8+
9+
### Features
10+
11+
* **client-transcribe:** This Feature Adds Support for the "et-EE" Locale for Batch Operations ([3ee5000](https://github.com/aws/aws-sdk-js-v3/commit/3ee5000ef08f512e7b1217a92ef073b1871d1a5d))
12+
13+
14+
15+
16+
617
# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23)
718

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

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

lerna.json

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

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.836.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.835.0...v3.836.0) (2025-06-24)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-client-api-test
9+
10+
11+
12+
13+
614
# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23)
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.835.0",
4+
"version": "3.836.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.836.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.835.0...v3.836.0) (2025-06-24)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.835.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.834.0...v3.835.0) (2025-06-23)
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.835.0",
4+
"version": "3.836.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",

0 commit comments

Comments
 (0)