Skip to content

Commit f9841f0

Browse files
author
awstools
committed
Publish v3.439.0
1 parent 8bc90cc commit f9841f0

File tree

22 files changed

+137
-11
lines changed

22 files changed

+137
-11
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.439.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.438.0...v3.439.0) (2023-10-30)
7+
8+
9+
### Features
10+
11+
* **client-connect:** This release adds InstanceId field for phone number APIs. ([d05a332](https://github.com/aws/aws-sdk-js-v3/commit/d05a332a6c6a0821615edac2ef0b714859a87ca2))
12+
* **client-dataexchange:** We added a new API action: SendDataSetNotification. ([12d4db1](https://github.com/aws/aws-sdk-js-v3/commit/12d4db1f2f718f42373510d2d6d28c55aa8ded67))
13+
* **client-datasync:** Platform version changes to support AL1 deprecation initiative. ([e0558d2](https://github.com/aws/aws-sdk-js-v3/commit/e0558d20d765932d57c50c071a234667615d60fe))
14+
* **client-finspace:** Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters. ([313e52f](https://github.com/aws/aws-sdk-js-v3/commit/313e52f4d411196909d090375ffc85b6abfbfd56))
15+
* **client-mediapackagev2:** This feature allows customers to create a combination of manifest filtering, startover and time delay configuration that applies to all egress requests by default. ([5e3dade](https://github.com/aws/aws-sdk-js-v3/commit/5e3dade7642ea324b0faac04f5a8a72f781d1c83))
16+
* **client-rds:** This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations. ([8bc90cc](https://github.com/aws/aws-sdk-js-v3/commit/8bc90cc7b707f1050cf803a659f5a53c76ff1ee4))
17+
* **client-redshift-serverless:** Added support for custom domain names for Amazon Redshift Serverless workgroups. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it. ([998eb07](https://github.com/aws/aws-sdk-js-v3/commit/998eb07ac14aee55d01c8ed14be3cc20b92dfbbd))
18+
* **client-resiliencehub:** Introduced the ability to filter applications by their last assessment date and time and have included metrics for the application's estimated workload Recovery Time Objective (RTO) and estimated workload Recovery Point Objective (RPO). ([4b0a2d0](https://github.com/aws/aws-sdk-js-v3/commit/4b0a2d04cd9c5631aa9a4bbea8f6c56e732a0f08))
19+
* **client-s3outposts:** Updated ListOutpostsWithS3 API response to include S3OutpostArn for use with AWS RAM. ([6869512](https://github.com/aws/aws-sdk-js-v3/commit/686951267a0b3a81aee1078f5e1a449637c8bcc7))
20+
21+
22+
23+
24+
625
# [3.438.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0) (2023-10-27)
726

827

clients/client-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.439.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.438.0...v3.439.0) (2023-10-30)
7+
8+
9+
### Features
10+
11+
* **client-connect:** This release adds InstanceId field for phone number APIs. ([d05a332](https://github.com/aws/aws-sdk-js-v3/commit/d05a332a6c6a0821615edac2ef0b714859a87ca2))
12+
13+
14+
15+
16+
617
# [3.438.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0) (2023-10-27)
718

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

clients/client-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-connect",
33
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
4-
"version": "3.438.0",
4+
"version": "3.439.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-dataexchange/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.439.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.438.0...v3.439.0) (2023-10-30)
7+
8+
9+
### Features
10+
11+
* **client-dataexchange:** We added a new API action: SendDataSetNotification. ([12d4db1](https://github.com/aws/aws-sdk-js-v3/commit/12d4db1f2f718f42373510d2d6d28c55aa8ded67))
12+
13+
14+
15+
16+
617
# [3.438.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0) (2023-10-27)
718

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

clients/client-dataexchange/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-dataexchange",
33
"description": "AWS SDK for JavaScript Dataexchange Client for Node.js, Browser and React Native",
4-
"version": "3.438.0",
4+
"version": "3.439.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-datasync/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.439.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.438.0...v3.439.0) (2023-10-30)
7+
8+
9+
### Features
10+
11+
* **client-datasync:** Platform version changes to support AL1 deprecation initiative. ([e0558d2](https://github.com/aws/aws-sdk-js-v3/commit/e0558d20d765932d57c50c071a234667615d60fe))
12+
13+
14+
15+
16+
617
# [3.438.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0) (2023-10-27)
718

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

clients/client-datasync/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-datasync",
33
"description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
4-
"version": "3.438.0",
4+
"version": "3.439.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-finspace/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.439.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.438.0...v3.439.0) (2023-10-30)
7+
8+
9+
### Features
10+
11+
* **client-finspace:** Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters. ([313e52f](https://github.com/aws/aws-sdk-js-v3/commit/313e52f4d411196909d090375ffc85b6abfbfd56))
12+
13+
14+
15+
16+
617
# [3.438.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0) (2023-10-27)
718

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

clients/client-finspace/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-finspace",
33
"description": "AWS SDK for JavaScript Finspace Client for Node.js, Browser and React Native",
4-
"version": "3.438.0",
4+
"version": "3.439.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-mediapackagev2/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.439.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.438.0...v3.439.0) (2023-10-30)
7+
8+
9+
### Features
10+
11+
* **client-mediapackagev2:** This feature allows customers to create a combination of manifest filtering, startover and time delay configuration that applies to all egress requests by default. ([5e3dade](https://github.com/aws/aws-sdk-js-v3/commit/5e3dade7642ea324b0faac04f5a8a72f781d1c83))
12+
13+
14+
15+
16+
617
# [3.438.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0) (2023-10-27)
718

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

clients/client-mediapackagev2/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-mediapackagev2",
33
"description": "AWS SDK for JavaScript Mediapackagev2 Client for Node.js, Browser and React Native",
4-
"version": "3.438.0",
4+
"version": "3.439.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-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.439.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.438.0...v3.439.0) (2023-10-30)
7+
8+
9+
### Features
10+
11+
* **client-rds:** This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations. ([8bc90cc](https://github.com/aws/aws-sdk-js-v3/commit/8bc90cc7b707f1050cf803a659f5a53c76ff1ee4))
12+
13+
14+
15+
16+
617
# [3.438.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0) (2023-10-27)
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.438.0",
4+
"version": "3.439.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-redshift-serverless/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.439.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.438.0...v3.439.0) (2023-10-30)
7+
8+
9+
### Features
10+
11+
* **client-redshift-serverless:** Added support for custom domain names for Amazon Redshift Serverless workgroups. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it. ([998eb07](https://github.com/aws/aws-sdk-js-v3/commit/998eb07ac14aee55d01c8ed14be3cc20b92dfbbd))
12+
13+
14+
15+
16+
617
# [3.438.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0) (2023-10-27)
718

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

clients/client-redshift-serverless/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-redshift-serverless",
33
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
4-
"version": "3.438.0",
4+
"version": "3.439.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-resiliencehub/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.439.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.438.0...v3.439.0) (2023-10-30)
7+
8+
9+
### Features
10+
11+
* **client-resiliencehub:** Introduced the ability to filter applications by their last assessment date and time and have included metrics for the application's estimated workload Recovery Time Objective (RTO) and estimated workload Recovery Point Objective (RPO). ([4b0a2d0](https://github.com/aws/aws-sdk-js-v3/commit/4b0a2d04cd9c5631aa9a4bbea8f6c56e732a0f08))
12+
13+
14+
15+
16+
617
# [3.438.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0) (2023-10-27)
718

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

clients/client-resiliencehub/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-resiliencehub",
33
"description": "AWS SDK for JavaScript Resiliencehub Client for Node.js, Browser and React Native",
4-
"version": "3.438.0",
4+
"version": "3.439.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-s3outposts/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.439.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.438.0...v3.439.0) (2023-10-30)
7+
8+
9+
### Features
10+
11+
* **client-s3outposts:** Updated ListOutpostsWithS3 API response to include S3OutpostArn for use with AWS RAM. ([6869512](https://github.com/aws/aws-sdk-js-v3/commit/686951267a0b3a81aee1078f5e1a449637c8bcc7))
12+
13+
14+
15+
16+
617
# [3.438.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0) (2023-10-27)
718

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

clients/client-s3outposts/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-s3outposts",
33
"description": "AWS SDK for JavaScript S3outposts Client for Node.js, Browser and React Native",
4-
"version": "3.438.0",
4+
"version": "3.439.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-wisdom/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.439.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.438.0...v3.439.0) (2023-10-30)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-wisdom
9+
10+
11+
12+
13+
614
# [3.438.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0) (2023-10-27)
715

816
**Note:** Version bump only for package @aws-sdk/client-wisdom

clients/client-wisdom/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-wisdom",
33
"description": "AWS SDK for JavaScript Wisdom Client for Node.js, Browser and React Native",
4-
"version": "3.438.0",
4+
"version": "3.439.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

lerna.json

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

0 commit comments

Comments
 (0)