Skip to content

Commit 370b0e4

Browse files
author
awstools
committed
Publish v3.868.0
1 parent 09fe885 commit 370b0e4

File tree

36 files changed

+213
-18
lines changed

36 files changed

+213
-18
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.868.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.867.0...v3.868.0) (2025-08-14)
7+
8+
9+
### Features
10+
11+
* **client-arc-region-switch:** Endpoint rule test and documentation update. ([4e686d3](https://github.com/aws/aws-sdk-js-v3/commit/4e686d39fd303c3dd5095b339759a1366de18678))
12+
* **client-bcm-recommended-actions:** Initial SDK release for AWS Billing and Cost Management Recommended Actions. ([2443ab1](https://github.com/aws/aws-sdk-js-v3/commit/2443ab1fc3b3706bcc4f456aceb5822da709accc))
13+
* **client-direct-connect:** Added pagination support for DescribeHostedConnections, DescribeVirtualInterfaces, DescribeConnections, DescribeInterconnects, DescribeLags. Added asnLong support for BGP peer operations which supports a large range. ([ae2b9bc](https://github.com/aws/aws-sdk-js-v3/commit/ae2b9bca2c611571f41767fd20f07d79d39f8b4c))
14+
* **client-dynamodb:** This release 1/ Adds support for throttled keys mode for CloudWatch Contributor Insights, 2/ Adds throttling reasons to exceptions across dataplane APIs. 3/ Explicitly models ThrottlingException as a class in statically typed languages. Refer to the launch day blog post for more details. ([a2e4992](https://github.com/aws/aws-sdk-js-v3/commit/a2e49920c20d77c01fd5d35de48fe0699dd615f7))
15+
* **client-ec2:** This release adds ModifyInstanceConnectEndpoint API to update configurations on existing EC2 Instance Connect Endpoints and improves IPv6 support through dualstack DNS names for EC2 Instance Connect Endpoints. ([a8bd4d8](https://github.com/aws/aws-sdk-js-v3/commit/a8bd4d8e7d81efae58c18983559a8c88090cb0f3))
16+
* **client-fsx:** Amazon FSx for NetApp ONTAP 2nd generation file systems now support decreasing SSD storage capacity. ([8cb23ab](https://github.com/aws/aws-sdk-js-v3/commit/8cb23abd47fbb450fa3c9d1db98ac02f98b5cb6d))
17+
* **client-glue:** AWS Glue now supports Trusted Identity Propagation. ([71e32da](https://github.com/aws/aws-sdk-js-v3/commit/71e32da3d1568a8864a67f8904fac5d01869bdab))
18+
* **client-guardduty:** Added support for entity lists. ([709b588](https://github.com/aws/aws-sdk-js-v3/commit/709b58867ac704c03e56250f6b64e7a1bcf5e871))
19+
* **client-medialive:** CMAF Ingest output groups in MediaLive can now accept one additional destination url for single pipeline channels and up to two additional destination urls for standard channels. ([761c811](https://github.com/aws/aws-sdk-js-v3/commit/761c8112d37c9974d38eeeaa8e17efd82c330fe8))
20+
* **client-pcs:** Updated the regex pattern and description of iamInstanceProfileArn in the CreateComputeNodeGroup and UpdateComputeNodeGroup API actions. Name and path requirements apply to the ARN of the IAM role associated with the instance profile and not the ARN of the instance profile. ([b5adbbc](https://github.com/aws/aws-sdk-js-v3/commit/b5adbbce1c054c23c5972b6188409f66f3325256))
21+
* **client-servicediscovery:** Added support for cross account through Id parameter overloading with ARN and allow owner account for some APIs instead of ARN ([3002abd](https://github.com/aws/aws-sdk-js-v3/commit/3002abd86a89860fd588765abd10351329719f4a))
22+
* **client-workspaces:** New APIs introduced to import WorkSpaces BYOL image using a new process that leveraged EC2 Image Builder. WorkSpaces tests and fixes your image's compatibility issues and supports customized VM images. ([5e93ef1](https://github.com/aws/aws-sdk-js-v3/commit/5e93ef1d238bfa73c4318d551c9642d174c155aa))
23+
* **clients:** update client endpoints as of 2025-08-14 ([09fe885](https://github.com/aws/aws-sdk-js-v3/commit/09fe885010eccd24719cd9ff2d70ec842a32d8de))
24+
25+
26+
27+
28+
629
# [3.867.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.866.0...v3.867.0) (2025-08-13)
730

831

clients/client-arc-region-switch/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.868.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.867.0...v3.868.0) (2025-08-14)
7+
8+
9+
### Features
10+
11+
* **client-arc-region-switch:** Endpoint rule test and documentation update. ([4e686d3](https://github.com/aws/aws-sdk-js-v3/commit/4e686d39fd303c3dd5095b339759a1366de18678))
12+
13+
14+
15+
16+
617
# [3.864.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.863.0...v3.864.0) (2025-08-08)
718

819
**Note:** Version bump only for package @aws-sdk/client-arc-region-switch

clients/client-arc-region-switch/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-arc-region-switch",
33
"description": "AWS SDK for JavaScript Arc Region Switch Client for Node.js, Browser and React Native",
4-
"version": "3.864.0",
4+
"version": "3.868.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.868.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.867.0...v3.868.0) (2025-08-14)
7+
8+
9+
### Features
10+
11+
* **client-bcm-recommended-actions:** Initial SDK release for AWS Billing and Cost Management Recommended Actions. ([2443ab1](https://github.com/aws/aws-sdk-js-v3/commit/2443ab1fc3b3706bcc4f456aceb5822da709accc))

clients/client-bcm-recommended-actions/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-bcm-recommended-actions",
33
"description": "AWS SDK for JavaScript Bcm Recommended Actions Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.868.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-direct-connect/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.868.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.867.0...v3.868.0) (2025-08-14)
7+
8+
9+
### Features
10+
11+
* **client-direct-connect:** Added pagination support for DescribeHostedConnections, DescribeVirtualInterfaces, DescribeConnections, DescribeInterconnects, DescribeLags. Added asnLong support for BGP peer operations which supports a large range. ([ae2b9bc](https://github.com/aws/aws-sdk-js-v3/commit/ae2b9bca2c611571f41767fd20f07d79d39f8b4c))
12+
13+
14+
15+
16+
617
# [3.864.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.863.0...v3.864.0) (2025-08-08)
718

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

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

clients/client-dynamodb/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.868.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.867.0...v3.868.0) (2025-08-14)
7+
8+
9+
### Features
10+
11+
* **client-dynamodb:** This release 1/ Adds support for throttled keys mode for CloudWatch Contributor Insights, 2/ Adds throttling reasons to exceptions across dataplane APIs. 3/ Explicitly models ThrottlingException as a class in statically typed languages. Refer to the launch day blog post for more details. ([a2e4992](https://github.com/aws/aws-sdk-js-v3/commit/a2e49920c20d77c01fd5d35de48fe0699dd615f7))
12+
13+
14+
15+
16+
617
# [3.864.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.863.0...v3.864.0) (2025-08-08)
718

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

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

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.868.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.867.0...v3.868.0) (2025-08-14)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** This release adds ModifyInstanceConnectEndpoint API to update configurations on existing EC2 Instance Connect Endpoints and improves IPv6 support through dualstack DNS names for EC2 Instance Connect Endpoints. ([a8bd4d8](https://github.com/aws/aws-sdk-js-v3/commit/a8bd4d8e7d81efae58c18983559a8c88090cb0f3))
12+
13+
14+
15+
16+
617
# [3.866.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.865.0...v3.866.0) (2025-08-12)
718

819

0 commit comments

Comments
 (0)