Skip to content

Commit 36c9842

Browse files
author
awstools
committed
Publish v3.827.0
1 parent cf45be5 commit 36c9842

File tree

20 files changed

+121
-10
lines changed

20 files changed

+121
-10
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.827.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.826.0...v3.827.0) (2025-06-09)
7+
8+
9+
### Features
10+
11+
* **client-appsync:** Deprecate `atRestEncryptionEnabled` and `transitEncryptionEnabled` attributes in `CreateApiCache` action. Encryption is always enabled for new caches. ([4a8e853](https://github.com/aws/aws-sdk-js-v3/commit/4a8e853a4bc7c2b0ccf6d63c35c6db4bbed68961))
12+
* **client-cost-explorer:** Support dual-stack endpoints for ce api ([7d158e3](https://github.com/aws/aws-sdk-js-v3/commit/7d158e3c8c4225523e884d9f4f4f0bf08f8d2c9b))
13+
* **client-customer-profiles:** This release introduces capability of Profile Explorer, using correct ingestion timestamp & using historical data for computing calculated attributes, and new standard objects for T&H as part of Amazon Connect Customer Profiles service. ([3558c83](https://github.com/aws/aws-sdk-js-v3/commit/3558c835ad3594642feb727530bfb3823a0081d9))
14+
* **client-ec2:** Release to support Elastic VMware Service (Amazon EVS) Subnet and Amazon EVS Network Interface Types. ([5b52d8f](https://github.com/aws/aws-sdk-js-v3/commit/5b52d8f7e73edcdd601ac03482dc2db82a977587))
15+
* **client-efs:** Added support for Internet Protocol Version 6 (IPv6) on EFS Service APIs and mount targets. ([e5738ab](https://github.com/aws/aws-sdk-js-v3/commit/e5738ab5364b7ac6751037ff227e9243ae6bca9a))
16+
* **client-marketplace-catalog:** The ListEntities API now supports the EntityID, LastModifiedDate, ProductTitle, and Visibility filters for machine learning products. You can also sort using all of those filters. ([8aaaa37](https://github.com/aws/aws-sdk-js-v3/commit/8aaaa37dc7afa30325ac8e009ad1802a5681f449))
17+
* **client-workspaces-thin-client:** Add ConflictException to UpdateEnvironment API ([c04afc4](https://github.com/aws/aws-sdk-js-v3/commit/c04afc43a2af828a4fb25de6547ac24f4c7c4be6))
18+
* **clients:** update client endpoints as of 2025-06-09 ([cf45be5](https://github.com/aws/aws-sdk-js-v3/commit/cf45be57084f43063e20c85877bc091881246cb4))
19+
20+
21+
22+
23+
624
# [3.826.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.825.0...v3.826.0) (2025-06-06)
725

826

clients/client-appsync/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.827.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.826.0...v3.827.0) (2025-06-09)
7+
8+
9+
### Features
10+
11+
* **client-appsync:** Deprecate `atRestEncryptionEnabled` and `transitEncryptionEnabled` attributes in `CreateApiCache` action. Encryption is always enabled for new caches. ([4a8e853](https://github.com/aws/aws-sdk-js-v3/commit/4a8e853a4bc7c2b0ccf6d63c35c6db4bbed68961))
12+
13+
14+
15+
16+
617
# [3.826.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.825.0...v3.826.0) (2025-06-06)
718

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

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

clients/client-cost-explorer/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.827.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.826.0...v3.827.0) (2025-06-09)
7+
8+
9+
### Features
10+
11+
* **client-cost-explorer:** Support dual-stack endpoints for ce api ([7d158e3](https://github.com/aws/aws-sdk-js-v3/commit/7d158e3c8c4225523e884d9f4f4f0bf08f8d2c9b))
12+
13+
14+
15+
16+
617
# [3.826.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.825.0...v3.826.0) (2025-06-06)
718

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

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

clients/client-customer-profiles/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.827.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.826.0...v3.827.0) (2025-06-09)
7+
8+
9+
### Features
10+
11+
* **client-customer-profiles:** This release introduces capability of Profile Explorer, using correct ingestion timestamp & using historical data for computing calculated attributes, and new standard objects for T&H as part of Amazon Connect Customer Profiles service. ([3558c83](https://github.com/aws/aws-sdk-js-v3/commit/3558c835ad3594642feb727530bfb3823a0081d9))
12+
13+
14+
15+
16+
617
# [3.826.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.825.0...v3.826.0) (2025-06-06)
718

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

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

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.827.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.826.0...v3.827.0) (2025-06-09)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** Release to support Elastic VMware Service (Amazon EVS) Subnet and Amazon EVS Network Interface Types. ([5b52d8f](https://github.com/aws/aws-sdk-js-v3/commit/5b52d8f7e73edcdd601ac03482dc2db82a977587))
12+
13+
14+
15+
16+
617
# [3.826.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.825.0...v3.826.0) (2025-06-06)
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.826.0",
4+
"version": "3.827.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-efs/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.827.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.826.0...v3.827.0) (2025-06-09)
7+
8+
9+
### Features
10+
11+
* **client-efs:** Added support for Internet Protocol Version 6 (IPv6) on EFS Service APIs and mount targets. ([e5738ab](https://github.com/aws/aws-sdk-js-v3/commit/e5738ab5364b7ac6751037ff227e9243ae6bca9a))
12+
13+
14+
15+
16+
617
# [3.826.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.825.0...v3.826.0) (2025-06-06)
718

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

0 commit comments

Comments
 (0)