Skip to content

Commit

Permalink
Publish v3.607.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 28, 2024
1 parent 3c1217d commit c40903a
Show file tree
Hide file tree
Showing 20 changed files with 125 additions and 10 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)


### Features

* **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))
* **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))
* **client-connect:** This release supports showing PreferredAgentRouting step via DescribeContact API. ([f234cff](https://github.com/aws/aws-sdk-js-v3/commit/f234cffaa0acd47dfd74abb5724aec3f2c646ff1))
* **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))
* **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))
* **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))
* **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))
* **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))
* **clients:** update client endpoints as of 2024-06-28 ([3c1217d](https://github.com/aws/aws-sdk-js-v3/commit/3c1217d3227cff476758cbc46d85b7064f584bcb))





# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-acm-pca/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)


### Features

* **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))





# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)

**Note:** Version bump only for package @aws-sdk/client-acm-pca
Expand Down
2 changes: 1 addition & 1 deletion clients/client-acm-pca/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-acm-pca",
"description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
"version": "3.606.0",
"version": "3.607.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-acm-pca",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-cloudhsm-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)


### Features

* **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))





# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)

**Note:** Version bump only for package @aws-sdk/client-cloudhsm-v2
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudhsm-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cloudhsm-v2",
"description": "AWS SDK for JavaScript Cloudhsm V2 Client for Node.js, Browser and React Native",
"version": "3.606.0",
"version": "3.607.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-cloudhsm-v2",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)


### Features

* **client-connect:** This release supports showing PreferredAgentRouting step via DescribeContact API. ([f234cff](https://github.com/aws/aws-sdk-js-v3/commit/f234cffaa0acd47dfd74abb5724aec3f2c646ff1))





# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)

**Note:** Version bump only for package @aws-sdk/client-connect
Expand Down
2 changes: 1 addition & 1 deletion clients/client-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-connect",
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
"version": "3.606.0",
"version": "3.607.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-connect",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-emr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)


### Features

* **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))





# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)

**Note:** Version bump only for package @aws-sdk/client-emr
Expand Down
2 changes: 1 addition & 1 deletion clients/client-emr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-emr",
"description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
"version": "3.606.0",
"version": "3.607.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-emr",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-glue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)


### Features

* **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))





# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)

**Note:** Version bump only for package @aws-sdk/client-glue
Expand Down
2 changes: 1 addition & 1 deletion clients/client-glue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-glue",
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
"version": "3.606.0",
"version": "3.607.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-glue",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-kinesis-analytics-v2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)


### Features

* **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))





# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)

**Note:** Version bump only for package @aws-sdk/client-kinesis-analytics-v2
Expand Down
2 changes: 1 addition & 1 deletion clients/client-kinesis-analytics-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-kinesis-analytics-v2",
"description": "AWS SDK for JavaScript Kinesis Analytics V2 Client for Node.js, Browser and React Native",
"version": "3.606.0",
"version": "3.607.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-kinesis-analytics-v2",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-opensearch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)


### Features

* **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))





# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)

**Note:** Version bump only for package @aws-sdk/client-opensearch
Expand Down
2 changes: 1 addition & 1 deletion clients/client-opensearch/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-opensearch",
"description": "AWS SDK for JavaScript Opensearch Client for Node.js, Browser and React Native",
"version": "3.606.0",
"version": "3.607.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-opensearch",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-pi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)

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





# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)

**Note:** Version bump only for package @aws-sdk/client-pi
Expand Down
2 changes: 1 addition & 1 deletion clients/client-pi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-pi",
"description": "AWS SDK for JavaScript Pi Client for Node.js, Browser and React Native",
"version": "3.606.0",
"version": "3.607.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-pi",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-workspaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.607.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.606.0...v3.607.0) (2024-06-28)


### Features

* **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))





# [3.606.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.605.0...v3.606.0) (2024-06-27)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-workspaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-workspaces",
"description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
"version": "3.606.0",
"version": "3.607.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-workspaces",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.606.0",
"version": "3.607.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit c40903a

Please sign in to comment.