Skip to content

Commit

Permalink
Publish v3.544.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 28, 2024
1 parent d7e1491 commit 7210e7d
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.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)


### Features

* **client-codecatalyst:** This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst. ([42591f5](https://github.com/aws/aws-sdk-js-v3/commit/42591f56b25d76ecbd52dc96d40ba74f5c22a590))
* **client-compute-optimizer:** This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization. ([2f67543](https://github.com/aws/aws-sdk-js-v3/commit/2f67543b31542ae8b0c74df82a5ed7287cedbdfa))
* **client-ec2:** Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances. ([790018d](https://github.com/aws/aws-sdk-js-v3/commit/790018dce662cdea619ab14a4a0b0df8699bff22))
* **client-eks:** Add multiple customer error code to handle customer caused failure when managing EKS node groups ([539621d](https://github.com/aws/aws-sdk-js-v3/commit/539621d9db65f0983ff63710818405d467d49154))
* **client-guardduty:** Add EC2 support for GuardDuty Runtime Monitoring auto management. ([11a2340](https://github.com/aws/aws-sdk-js-v3/commit/11a2340512825d3e847abc9add1777b54bd7d5ed))
* **client-neptune-graph:** Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes. ([70254e2](https://github.com/aws/aws-sdk-js-v3/commit/70254e298625774bfa2141431c4aac0ca821daa9))
* **client-oam:** This release adds support for sharing AWS::InternetMonitor::Monitor resources. ([17bc8e1](https://github.com/aws/aws-sdk-js-v3/commit/17bc8e1b3e9026a5a7b430537c5cc9476903fa04))
* **client-quicksight:** Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website. ([0e22651](https://github.com/aws/aws-sdk-js-v3/commit/0e22651ee580d49ea7d870b400b52c1e89eb0bc5))
* **clients:** update client endpoints as of 2024-03-28 ([d7e1491](https://github.com/aws/aws-sdk-js-v3/commit/d7e1491e2dd3f01f9961dc1871ddd3f0490e26fb))





# [3.543.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.542.0...v3.543.0) (2024-03-27)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-codecatalyst/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.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)


### Features

* **client-codecatalyst:** This release adds support for understanding pending changes to subscriptions by including two new response parameters for the GetSubscription API for Amazon CodeCatalyst. ([42591f5](https://github.com/aws/aws-sdk-js-v3/commit/42591f56b25d76ecbd52dc96d40ba74f5c22a590))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-codecatalyst/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-codecatalyst",
"description": "AWS SDK for JavaScript Codecatalyst Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.544.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-codecatalyst",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-compute-optimizer/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.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)


### Features

* **client-compute-optimizer:** This release enables AWS Compute Optimizer to analyze and generate recommendations with a new customization preference, Memory Utilization. ([2f67543](https://github.com/aws/aws-sdk-js-v3/commit/2f67543b31542ae8b0c74df82a5ed7287cedbdfa))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-compute-optimizer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-compute-optimizer",
"description": "AWS SDK for JavaScript Compute Optimizer Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.544.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-compute-optimizer",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-ec2/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.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)


### Features

* **client-ec2:** Amazon EC2 C7gd, M7gd and R7gd metal instances with up to 3.8 TB of local NVMe-based SSD block-level storage have up to 45% improved real-time NVMe storage performance than comparable Graviton2-based instances. ([790018d](https://github.com/aws/aws-sdk-js-v3/commit/790018dce662cdea619ab14a4a0b0df8699bff22))





# [3.542.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.541.0...v3.542.0) (2024-03-26)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-ec2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ec2",
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
"version": "3.542.0",
"version": "3.544.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-ec2",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-eks/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.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)


### Features

* **client-eks:** Add multiple customer error code to handle customer caused failure when managing EKS node groups ([539621d](https://github.com/aws/aws-sdk-js-v3/commit/539621d9db65f0983ff63710818405d467d49154))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-eks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-eks",
"description": "AWS SDK for JavaScript Eks Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.544.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-eks",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-guardduty/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.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)


### Features

* **client-guardduty:** Add EC2 support for GuardDuty Runtime Monitoring auto management. ([11a2340](https://github.com/aws/aws-sdk-js-v3/commit/11a2340512825d3e847abc9add1777b54bd7d5ed))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-guardduty/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-guardduty",
"description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.544.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-guardduty",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-neptune-graph/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.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)


### Features

* **client-neptune-graph:** Update ImportTaskCancelled waiter to evaluate task state correctly and minor documentation changes. ([70254e2](https://github.com/aws/aws-sdk-js-v3/commit/70254e298625774bfa2141431c4aac0ca821daa9))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-neptune-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-neptune-graph",
"description": "AWS SDK for JavaScript Neptune Graph Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.544.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-neptune-graph",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-oam/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.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)


### Features

* **client-oam:** This release adds support for sharing AWS::InternetMonitor::Monitor resources. ([17bc8e1](https://github.com/aws/aws-sdk-js-v3/commit/17bc8e1b3e9026a5a7b430537c5cc9476903fa04))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-oam/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-oam",
"description": "AWS SDK for JavaScript Oam Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.544.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-oam",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-quicksight/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.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)


### Features

* **client-quicksight:** Amazon QuickSight: Adds support for setting up VPC Endpoint restrictions for accessing QuickSight Website. ([0e22651](https://github.com/aws/aws-sdk-js-v3/commit/0e22651ee580d49ea7d870b400b52c1e89eb0bc5))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-quicksight/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-quicksight",
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.544.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",
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.543.0",
"version": "3.544.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions private/aws-middleware-test/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.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test





# [3.542.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.541.0...v3.542.0) (2024-03-26)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test
Expand Down
2 changes: 1 addition & 1 deletion private/aws-middleware-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-middleware-test",
"description": "Integration test suite for AWS middleware",
"version": "3.542.0",
"version": "3.544.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down

0 comments on commit 7210e7d

Please sign in to comment.