Skip to content

Commit ec03fa0

Browse files
author
awstools
committed
Publish v3.31.0
1 parent 3f49ae7 commit ec03fa0

File tree

599 files changed

+3676
-1162
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

599 files changed

+3676
-1162
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **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))
12+
* **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))
13+
* **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))
14+
* **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))
15+
16+
17+
### Features
18+
19+
* **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))
20+
* **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))
21+
* **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))
22+
* **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))
23+
24+
25+
26+
27+
628
# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)
729

830

clients/client-accessanalyzer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)
715

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

clients/client-accessanalyzer/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-accessanalyzer",
33
"description": "AWS SDK for JavaScript Accessanalyzer Client for Node.js, Browser and React Native",
4-
"version": "3.30.0",
4+
"version": "3.31.0",
55
"scripts": {
66
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
77
"build-documentation": "yarn remove-documentation && typedoc ./",
@@ -27,9 +27,9 @@
2727
"dependencies": {
2828
"@aws-crypto/sha256-browser": "^1.0.0",
2929
"@aws-crypto/sha256-js": "^1.0.0",
30-
"@aws-sdk/client-sts": "3.30.0",
30+
"@aws-sdk/client-sts": "3.31.0",
3131
"@aws-sdk/config-resolver": "3.30.0",
32-
"@aws-sdk/credential-provider-node": "3.30.0",
32+
"@aws-sdk/credential-provider-node": "3.31.0",
3333
"@aws-sdk/fetch-http-handler": "3.29.0",
3434
"@aws-sdk/hash-node": "3.29.0",
3535
"@aws-sdk/invalid-dependency": "3.29.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.29.0",
4545
"@aws-sdk/node-http-handler": "3.29.0",
4646
"@aws-sdk/protocol-http": "3.29.0",
47-
"@aws-sdk/smithy-client": "3.30.0",
47+
"@aws-sdk/smithy-client": "3.31.0",
4848
"@aws-sdk/types": "3.29.0",
4949
"@aws-sdk/url-parser": "3.29.0",
5050
"@aws-sdk/util-base64-browser": "3.29.0",

clients/client-acm-pca/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)
715

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

clients/client-acm-pca/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-acm-pca",
33
"description": "AWS SDK for JavaScript Acm Pca Client for Node.js, Browser and React Native",
4-
"version": "3.30.0",
4+
"version": "3.31.0",
55
"scripts": {
66
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
77
"build-documentation": "yarn remove-documentation && typedoc ./",
@@ -27,9 +27,9 @@
2727
"dependencies": {
2828
"@aws-crypto/sha256-browser": "^1.0.0",
2929
"@aws-crypto/sha256-js": "^1.0.0",
30-
"@aws-sdk/client-sts": "3.30.0",
30+
"@aws-sdk/client-sts": "3.31.0",
3131
"@aws-sdk/config-resolver": "3.30.0",
32-
"@aws-sdk/credential-provider-node": "3.30.0",
32+
"@aws-sdk/credential-provider-node": "3.31.0",
3333
"@aws-sdk/fetch-http-handler": "3.29.0",
3434
"@aws-sdk/hash-node": "3.29.0",
3535
"@aws-sdk/invalid-dependency": "3.29.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.29.0",
4545
"@aws-sdk/node-http-handler": "3.29.0",
4646
"@aws-sdk/protocol-http": "3.29.0",
47-
"@aws-sdk/smithy-client": "3.30.0",
47+
"@aws-sdk/smithy-client": "3.31.0",
4848
"@aws-sdk/types": "3.29.0",
4949
"@aws-sdk/url-parser": "3.29.0",
5050
"@aws-sdk/util-base64-browser": "3.29.0",

clients/client-acm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)
715

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

clients/client-acm/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-acm",
33
"description": "AWS SDK for JavaScript Acm Client for Node.js, Browser and React Native",
4-
"version": "3.30.0",
4+
"version": "3.31.0",
55
"scripts": {
66
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
77
"build-documentation": "yarn remove-documentation && typedoc ./",
@@ -27,9 +27,9 @@
2727
"dependencies": {
2828
"@aws-crypto/sha256-browser": "^1.0.0",
2929
"@aws-crypto/sha256-js": "^1.0.0",
30-
"@aws-sdk/client-sts": "3.30.0",
30+
"@aws-sdk/client-sts": "3.31.0",
3131
"@aws-sdk/config-resolver": "3.30.0",
32-
"@aws-sdk/credential-provider-node": "3.30.0",
32+
"@aws-sdk/credential-provider-node": "3.31.0",
3333
"@aws-sdk/fetch-http-handler": "3.29.0",
3434
"@aws-sdk/hash-node": "3.29.0",
3535
"@aws-sdk/invalid-dependency": "3.29.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.29.0",
4545
"@aws-sdk/node-http-handler": "3.29.0",
4646
"@aws-sdk/protocol-http": "3.29.0",
47-
"@aws-sdk/smithy-client": "3.30.0",
47+
"@aws-sdk/smithy-client": "3.31.0",
4848
"@aws-sdk/types": "3.29.0",
4949
"@aws-sdk/url-parser": "3.29.0",
5050
"@aws-sdk/util-base64-browser": "3.29.0",

clients/client-alexa-for-business/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-alexa-for-business
9+
10+
11+
12+
13+
614
# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)
715

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

clients/client-alexa-for-business/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-alexa-for-business",
33
"description": "AWS SDK for JavaScript Alexa For Business Client for Node.js, Browser and React Native",
4-
"version": "3.30.0",
4+
"version": "3.31.0",
55
"scripts": {
66
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
77
"build-documentation": "yarn remove-documentation && typedoc ./",
@@ -27,9 +27,9 @@
2727
"dependencies": {
2828
"@aws-crypto/sha256-browser": "^1.0.0",
2929
"@aws-crypto/sha256-js": "^1.0.0",
30-
"@aws-sdk/client-sts": "3.30.0",
30+
"@aws-sdk/client-sts": "3.31.0",
3131
"@aws-sdk/config-resolver": "3.30.0",
32-
"@aws-sdk/credential-provider-node": "3.30.0",
32+
"@aws-sdk/credential-provider-node": "3.31.0",
3333
"@aws-sdk/fetch-http-handler": "3.29.0",
3434
"@aws-sdk/hash-node": "3.29.0",
3535
"@aws-sdk/invalid-dependency": "3.29.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.29.0",
4545
"@aws-sdk/node-http-handler": "3.29.0",
4646
"@aws-sdk/protocol-http": "3.29.0",
47-
"@aws-sdk/smithy-client": "3.30.0",
47+
"@aws-sdk/smithy-client": "3.31.0",
4848
"@aws-sdk/types": "3.29.0",
4949
"@aws-sdk/url-parser": "3.29.0",
5050
"@aws-sdk/util-base64-browser": "3.29.0",

clients/client-amp/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)
718

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

clients/client-amp/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-amp",
33
"description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
4-
"version": "3.30.0",
4+
"version": "3.31.0",
55
"scripts": {
66
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
77
"build-documentation": "yarn remove-documentation && typedoc ./",
@@ -27,9 +27,9 @@
2727
"dependencies": {
2828
"@aws-crypto/sha256-browser": "^1.1.0",
2929
"@aws-crypto/sha256-js": "^1.1.0",
30-
"@aws-sdk/client-sts": "3.30.0",
30+
"@aws-sdk/client-sts": "3.31.0",
3131
"@aws-sdk/config-resolver": "3.30.0",
32-
"@aws-sdk/credential-provider-node": "3.30.0",
32+
"@aws-sdk/credential-provider-node": "3.31.0",
3333
"@aws-sdk/fetch-http-handler": "3.29.0",
3434
"@aws-sdk/hash-node": "3.29.0",
3535
"@aws-sdk/invalid-dependency": "3.29.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.29.0",
4545
"@aws-sdk/node-http-handler": "3.29.0",
4646
"@aws-sdk/protocol-http": "3.29.0",
47-
"@aws-sdk/smithy-client": "3.30.0",
47+
"@aws-sdk/smithy-client": "3.31.0",
4848
"@aws-sdk/types": "3.29.0",
4949
"@aws-sdk/url-parser": "3.29.0",
5050
"@aws-sdk/util-base64-browser": "3.29.0",

clients/client-amplify/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-amplify
9+
10+
11+
12+
13+
614
# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)
715

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

clients/client-amplify/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-amplify",
33
"description": "AWS SDK for JavaScript Amplify Client for Node.js, Browser and React Native",
4-
"version": "3.30.0",
4+
"version": "3.31.0",
55
"scripts": {
66
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
77
"build-documentation": "yarn remove-documentation && typedoc ./",
@@ -27,9 +27,9 @@
2727
"dependencies": {
2828
"@aws-crypto/sha256-browser": "^1.0.0",
2929
"@aws-crypto/sha256-js": "^1.0.0",
30-
"@aws-sdk/client-sts": "3.30.0",
30+
"@aws-sdk/client-sts": "3.31.0",
3131
"@aws-sdk/config-resolver": "3.30.0",
32-
"@aws-sdk/credential-provider-node": "3.30.0",
32+
"@aws-sdk/credential-provider-node": "3.31.0",
3333
"@aws-sdk/fetch-http-handler": "3.29.0",
3434
"@aws-sdk/hash-node": "3.29.0",
3535
"@aws-sdk/invalid-dependency": "3.29.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.29.0",
4545
"@aws-sdk/node-http-handler": "3.29.0",
4646
"@aws-sdk/protocol-http": "3.29.0",
47-
"@aws-sdk/smithy-client": "3.30.0",
47+
"@aws-sdk/smithy-client": "3.31.0",
4848
"@aws-sdk/types": "3.29.0",
4949
"@aws-sdk/url-parser": "3.29.0",
5050
"@aws-sdk/util-base64-browser": "3.29.0",

clients/client-amplifybackend/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-amplifybackend
9+
10+
11+
12+
13+
614
# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)
715

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

clients/client-amplifybackend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-amplifybackend",
33
"description": "AWS SDK for JavaScript Amplifybackend Client for Node.js, Browser and React Native",
4-
"version": "3.30.0",
4+
"version": "3.31.0",
55
"scripts": {
66
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
77
"build-documentation": "yarn remove-documentation && typedoc ./",
@@ -27,9 +27,9 @@
2727
"dependencies": {
2828
"@aws-crypto/sha256-browser": "^1.0.0",
2929
"@aws-crypto/sha256-js": "^1.0.0",
30-
"@aws-sdk/client-sts": "3.30.0",
30+
"@aws-sdk/client-sts": "3.31.0",
3131
"@aws-sdk/config-resolver": "3.30.0",
32-
"@aws-sdk/credential-provider-node": "3.30.0",
32+
"@aws-sdk/credential-provider-node": "3.31.0",
3333
"@aws-sdk/fetch-http-handler": "3.29.0",
3434
"@aws-sdk/hash-node": "3.29.0",
3535
"@aws-sdk/invalid-dependency": "3.29.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.29.0",
4545
"@aws-sdk/node-http-handler": "3.29.0",
4646
"@aws-sdk/protocol-http": "3.29.0",
47-
"@aws-sdk/smithy-client": "3.30.0",
47+
"@aws-sdk/smithy-client": "3.31.0",
4848
"@aws-sdk/types": "3.29.0",
4949
"@aws-sdk/url-parser": "3.29.0",
5050
"@aws-sdk/util-base64-browser": "3.29.0",

clients/client-api-gateway/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.31.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.30.0...v3.31.0) (2021-09-11)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-api-gateway
9+
10+
11+
12+
13+
614
# [3.30.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.29.0...v3.30.0) (2021-09-07)
715

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

clients/client-api-gateway/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-api-gateway",
33
"description": "AWS SDK for JavaScript Api Gateway Client for Node.js, Browser and React Native",
4-
"version": "3.30.0",
4+
"version": "3.31.0",
55
"scripts": {
66
"clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
77
"build-documentation": "yarn remove-documentation && typedoc ./",
@@ -27,9 +27,9 @@
2727
"dependencies": {
2828
"@aws-crypto/sha256-browser": "^1.0.0",
2929
"@aws-crypto/sha256-js": "^1.0.0",
30-
"@aws-sdk/client-sts": "3.30.0",
30+
"@aws-sdk/client-sts": "3.31.0",
3131
"@aws-sdk/config-resolver": "3.30.0",
32-
"@aws-sdk/credential-provider-node": "3.30.0",
32+
"@aws-sdk/credential-provider-node": "3.31.0",
3333
"@aws-sdk/fetch-http-handler": "3.29.0",
3434
"@aws-sdk/hash-node": "3.29.0",
3535
"@aws-sdk/invalid-dependency": "3.29.0",
@@ -45,7 +45,7 @@
4545
"@aws-sdk/node-config-provider": "3.29.0",
4646
"@aws-sdk/node-http-handler": "3.29.0",
4747
"@aws-sdk/protocol-http": "3.29.0",
48-
"@aws-sdk/smithy-client": "3.30.0",
48+
"@aws-sdk/smithy-client": "3.31.0",
4949
"@aws-sdk/types": "3.29.0",
5050
"@aws-sdk/url-parser": "3.29.0",
5151
"@aws-sdk/util-base64-browser": "3.29.0",

0 commit comments

Comments
 (0)