Skip to content

Commit

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

# [3.446.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.445.0...v3.446.0) (2023-11-08)


### Features

* **client-connectcases:** This release adds the ability to add/view comment authors through CreateRelatedItem and SearchRelatedItems API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html ([c0b4bb3](https://github.com/aws/aws-sdk-js-v3/commit/c0b4bb3855a8bd2346f03122cff0f7a3077282fe))
* **client-connect:** This release clarifies in our public documentation that InstanceId is a requirement for SearchUsers API requests. ([0b2950b](https://github.com/aws/aws-sdk-js-v3/commit/0b2950bccf45c07f9f42d26d6c6c6f028af99a5b))
* **client-datasync:** This change allows for 0 length access keys and secret keys for object storage locations. Users can now pass in empty string credentials. ([ecaad03](https://github.com/aws/aws-sdk-js-v3/commit/ecaad03d257db1d2d641affad38122af8193bf66))
* **client-guardduty:** Added API support for new GuardDuty EKS Audit Log finding types. ([a53e2fa](https://github.com/aws/aws-sdk-js-v3/commit/a53e2fa65a904ee8ade8568c825d0ef3fd806fd0))
* **client-lambda:** Add Node 20 (nodejs20.x) support to AWS Lambda. ([fa71b6b](https://github.com/aws/aws-sdk-js-v3/commit/fa71b6bdb812586b3ded6d9acda3cb187dffc491))
* **client-lex-models-v2:** AWS Lex now supports selective log capture in conversation logs. When you enable this option within the conversation log settings, only the utterances that trigger intents and slots specified in session attributes will be logged. ([47a1c93](https://github.com/aws/aws-sdk-js-v3/commit/47a1c936dfa20bff0473d61abd73568560392e38))
* **client-omics:** Adding Run UUID and Run Output URI: GetRun and StartRun API response has two new fields "uuid" and "runOutputUri". ([7bba47e](https://github.com/aws/aws-sdk-js-v3/commit/7bba47ee2f80bc297b3d2ead069f9e72c074e1cb))
* **client-redshift-serverless:** Added a new parameter in the workgroup that helps you control your cost for compute resources. This feature provides a ceiling for RPUs that Amazon Redshift Serverless can scale up to. When automatic compute scaling is required, having a higher value for MaxRPU can enhance query throughput. ([3586ff0](https://github.com/aws/aws-sdk-js-v3/commit/3586ff0926520c468ff7ae7cd11ced883069b5b5))
* **client-resiliencehub:** AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications. ([a3e95ba](https://github.com/aws/aws-sdk-js-v3/commit/a3e95ba035cc502618c1bd6e5ac45aff48b996da))
* **client-sqs:** This release enables customers to call SQS using AWS JSON-1.0 protocol. ([6426b55](https://github.com/aws/aws-sdk-js-v3/commit/6426b55d5f81ca27fd3edf30dc2ca65dc05c8a4a))
* **clients:** update client endpoints as of 2023-11-08 ([fcf81cd](https://github.com/aws/aws-sdk-js-v3/commit/fcf81cd71342bfcfae32a3fb2429fae56ad1fd06))





# [3.445.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.444.0...v3.445.0) (2023-11-07)


Expand Down
2 changes: 1 addition & 1 deletion benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
|@aws-sdk/client-iam|3.444.0|3.4 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-kinesis|3.441.0|760.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-kms|3.441.0|1.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-lambda|3.441.0|1.7 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-lambda|3.445.0|1.7 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-opsworks|3.441.0|1.4 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-pinpoint|3.441.0|3 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
|@aws-sdk/client-resource-groups-tagging-api|3.441.0|273.9 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
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.446.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.445.0...v3.446.0) (2023-11-08)


### Features

* **client-connect:** This release clarifies in our public documentation that InstanceId is a requirement for SearchUsers API requests. ([0b2950b](https://github.com/aws/aws-sdk-js-v3/commit/0b2950bccf45c07f9f42d26d6c6c6f028af99a5b))





# [3.445.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.444.0...v3.445.0) (2023-11-07)

**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.445.0",
"version": "3.446.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-connectcases/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.446.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.445.0...v3.446.0) (2023-11-08)


### Features

* **client-connectcases:** This release adds the ability to add/view comment authors through CreateRelatedItem and SearchRelatedItems API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html ([c0b4bb3](https://github.com/aws/aws-sdk-js-v3/commit/c0b4bb3855a8bd2346f03122cff0f7a3077282fe))





# [3.445.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.444.0...v3.445.0) (2023-11-07)

**Note:** Version bump only for package @aws-sdk/client-connectcases
Expand Down
2 changes: 1 addition & 1 deletion clients/client-connectcases/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-connectcases",
"description": "AWS SDK for JavaScript Connectcases Client for Node.js, Browser and React Native",
"version": "3.445.0",
"version": "3.446.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-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.446.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.445.0...v3.446.0) (2023-11-08)


### Features

* **client-guardduty:** Added API support for new GuardDuty EKS Audit Log finding types. ([a53e2fa](https://github.com/aws/aws-sdk-js-v3/commit/a53e2fa65a904ee8ade8568c825d0ef3fd806fd0))





# [3.445.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.444.0...v3.445.0) (2023-11-07)

**Note:** Version bump only for package @aws-sdk/client-guardduty
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.445.0",
"version": "3.446.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-lambda/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.446.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.445.0...v3.446.0) (2023-11-08)


### Features

* **client-lambda:** Add Node 20 (nodejs20.x) support to AWS Lambda. ([fa71b6b](https://github.com/aws/aws-sdk-js-v3/commit/fa71b6bdb812586b3ded6d9acda3cb187dffc491))





# [3.445.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.444.0...v3.445.0) (2023-11-07)

**Note:** Version bump only for package @aws-sdk/client-lambda
Expand Down
2 changes: 1 addition & 1 deletion clients/client-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-lambda",
"description": "AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native",
"version": "3.445.0",
"version": "3.446.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-lex-models-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.446.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.445.0...v3.446.0) (2023-11-08)


### Features

* **client-lex-models-v2:** AWS Lex now supports selective log capture in conversation logs. When you enable this option within the conversation log settings, only the utterances that trigger intents and slots specified in session attributes will be logged. ([47a1c93](https://github.com/aws/aws-sdk-js-v3/commit/47a1c936dfa20bff0473d61abd73568560392e38))





# [3.445.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.444.0...v3.445.0) (2023-11-07)

**Note:** Version bump only for package @aws-sdk/client-lex-models-v2
Expand Down
2 changes: 1 addition & 1 deletion clients/client-lex-models-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-lex-models-v2",
"description": "AWS SDK for JavaScript Lex Models V2 Client for Node.js, Browser and React Native",
"version": "3.445.0",
"version": "3.446.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.446.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.445.0...v3.446.0) (2023-11-08)


### Features

* **client-omics:** Adding Run UUID and Run Output URI: GetRun and StartRun API response has two new fields "uuid" and "runOutputUri". ([7bba47e](https://github.com/aws/aws-sdk-js-v3/commit/7bba47ee2f80bc297b3d2ead069f9e72c074e1cb))





# [3.445.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.444.0...v3.445.0) (2023-11-07)

**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.445.0",
"version": "3.446.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-rds/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.446.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.445.0...v3.446.0) (2023-11-08)

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





# [3.445.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.444.0...v3.445.0) (2023-11-07)


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.445.0",
"version": "3.446.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-redshift-serverless/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.446.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.445.0...v3.446.0) (2023-11-08)


### Features

* **client-redshift-serverless:** Added a new parameter in the workgroup that helps you control your cost for compute resources. This feature provides a ceiling for RPUs that Amazon Redshift Serverless can scale up to. When automatic compute scaling is required, having a higher value for MaxRPU can enhance query throughput. ([3586ff0](https://github.com/aws/aws-sdk-js-v3/commit/3586ff0926520c468ff7ae7cd11ced883069b5b5))





# [3.445.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.444.0...v3.445.0) (2023-11-07)

**Note:** Version bump only for package @aws-sdk/client-redshift-serverless
Expand Down
2 changes: 1 addition & 1 deletion clients/client-redshift-serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-redshift-serverless",
"description": "AWS SDK for JavaScript Redshift Serverless Client for Node.js, Browser and React Native",
"version": "3.445.0",
"version": "3.446.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-resiliencehub/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.446.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.445.0...v3.446.0) (2023-11-08)


### Features

* **client-resiliencehub:** AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications. ([a3e95ba](https://github.com/aws/aws-sdk-js-v3/commit/a3e95ba035cc502618c1bd6e5ac45aff48b996da))





# [3.445.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.444.0...v3.445.0) (2023-11-07)

**Note:** Version bump only for package @aws-sdk/client-resiliencehub
Expand Down
2 changes: 1 addition & 1 deletion clients/client-resiliencehub/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-resiliencehub",
"description": "AWS SDK for JavaScript Resiliencehub Client for Node.js, Browser and React Native",
"version": "3.445.0",
"version": "3.446.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-sqs/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.446.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.445.0...v3.446.0) (2023-11-08)


### Features

* **client-sqs:** This release enables customers to call SQS using AWS JSON-1.0 protocol. ([6426b55](https://github.com/aws/aws-sdk-js-v3/commit/6426b55d5f81ca27fd3edf30dc2ca65dc05c8a4a))





# [3.445.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.444.0...v3.445.0) (2023-11-07)

**Note:** Version bump only for package @aws-sdk/client-sqs
Expand Down
2 changes: 1 addition & 1 deletion clients/client-sqs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-sqs",
"description": "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
"version": "3.445.0",
"version": "3.446.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.445.0",
"version": "3.446.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.446.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.445.0...v3.446.0) (2023-11-08)

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





# [3.445.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.444.0...v3.445.0) (2023-11-07)

**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.445.0",
"version": "3.446.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down

0 comments on commit 3caf215

Please sign in to comment.