Skip to content

Commit

Permalink
Publish v3.381.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 31, 2023
1 parent fe35f19 commit 84ee148
Show file tree
Hide file tree
Showing 25 changed files with 156 additions and 13 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.381.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.380.0...v3.381.0) (2023-07-31)


### Features

* **client-amplifyuibuilder:** Amplify Studio releases GraphQL support for codegen job action. ([2c2d3db](https://github.com/aws/aws-sdk-js-v3/commit/2c2d3db135eaa79aefd89a5cf3499beef58b5b85))
* **client-auto-scaling:** You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met. ([186216f](https://github.com/aws/aws-sdk-js-v3/commit/186216f7e5f2d8e06eb377884088bf7ab56819e3))
* **client-cleanrooms:** This release introduces custom SQL queries - an expanded set of SQL you can run. This release adds analysis templates, a new resource for storing pre-defined custom SQL queries ahead of time. This release also adds the Custom analysis rule, which lets you approve analysis templates for querying. ([d50fb3f](https://github.com/aws/aws-sdk-js-v3/commit/d50fb3f342aa0267ce8b77f16a17c672eb49a540))
* **client-codestar-connections:** New integration with the Gitlab provider type. ([49eb24c](https://github.com/aws/aws-sdk-js-v3/commit/49eb24c35be7a9e28c953fc1b61b5be889073233))
* **client-drs:** Add support for in-aws right sizing ([721c19a](https://github.com/aws/aws-sdk-js-v3/commit/721c19abe94e906f51d1a9cc7bb1b8433bea6fe5))
* **client-inspector2:** This release adds 1 new API: BatchGetFindingDetails to retrieve enhanced vulnerability intelligence details for findings. ([322a599](https://github.com/aws/aws-sdk-js-v3/commit/322a599107f9fd64dadfe8c881a4d83c79982165))
* **client-lookoutequipment:** This release includes new import resource, model versioning and resource policy features. ([fc1ba06](https://github.com/aws/aws-sdk-js-v3/commit/fc1ba06e260f3dcc2bbff579e868ebc92fe050a0))
* **client-omics:** Add CreationType filter for ListReadSets ([88877de](https://github.com/aws/aws-sdk-js-v3/commit/88877de040acc92e5e8572bd4d7e6f4c338ee7e7))
* **client-rds:** This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance. ([6543b57](https://github.com/aws/aws-sdk-js-v3/commit/6543b576f18cc84523a39b1f82f9abe15f8d05b1))
* **client-route-53:** Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. ([cc81a7c](https://github.com/aws/aws-sdk-js-v3/commit/cc81a7c687dd9e41ef83b92888f3c599f826544a))
* **client-scheduler:** This release introduces automatic deletion of schedules in EventBridge Scheduler. If configured, EventBridge Scheduler automatically deletes a schedule after the schedule has completed its last invocation. ([a1403dd](https://github.com/aws/aws-sdk-js-v3/commit/a1403dd72102be8055c959a8ae7140acf4f81de2))
* **clients:** update client endpoints as of 2023-07-31 ([fe35f19](https://github.com/aws/aws-sdk-js-v3/commit/fe35f19d02e1ee4fa68374437e1aa21dbca0b5f2))





# [3.380.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.1...v3.380.0) (2023-07-28)


Expand Down
2 changes: 1 addition & 1 deletion benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|@aws-sdk/client-app-mesh|3.378.0|1.1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-application-insights|3.379.1|651.4 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-athena|3.378.0|1.2 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-auto-scaling|3.379.0|1.8 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-auto-scaling|3.379.1|1.8 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cloudformation|3.379.1|1.9 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cloudhsm-v2|3.378.0|356.6 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-cloudwatch|3.378.0|1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
Expand Down
11 changes: 11 additions & 0 deletions clients/client-amplifyuibuilder/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.381.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.380.0...v3.381.0) (2023-07-31)


### Features

* **client-amplifyuibuilder:** Amplify Studio releases GraphQL support for codegen job action. ([2c2d3db](https://github.com/aws/aws-sdk-js-v3/commit/2c2d3db135eaa79aefd89a5cf3499beef58b5b85))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-amplifyuibuilder
Expand Down
2 changes: 1 addition & 1 deletion clients/client-amplifyuibuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-amplifyuibuilder",
"description": "AWS SDK for JavaScript Amplifyuibuilder Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.381.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-auto-scaling/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.381.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.380.0...v3.381.0) (2023-07-31)


### Features

* **client-auto-scaling:** You can now configure an instance refresh to set its status to 'failed' when it detects that a specified CloudWatch alarm has gone into the ALARM state. You can also choose to roll back the instance refresh automatically when the alarm threshold is met. ([186216f](https://github.com/aws/aws-sdk-js-v3/commit/186216f7e5f2d8e06eb377884088bf7ab56819e3))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-auto-scaling
Expand Down
2 changes: 1 addition & 1 deletion clients/client-auto-scaling/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-auto-scaling",
"description": "AWS SDK for JavaScript Auto Scaling Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.381.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-cleanrooms/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.381.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.380.0...v3.381.0) (2023-07-31)


### Features

* **client-cleanrooms:** This release introduces custom SQL queries - an expanded set of SQL you can run. This release adds analysis templates, a new resource for storing pre-defined custom SQL queries ahead of time. This release also adds the Custom analysis rule, which lets you approve analysis templates for querying. ([d50fb3f](https://github.com/aws/aws-sdk-js-v3/commit/d50fb3f342aa0267ce8b77f16a17c672eb49a540))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-cleanrooms
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cleanrooms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cleanrooms",
"description": "AWS SDK for JavaScript Cleanrooms Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.381.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-codestar-connections/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.381.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.380.0...v3.381.0) (2023-07-31)


### Features

* **client-codestar-connections:** New integration with the Gitlab provider type. ([49eb24c](https://github.com/aws/aws-sdk-js-v3/commit/49eb24c35be7a9e28c953fc1b61b5be889073233))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-codestar-connections
Expand Down
2 changes: 1 addition & 1 deletion clients/client-codestar-connections/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-codestar-connections",
"description": "AWS SDK for JavaScript Codestar Connections Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.381.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-drs/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.381.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.380.0...v3.381.0) (2023-07-31)


### Features

* **client-drs:** Add support for in-aws right sizing ([721c19a](https://github.com/aws/aws-sdk-js-v3/commit/721c19abe94e906f51d1a9cc7bb1b8433bea6fe5))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-drs
Expand Down
2 changes: 1 addition & 1 deletion clients/client-drs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-drs",
"description": "AWS SDK for JavaScript Drs Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.381.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-inspector2/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.381.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.380.0...v3.381.0) (2023-07-31)


### Features

* **client-inspector2:** This release adds 1 new API: BatchGetFindingDetails to retrieve enhanced vulnerability intelligence details for findings. ([322a599](https://github.com/aws/aws-sdk-js-v3/commit/322a599107f9fd64dadfe8c881a4d83c79982165))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-inspector2
Expand Down
2 changes: 1 addition & 1 deletion clients/client-inspector2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-inspector2",
"description": "AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.381.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-lookoutequipment/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.381.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.380.0...v3.381.0) (2023-07-31)


### Features

* **client-lookoutequipment:** This release includes new import resource, model versioning and resource policy features. ([fc1ba06](https://github.com/aws/aws-sdk-js-v3/commit/fc1ba06e260f3dcc2bbff579e868ebc92fe050a0))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-lookoutequipment
Expand Down
2 changes: 1 addition & 1 deletion clients/client-lookoutequipment/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-lookoutequipment",
"description": "AWS SDK for JavaScript Lookoutequipment Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.381.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-omics/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.381.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.380.0...v3.381.0) (2023-07-31)


### Features

* **client-omics:** Add CreationType filter for ListReadSets ([88877de](https://github.com/aws/aws-sdk-js-v3/commit/88877de040acc92e5e8572bd4d7e6f4c338ee7e7))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-omics
Expand Down
2 changes: 1 addition & 1 deletion clients/client-omics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-omics",
"description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.381.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-rds/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.381.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.380.0...v3.381.0) (2023-07-31)


### Features

* **client-rds:** This release adds support for Aurora MySQL local write forwarding, which allows for forwarding of write operations from reader DB instances to the writer DB instance. ([6543b57](https://github.com/aws/aws-sdk-js-v3/commit/6543b576f18cc84523a39b1f82f9abe15f8d05b1))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-rds
Expand Down
2 changes: 1 addition & 1 deletion clients/client-rds/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-rds",
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.381.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-route-53/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.381.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.380.0...v3.381.0) (2023-07-31)


### Features

* **client-route-53:** Amazon Route 53 now supports the Israel (Tel Aviv) Region (il-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. ([cc81a7c](https://github.com/aws/aws-sdk-js-v3/commit/cc81a7c687dd9e41ef83b92888f3c599f826544a))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-route-53
Expand Down
2 changes: 1 addition & 1 deletion clients/client-route-53/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-route-53",
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.381.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-scheduler/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.381.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.380.0...v3.381.0) (2023-07-31)


### Features

* **client-scheduler:** This release introduces automatic deletion of schedules in EventBridge Scheduler. If configured, EventBridge Scheduler automatically deletes a schedule after the schedule has completed its last invocation. ([a1403dd](https://github.com/aws/aws-sdk-js-v3/commit/a1403dd72102be8055c959a8ae7140acf4f81de2))





## [3.379.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.379.0...v3.379.1) (2023-07-28)

**Note:** Version bump only for package @aws-sdk/client-scheduler
Expand Down
2 changes: 1 addition & 1 deletion clients/client-scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-scheduler",
"description": "AWS SDK for JavaScript Scheduler Client for Node.js, Browser and React Native",
"version": "3.379.1",
"version": "3.381.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
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.380.0",
"version": "3.381.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 84ee148

Please sign in to comment.