Skip to content

Commit

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

# [3.371.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.370.0...v3.371.0) (2023-07-17)


### Features

* **client-docdb:** Added major version upgrade option in ModifyDBCluster API ([c12cffb](https://github.com/aws/aws-sdk-js-v3/commit/c12cffbf610ad9f8c898e5e6c82bfa9bd2297d54))
* **client-ec2:** Add Nitro TPM support on DescribeInstanceTypes ([001f5d7](https://github.com/aws/aws-sdk-js-v3/commit/001f5d7d9ac7edd2ea2f58285206f07352faf1ef))
* **client-glue:** Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes. ([5e3726d](https://github.com/aws/aws-sdk-js-v3/commit/5e3726d7f799cb7c453691918668b7230f45f431))
* **client-ivs:** This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration. ([7850f23](https://github.com/aws/aws-sdk-js-v3/commit/7850f23315cadd2a77e060a4b6742b202d58505f))
* **client-lakeformation:** Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource. ([367d6f4](https://github.com/aws/aws-sdk-js-v3/commit/367d6f45ca134a8f7edc0b85ac72bb734bd8e408))
* **clients:** update client endpoints as of 2023-07-17 ([1defec3](https://github.com/aws/aws-sdk-js-v3/commit/1defec31bf0f2809a7b7390e33005351d32d404b))





# [3.370.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.369.0...v3.370.0) (2023-07-13)


Expand Down
4 changes: 2 additions & 2 deletions benchmark/size/report.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
|@aws-sdk/client-cognito-identity-provider|3.369.0|2.4 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-cognito-sync|3.369.0|435.2 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-dynamodb|3.369.0|1.7 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-ec2|3.369.0|14.8 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-ec2|3.370.0|14.8 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-efs|3.369.0|766.8 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-eventbridge|3.369.0|1 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-firehose|3.369.0|507.2 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-glue|3.369.0|4.1 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-glue|3.370.0|4.1 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-iam|3.369.0|3.3 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-kinesis|3.369.0|741.5 KB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
|@aws-sdk/client-kms|3.369.0|1.6 MB|✅(5.77.0)|✅(3.20.2)|✅(0.17.15)|
Expand Down
8 changes: 8 additions & 0 deletions clients/client-codeartifact/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.371.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.370.0...v3.371.0) (2023-07-17)

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





# [3.370.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.369.0...v3.370.0) (2023-07-13)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-codeartifact/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-codeartifact",
"description": "AWS SDK for JavaScript Codeartifact Client for Node.js, Browser and React Native",
"version": "3.370.0",
"version": "3.371.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-docdb/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.371.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.370.0...v3.371.0) (2023-07-17)


### Features

* **client-docdb:** Added major version upgrade option in ModifyDBCluster API ([c12cffb](https://github.com/aws/aws-sdk-js-v3/commit/c12cffbf610ad9f8c898e5e6c82bfa9bd2297d54))





# [3.370.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.369.0...v3.370.0) (2023-07-13)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-docdb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-docdb",
"description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native",
"version": "3.370.0",
"version": "3.371.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-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.371.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.370.0...v3.371.0) (2023-07-17)


### Features

* **client-ec2:** Add Nitro TPM support on DescribeInstanceTypes ([001f5d7](https://github.com/aws/aws-sdk-js-v3/commit/001f5d7d9ac7edd2ea2f58285206f07352faf1ef))





# [3.370.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.369.0...v3.370.0) (2023-07-13)


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.370.0",
"version": "3.371.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-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.371.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.370.0...v3.371.0) (2023-07-17)


### Features

* **client-glue:** Adding new supported permission type flags to get-unfiltered endpoints that callers may pass to indicate support for enforcing Lake Formation fine-grained access control on nested column attributes. ([5e3726d](https://github.com/aws/aws-sdk-js-v3/commit/5e3726d7f799cb7c453691918668b7230f45f431))





# [3.370.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.369.0...v3.370.0) (2023-07-13)


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.370.0",
"version": "3.371.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-ivs/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.371.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.370.0...v3.371.0) (2023-07-17)


### Features

* **client-ivs:** This release provides the flexibility to configure what renditions or thumbnail qualities to record when creating recording configuration. ([7850f23](https://github.com/aws/aws-sdk-js-v3/commit/7850f23315cadd2a77e060a4b6742b202d58505f))





# [3.370.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.369.0...v3.370.0) (2023-07-13)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-ivs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ivs",
"description": "AWS SDK for JavaScript Ivs Client for Node.js, Browser and React Native",
"version": "3.370.0",
"version": "3.371.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-lakeformation/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.371.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.370.0...v3.371.0) (2023-07-17)


### Features

* **client-lakeformation:** Adds supports for ReadOnlyAdmins and AllowFullTableExternalDataAccess. Adds NESTED_PERMISSION and NESTED_CELL_PERMISSION to SUPPORTED_PERMISSION_TYPES enum. Adds CREATE_LF_TAG on catalog resource and ALTER, DROP, and GRANT_WITH_LF_TAG_EXPRESSION on LF Tag resource. ([367d6f4](https://github.com/aws/aws-sdk-js-v3/commit/367d6f45ca134a8f7edc0b85ac72bb734bd8e408))





# [3.370.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.369.0...v3.370.0) (2023-07-13)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-lakeformation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-lakeformation",
"description": "AWS SDK for JavaScript Lakeformation Client for Node.js, Browser and React Native",
"version": "3.370.0",
"version": "3.371.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.370.0",
"version": "3.371.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.371.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.370.0...v3.371.0) (2023-07-17)

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





# [3.370.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.369.0...v3.370.0) (2023-07-13)

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

0 comments on commit 171254f

Please sign in to comment.