Skip to content

Commit c40903a

Browse files
author
awstools
committed
Publish v3.607.0
1 parent 3c1217d commit c40903a

File tree

20 files changed

+125
-10
lines changed

20 files changed

+125
-10
lines changed

CHANGELOG.md

+19
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.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)
7+
8+
9+
### Features
10+
11+
* **client-acm-pca:** Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions. ([b75a706](https://github.com/aws/aws-sdk-js-v3/commit/b75a70623e67254addf27fc65a56e4ca1cdf9b72))
12+
* **client-cloudhsm-v2:** Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API. ([0c6a58c](https://github.com/aws/aws-sdk-js-v3/commit/0c6a58c2d1138fe7f157df7f6cd3217126ef3ef2))
13+
* **client-connect:** This release supports showing PreferredAgentRouting step via DescribeContact API. ([f234cff](https://github.com/aws/aws-sdk-js-v3/commit/f234cffaa0acd47dfd74abb5724aec3f2c646ff1))
14+
* **client-emr:** This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters. ([988b75a](https://github.com/aws/aws-sdk-js-v3/commit/988b75aebbe84458a1c716ce31893ea8b873cda2))
15+
* **client-glue:** Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name. ([89e628f](https://github.com/aws/aws-sdk-js-v3/commit/89e628f9946c977fa36a250a972099547798448b))
16+
* **client-kinesis-analytics-v2:** Support for Flink 1.19 in Managed Service for Apache Flink ([2a5d41e](https://github.com/aws/aws-sdk-js-v3/commit/2a5d41e6f8392d9e28e6ad51db590f2f73dd7ef0))
17+
* **client-opensearch:** This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains. ([19d56e7](https://github.com/aws/aws-sdk-js-v3/commit/19d56e7d30ddc57f2d66adac21a6b2ea7629b4a8))
18+
* **client-workspaces:** Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal. ([6cf9d76](https://github.com/aws/aws-sdk-js-v3/commit/6cf9d76d77b46b590d1c8d845ac5a81fe3f9efe8))
19+
* **clients:** update client endpoints as of 2024-06-28 ([3c1217d](https://github.com/aws/aws-sdk-js-v3/commit/3c1217d3227cff476758cbc46d85b7064f584bcb))
20+
21+
22+
23+
24+
625
# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)
726

827

clients/client-acm-pca/CHANGELOG.md

+11
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.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)
7+
8+
9+
### Features
10+
11+
* **client-acm-pca:** Added CCPC_LEVEL_1_OR_HIGHER KeyStorageSecurityStandard and SM2 KeyAlgorithm and SM3WITHSM2 SigningAlgorithm for China regions. ([b75a706](https://github.com/aws/aws-sdk-js-v3/commit/b75a70623e67254addf27fc65a56e4ca1cdf9b72))
12+
13+
14+
15+
16+
617
# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)
718

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

clients/client-acm-pca/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-acm-pca",
33
"description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
4-
"version": "3.606.0",
4+
"version": "3.607.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-acm-pca",

clients/client-cloudhsm-v2/CHANGELOG.md

+11
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.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)
7+
8+
9+
### Features
10+
11+
* **client-cloudhsm-v2:** Added 3 new APIs to support backup sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added BackupArn to the output of the DescribeBackups API. Added support for BackupArn in the CreateCluster API. ([0c6a58c](https://github.com/aws/aws-sdk-js-v3/commit/0c6a58c2d1138fe7f157df7f6cd3217126ef3ef2))
12+
13+
14+
15+
16+
617
# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)
718

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

clients/client-cloudhsm-v2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-cloudhsm-v2",
33
"description": "AWS SDK for JavaScript Cloudhsm V2 Client for Node.js, Browser and React Native",
4-
"version": "3.606.0",
4+
"version": "3.607.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-cloudhsm-v2",

clients/client-connect/CHANGELOG.md

+11
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.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)
7+
8+
9+
### Features
10+
11+
* **client-connect:** This release supports showing PreferredAgentRouting step via DescribeContact API. ([f234cff](https://github.com/aws/aws-sdk-js-v3/commit/f234cffaa0acd47dfd74abb5724aec3f2c646ff1))
12+
13+
14+
15+
16+
617
# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)
718

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

clients/client-connect/package.json

+1-1
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.606.0",
4+
"version": "3.607.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-connect",

clients/client-emr/CHANGELOG.md

+11
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.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)
7+
8+
9+
### Features
10+
11+
* **client-emr:** This release provides the support for new allocation strategies i.e. CAPACITY_OPTIMIZED_PRIORITIZED for Spot and PRIORITIZED for On-Demand by taking input of priority value for each instance type for instance fleet clusters. ([988b75a](https://github.com/aws/aws-sdk-js-v3/commit/988b75aebbe84458a1c716ce31893ea8b873cda2))
12+
13+
14+
15+
16+
617
# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)
718

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

clients/client-emr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-emr",
33
"description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
4-
"version": "3.606.0",
4+
"version": "3.607.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-emr",

clients/client-glue/CHANGELOG.md

+11
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.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)
7+
8+
9+
### Features
10+
11+
* **client-glue:** Added AttributesToGet parameter to Glue GetDatabases, allowing caller to limit output to include only the database name. ([89e628f](https://github.com/aws/aws-sdk-js-v3/commit/89e628f9946c977fa36a250a972099547798448b))
12+
13+
14+
15+
16+
617
# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)
718

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

clients/client-glue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-glue",
33
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
4-
"version": "3.606.0",
4+
"version": "3.607.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-glue",

clients/client-kinesis-analytics-v2/CHANGELOG.md

+11
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.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)
7+
8+
9+
### Features
10+
11+
* **client-kinesis-analytics-v2:** Support for Flink 1.19 in Managed Service for Apache Flink ([2a5d41e](https://github.com/aws/aws-sdk-js-v3/commit/2a5d41e6f8392d9e28e6ad51db590f2f73dd7ef0))
12+
13+
14+
15+
16+
617
# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)
718

819
**Note:** Version bump only for package @aws-sdk/client-kinesis-analytics-v2

clients/client-kinesis-analytics-v2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-kinesis-analytics-v2",
33
"description": "AWS SDK for JavaScript Kinesis Analytics V2 Client for Node.js, Browser and React Native",
4-
"version": "3.606.0",
4+
"version": "3.607.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-kinesis-analytics-v2",

clients/client-opensearch/CHANGELOG.md

+11
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.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)
7+
8+
9+
### Features
10+
11+
* **client-opensearch:** This release removes support for enabling or disabling Natural Language Query Processing feature for Amazon OpenSearch Service domains. ([19d56e7](https://github.com/aws/aws-sdk-js-v3/commit/19d56e7d30ddc57f2d66adac21a6b2ea7629b4a8))
12+
13+
14+
15+
16+
617
# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)
718

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

clients/client-opensearch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-opensearch",
33
"description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
4-
"version": "3.606.0",
4+
"version": "3.607.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-opensearch",

clients/client-pi/CHANGELOG.md

+8
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.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-pi
9+
10+
11+
12+
13+
614
# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)
715

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

clients/client-pi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-pi",
33
"description": "AWS SDK for JavaScript Pi Client for Node.js, Browser and React Native",
4-
"version": "3.606.0",
4+
"version": "3.607.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-pi",

clients/client-workspaces/CHANGELOG.md

+11
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.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)
7+
8+
9+
### Features
10+
11+
* **client-workspaces:** Added support for Red Hat Enterprise Linux 8 on Amazon WorkSpaces Personal. ([6cf9d76](https://github.com/aws/aws-sdk-js-v3/commit/6cf9d76d77b46b590d1c8d845ac5a81fe3f9efe8))
12+
13+
14+
15+
16+
617
# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)
718

819

clients/client-workspaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-workspaces",
33
"description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
4-
"version": "3.606.0",
4+
"version": "3.607.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-workspaces",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.606.0",
2+
"version": "3.607.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)