Skip to content

Commit

Permalink
Publish v3.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Sep 11, 2021
1 parent 3f49ae7 commit ec03fa0
Show file tree
Hide file tree
Showing 599 changed files with 3,676 additions and 1,162 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.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)


### Bug Fixes

* **client-s3:** remove int validation of object size type ([#2775](https://github.com/aws/aws-sdk-js-v3/issues/2775)) ([5f2f70b](https://github.com/aws/aws-sdk-js-v3/commit/5f2f70b0d306c59dd23822505d62b80aaa25cd55))
* **lib-dynamodb:** add util-dynamodb to dependencies ([#2768](https://github.com/aws/aws-sdk-js-v3/issues/2768)) ([b09ba9a](https://github.com/aws/aws-sdk-js-v3/commit/b09ba9ac2069062156659b119a25c0c57077f402))
* **middleware-sdk-rds:** stop throw when source id key is optional ([#2770](https://github.com/aws/aws-sdk-js-v3/issues/2770)) ([299cbbb](https://github.com/aws/aws-sdk-js-v3/commit/299cbbbef934380cdf56c668cc8cd7eebb7f73e5))
* **s3-request-presigner:** inject hostname with custom port ([#2773](https://github.com/aws/aws-sdk-js-v3/issues/2773)) ([3fe226b](https://github.com/aws/aws-sdk-js-v3/commit/3fe226b2dd1ff152d2c0b5f9bbdb9a2261e584d3))


### Features

* **clients:** update clients as of 09/10/2021 ([#2776](https://github.com/aws/aws-sdk-js-v3/issues/2776)) ([3f49ae7](https://github.com/aws/aws-sdk-js-v3/commit/3f49ae758688f73d5ce16ee21ac597a113199bff))
* **codegen:** assert sets have no duplicates ([#2764](https://github.com/aws/aws-sdk-js-v3/issues/2764)) ([aa62fc3](https://github.com/aws/aws-sdk-js-v3/commit/aa62fc3eda48e9a57753cea6fc5896b65f2dbe3b))
* **codegen:** reject null in non-sparse collections ([#2771](https://github.com/aws/aws-sdk-js-v3/issues/2771)) ([dcf644f](https://github.com/aws/aws-sdk-js-v3/commit/dcf644f51733dd9ad0d89c8d9de9876743dcf69e))
* **smithy-client:** support strict union parsing ([#2746](https://github.com/aws/aws-sdk-js-v3/issues/2746)) ([1159680](https://github.com/aws/aws-sdk-js-v3/commit/1159680b399625e247a57ac121483787249ed933))





# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)


Expand Down
8 changes: 8 additions & 0 deletions clients/client-accessanalyzer/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.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)

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





# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)

**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
Expand Down
8 changes: 4 additions & 4 deletions clients/client-accessanalyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-accessanalyzer",
"description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
"version": "3.30.0",
"version": "3.31.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
Expand All @@ -27,9 +27,9 @@
"dependencies": {
"@aws-crypto/sha256-browser": "^1.0.0",
"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.30.0",
"@aws-sdk/client-sts": "3.31.0",
"@aws-sdk/config-resolver": "3.30.0",
"@aws-sdk/credential-provider-node": "3.30.0",
"@aws-sdk/credential-provider-node": "3.31.0",
"@aws-sdk/fetch-http-handler": "3.29.0",
"@aws-sdk/hash-node": "3.29.0",
"@aws-sdk/invalid-dependency": "3.29.0",
Expand All @@ -44,7 +44,7 @@
"@aws-sdk/node-config-provider": "3.29.0",
"@aws-sdk/node-http-handler": "3.29.0",
"@aws-sdk/protocol-http": "3.29.0",
"@aws-sdk/smithy-client": "3.30.0",
"@aws-sdk/smithy-client": "3.31.0",
"@aws-sdk/types": "3.29.0",
"@aws-sdk/url-parser": "3.29.0",
"@aws-sdk/util-base64-browser": "3.29.0",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-acm-pca/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.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)

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





# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)

**Note:** Version bump only for package @aws-sdk/client-acm-pca
Expand Down
8 changes: 4 additions & 4 deletions 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.30.0",
"version": "3.31.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
Expand All @@ -27,9 +27,9 @@
"dependencies": {
"@aws-crypto/sha256-browser": "^1.0.0",
"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.30.0",
"@aws-sdk/client-sts": "3.31.0",
"@aws-sdk/config-resolver": "3.30.0",
"@aws-sdk/credential-provider-node": "3.30.0",
"@aws-sdk/credential-provider-node": "3.31.0",
"@aws-sdk/fetch-http-handler": "3.29.0",
"@aws-sdk/hash-node": "3.29.0",
"@aws-sdk/invalid-dependency": "3.29.0",
Expand All @@ -44,7 +44,7 @@
"@aws-sdk/node-config-provider": "3.29.0",
"@aws-sdk/node-http-handler": "3.29.0",
"@aws-sdk/protocol-http": "3.29.0",
"@aws-sdk/smithy-client": "3.30.0",
"@aws-sdk/smithy-client": "3.31.0",
"@aws-sdk/types": "3.29.0",
"@aws-sdk/url-parser": "3.29.0",
"@aws-sdk/util-base64-browser": "3.29.0",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-acm/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.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)

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





# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)

**Note:** Version bump only for package @aws-sdk/client-acm
Expand Down
8 changes: 4 additions & 4 deletions clients/client-acm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-acm",
"description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
"version": "3.30.0",
"version": "3.31.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
Expand All @@ -27,9 +27,9 @@
"dependencies": {
"@aws-crypto/sha256-browser": "^1.0.0",
"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.30.0",
"@aws-sdk/client-sts": "3.31.0",
"@aws-sdk/config-resolver": "3.30.0",
"@aws-sdk/credential-provider-node": "3.30.0",
"@aws-sdk/credential-provider-node": "3.31.0",
"@aws-sdk/fetch-http-handler": "3.29.0",
"@aws-sdk/hash-node": "3.29.0",
"@aws-sdk/invalid-dependency": "3.29.0",
Expand All @@ -44,7 +44,7 @@
"@aws-sdk/node-config-provider": "3.29.0",
"@aws-sdk/node-http-handler": "3.29.0",
"@aws-sdk/protocol-http": "3.29.0",
"@aws-sdk/smithy-client": "3.30.0",
"@aws-sdk/smithy-client": "3.31.0",
"@aws-sdk/types": "3.29.0",
"@aws-sdk/url-parser": "3.29.0",
"@aws-sdk/util-base64-browser": "3.29.0",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-alexa-for-business/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.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)

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





# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)

**Note:** Version bump only for package @aws-sdk/client-alexa-for-business
Expand Down
8 changes: 4 additions & 4 deletions clients/client-alexa-for-business/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-alexa-for-business",
"description": "AWS SDK for JavaScript Alexa For Business Client for Node.js, Browser and React Native",
"version": "3.30.0",
"version": "3.31.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
Expand All @@ -27,9 +27,9 @@
"dependencies": {
"@aws-crypto/sha256-browser": "^1.0.0",
"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.30.0",
"@aws-sdk/client-sts": "3.31.0",
"@aws-sdk/config-resolver": "3.30.0",
"@aws-sdk/credential-provider-node": "3.30.0",
"@aws-sdk/credential-provider-node": "3.31.0",
"@aws-sdk/fetch-http-handler": "3.29.0",
"@aws-sdk/hash-node": "3.29.0",
"@aws-sdk/invalid-dependency": "3.29.0",
Expand All @@ -44,7 +44,7 @@
"@aws-sdk/node-config-provider": "3.29.0",
"@aws-sdk/node-http-handler": "3.29.0",
"@aws-sdk/protocol-http": "3.29.0",
"@aws-sdk/smithy-client": "3.30.0",
"@aws-sdk/smithy-client": "3.31.0",
"@aws-sdk/types": "3.29.0",
"@aws-sdk/url-parser": "3.29.0",
"@aws-sdk/util-base64-browser": "3.29.0",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-amp/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.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)


### Features

* **clients:** update clients as of 09/10/2021 ([#2776](https://github.com/aws/aws-sdk-js-v3/issues/2776)) ([3f49ae7](https://github.com/aws/aws-sdk-js-v3/commit/3f49ae758688f73d5ce16ee21ac597a113199bff))





# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)

**Note:** Version bump only for package @aws-sdk/client-amp
Expand Down
8 changes: 4 additions & 4 deletions clients/client-amp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-amp",
"description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
"version": "3.30.0",
"version": "3.31.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
Expand All @@ -27,9 +27,9 @@
"dependencies": {
"@aws-crypto/sha256-browser": "^1.1.0",
"@aws-crypto/sha256-js": "^1.1.0",
"@aws-sdk/client-sts": "3.30.0",
"@aws-sdk/client-sts": "3.31.0",
"@aws-sdk/config-resolver": "3.30.0",
"@aws-sdk/credential-provider-node": "3.30.0",
"@aws-sdk/credential-provider-node": "3.31.0",
"@aws-sdk/fetch-http-handler": "3.29.0",
"@aws-sdk/hash-node": "3.29.0",
"@aws-sdk/invalid-dependency": "3.29.0",
Expand All @@ -44,7 +44,7 @@
"@aws-sdk/node-config-provider": "3.29.0",
"@aws-sdk/node-http-handler": "3.29.0",
"@aws-sdk/protocol-http": "3.29.0",
"@aws-sdk/smithy-client": "3.30.0",
"@aws-sdk/smithy-client": "3.31.0",
"@aws-sdk/types": "3.29.0",
"@aws-sdk/url-parser": "3.29.0",
"@aws-sdk/util-base64-browser": "3.29.0",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-amplify/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.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)

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





# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)

**Note:** Version bump only for package @aws-sdk/client-amplify
Expand Down
8 changes: 4 additions & 4 deletions clients/client-amplify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-amplify",
"description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native",
"version": "3.30.0",
"version": "3.31.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
Expand All @@ -27,9 +27,9 @@
"dependencies": {
"@aws-crypto/sha256-browser": "^1.0.0",
"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.30.0",
"@aws-sdk/client-sts": "3.31.0",
"@aws-sdk/config-resolver": "3.30.0",
"@aws-sdk/credential-provider-node": "3.30.0",
"@aws-sdk/credential-provider-node": "3.31.0",
"@aws-sdk/fetch-http-handler": "3.29.0",
"@aws-sdk/hash-node": "3.29.0",
"@aws-sdk/invalid-dependency": "3.29.0",
Expand All @@ -44,7 +44,7 @@
"@aws-sdk/node-config-provider": "3.29.0",
"@aws-sdk/node-http-handler": "3.29.0",
"@aws-sdk/protocol-http": "3.29.0",
"@aws-sdk/smithy-client": "3.30.0",
"@aws-sdk/smithy-client": "3.31.0",
"@aws-sdk/types": "3.29.0",
"@aws-sdk/url-parser": "3.29.0",
"@aws-sdk/util-base64-browser": "3.29.0",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-amplifybackend/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.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)

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





# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)

**Note:** Version bump only for package @aws-sdk/client-amplifybackend
Expand Down
8 changes: 4 additions & 4 deletions clients/client-amplifybackend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-amplifybackend",
"description": "AWS SDK for JavaScript Amplifybackend Client for Node.js, Browser and React Native",
"version": "3.30.0",
"version": "3.31.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
Expand All @@ -27,9 +27,9 @@
"dependencies": {
"@aws-crypto/sha256-browser": "^1.0.0",
"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.30.0",
"@aws-sdk/client-sts": "3.31.0",
"@aws-sdk/config-resolver": "3.30.0",
"@aws-sdk/credential-provider-node": "3.30.0",
"@aws-sdk/credential-provider-node": "3.31.0",
"@aws-sdk/fetch-http-handler": "3.29.0",
"@aws-sdk/hash-node": "3.29.0",
"@aws-sdk/invalid-dependency": "3.29.0",
Expand All @@ -44,7 +44,7 @@
"@aws-sdk/node-config-provider": "3.29.0",
"@aws-sdk/node-http-handler": "3.29.0",
"@aws-sdk/protocol-http": "3.29.0",
"@aws-sdk/smithy-client": "3.30.0",
"@aws-sdk/smithy-client": "3.31.0",
"@aws-sdk/types": "3.29.0",
"@aws-sdk/url-parser": "3.29.0",
"@aws-sdk/util-base64-browser": "3.29.0",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-api-gateway/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.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)

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





# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)

**Note:** Version bump only for package @aws-sdk/client-api-gateway
Expand Down
8 changes: 4 additions & 4 deletions clients/client-api-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-api-gateway",
"description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
"version": "3.30.0",
"version": "3.31.0",
"scripts": {
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
"build-documentation": "yarn remove-documentation && typedoc ./",
Expand All @@ -27,9 +27,9 @@
"dependencies": {
"@aws-crypto/sha256-browser": "^1.0.0",
"@aws-crypto/sha256-js": "^1.0.0",
"@aws-sdk/client-sts": "3.30.0",
"@aws-sdk/client-sts": "3.31.0",
"@aws-sdk/config-resolver": "3.30.0",
"@aws-sdk/credential-provider-node": "3.30.0",
"@aws-sdk/credential-provider-node": "3.31.0",
"@aws-sdk/fetch-http-handler": "3.29.0",
"@aws-sdk/hash-node": "3.29.0",
"@aws-sdk/invalid-dependency": "3.29.0",
Expand All @@ -45,7 +45,7 @@
"@aws-sdk/node-config-provider": "3.29.0",
"@aws-sdk/node-http-handler": "3.29.0",
"@aws-sdk/protocol-http": "3.29.0",
"@aws-sdk/smithy-client": "3.30.0",
"@aws-sdk/smithy-client": "3.31.0",
"@aws-sdk/types": "3.29.0",
"@aws-sdk/url-parser": "3.29.0",
"@aws-sdk/util-base64-browser": "3.29.0",
Expand Down
Loading

0 comments on commit ec03fa0

Please sign in to comment.