Skip to content

Commit 28687ee

Browse files
author
awstools
committed
Publish v3.24.0
1 parent a34551e commit 28687ee

File tree

585 files changed

+3556
-1131
lines changed

Some content is hidden

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

585 files changed

+3556
-1131
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.24.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.23.0...v3.24.0) (2021-07-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **credential-provider-node:** add missing dependency ([#2623](https://github.com/aws/aws-sdk-js-v3/issues/2623)) ([9b9a3a6](https://github.com/aws/aws-sdk-js-v3/commit/9b9a3a6b9f1c6fd07469667ea111416fa55cf0c1))
12+
13+
14+
### Features
15+
16+
* **clients:** update clients as of 07/29/2021 ([#2631](https://github.com/aws/aws-sdk-js-v3/issues/2631)) ([a34551e](https://github.com/aws/aws-sdk-js-v3/commit/a34551e2590b01aeacc40d1afd9ee1076f000a77))
17+
18+
19+
20+
21+
622
# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23)
723

824

clients/client-accessanalyzer/CHANGELOG.md

+8
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.24.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.23.0...v3.24.0) (2021-07-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23)
715

816

clients/client-accessanalyzer/package.json

+4-4
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.23.0",
4+
"version": "3.24.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.23.0",
30+
"@aws-sdk/client-sts": "3.24.0",
3131
"@aws-sdk/config-resolver": "3.23.0",
32-
"@aws-sdk/credential-provider-node": "3.23.0",
32+
"@aws-sdk/credential-provider-node": "3.24.0",
3333
"@aws-sdk/fetch-http-handler": "3.23.0",
3434
"@aws-sdk/hash-node": "3.23.0",
3535
"@aws-sdk/invalid-dependency": "3.23.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.23.0",
4545
"@aws-sdk/node-http-handler": "3.23.0",
4646
"@aws-sdk/protocol-http": "3.23.0",
47-
"@aws-sdk/smithy-client": "3.23.0",
47+
"@aws-sdk/smithy-client": "3.24.0",
4848
"@aws-sdk/types": "3.22.0",
4949
"@aws-sdk/url-parser": "3.23.0",
5050
"@aws-sdk/util-base64-browser": "3.23.0",

clients/client-acm-pca/CHANGELOG.md

+8
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.24.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.23.0...v3.24.0) (2021-07-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23)
715

816

clients/client-acm-pca/package.json

+4-4
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.23.0",
4+
"version": "3.24.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.23.0",
30+
"@aws-sdk/client-sts": "3.24.0",
3131
"@aws-sdk/config-resolver": "3.23.0",
32-
"@aws-sdk/credential-provider-node": "3.23.0",
32+
"@aws-sdk/credential-provider-node": "3.24.0",
3333
"@aws-sdk/fetch-http-handler": "3.23.0",
3434
"@aws-sdk/hash-node": "3.23.0",
3535
"@aws-sdk/invalid-dependency": "3.23.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.23.0",
4545
"@aws-sdk/node-http-handler": "3.23.0",
4646
"@aws-sdk/protocol-http": "3.23.0",
47-
"@aws-sdk/smithy-client": "3.23.0",
47+
"@aws-sdk/smithy-client": "3.24.0",
4848
"@aws-sdk/types": "3.22.0",
4949
"@aws-sdk/url-parser": "3.23.0",
5050
"@aws-sdk/util-base64-browser": "3.23.0",

clients/client-acm/CHANGELOG.md

+8
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.24.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.23.0...v3.24.0) (2021-07-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23)
715

816

clients/client-acm/package.json

+4-4
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.23.0",
4+
"version": "3.24.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.23.0",
30+
"@aws-sdk/client-sts": "3.24.0",
3131
"@aws-sdk/config-resolver": "3.23.0",
32-
"@aws-sdk/credential-provider-node": "3.23.0",
32+
"@aws-sdk/credential-provider-node": "3.24.0",
3333
"@aws-sdk/fetch-http-handler": "3.23.0",
3434
"@aws-sdk/hash-node": "3.23.0",
3535
"@aws-sdk/invalid-dependency": "3.23.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.23.0",
4545
"@aws-sdk/node-http-handler": "3.23.0",
4646
"@aws-sdk/protocol-http": "3.23.0",
47-
"@aws-sdk/smithy-client": "3.23.0",
47+
"@aws-sdk/smithy-client": "3.24.0",
4848
"@aws-sdk/types": "3.22.0",
4949
"@aws-sdk/url-parser": "3.23.0",
5050
"@aws-sdk/util-base64-browser": "3.23.0",

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

+8
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.24.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.23.0...v3.24.0) (2021-07-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-alexa-for-business
9+
10+
11+
12+
13+
614
# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23)
715

816

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

+4-4
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.23.0",
4+
"version": "3.24.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.23.0",
30+
"@aws-sdk/client-sts": "3.24.0",
3131
"@aws-sdk/config-resolver": "3.23.0",
32-
"@aws-sdk/credential-provider-node": "3.23.0",
32+
"@aws-sdk/credential-provider-node": "3.24.0",
3333
"@aws-sdk/fetch-http-handler": "3.23.0",
3434
"@aws-sdk/hash-node": "3.23.0",
3535
"@aws-sdk/invalid-dependency": "3.23.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.23.0",
4545
"@aws-sdk/node-http-handler": "3.23.0",
4646
"@aws-sdk/protocol-http": "3.23.0",
47-
"@aws-sdk/smithy-client": "3.23.0",
47+
"@aws-sdk/smithy-client": "3.24.0",
4848
"@aws-sdk/types": "3.22.0",
4949
"@aws-sdk/url-parser": "3.23.0",
5050
"@aws-sdk/util-base64-browser": "3.23.0",

clients/client-amp/CHANGELOG.md

+8
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.24.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.23.0...v3.24.0) (2021-07-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-amp
9+
10+
11+
12+
13+
614
# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23)
715

816

clients/client-amp/package.json

+4-4
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.23.0",
4+
"version": "3.24.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.23.0",
30+
"@aws-sdk/client-sts": "3.24.0",
3131
"@aws-sdk/config-resolver": "3.23.0",
32-
"@aws-sdk/credential-provider-node": "3.23.0",
32+
"@aws-sdk/credential-provider-node": "3.24.0",
3333
"@aws-sdk/fetch-http-handler": "3.23.0",
3434
"@aws-sdk/hash-node": "3.23.0",
3535
"@aws-sdk/invalid-dependency": "3.23.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.23.0",
4545
"@aws-sdk/node-http-handler": "3.23.0",
4646
"@aws-sdk/protocol-http": "3.23.0",
47-
"@aws-sdk/smithy-client": "3.23.0",
47+
"@aws-sdk/smithy-client": "3.24.0",
4848
"@aws-sdk/types": "3.22.0",
4949
"@aws-sdk/url-parser": "3.23.0",
5050
"@aws-sdk/util-base64-browser": "3.23.0",

clients/client-amplify/CHANGELOG.md

+8
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.24.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.23.0...v3.24.0) (2021-07-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-amplify
9+
10+
11+
12+
13+
614
# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23)
715

816

clients/client-amplify/package.json

+4-4
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.23.0",
4+
"version": "3.24.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.23.0",
30+
"@aws-sdk/client-sts": "3.24.0",
3131
"@aws-sdk/config-resolver": "3.23.0",
32-
"@aws-sdk/credential-provider-node": "3.23.0",
32+
"@aws-sdk/credential-provider-node": "3.24.0",
3333
"@aws-sdk/fetch-http-handler": "3.23.0",
3434
"@aws-sdk/hash-node": "3.23.0",
3535
"@aws-sdk/invalid-dependency": "3.23.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.23.0",
4545
"@aws-sdk/node-http-handler": "3.23.0",
4646
"@aws-sdk/protocol-http": "3.23.0",
47-
"@aws-sdk/smithy-client": "3.23.0",
47+
"@aws-sdk/smithy-client": "3.24.0",
4848
"@aws-sdk/types": "3.22.0",
4949
"@aws-sdk/url-parser": "3.23.0",
5050
"@aws-sdk/util-base64-browser": "3.23.0",

clients/client-amplifybackend/CHANGELOG.md

+8
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.24.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.23.0...v3.24.0) (2021-07-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-amplifybackend
9+
10+
11+
12+
13+
614
# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23)
715

816

clients/client-amplifybackend/package.json

+4-4
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.23.0",
4+
"version": "3.24.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.23.0",
30+
"@aws-sdk/client-sts": "3.24.0",
3131
"@aws-sdk/config-resolver": "3.23.0",
32-
"@aws-sdk/credential-provider-node": "3.23.0",
32+
"@aws-sdk/credential-provider-node": "3.24.0",
3333
"@aws-sdk/fetch-http-handler": "3.23.0",
3434
"@aws-sdk/hash-node": "3.23.0",
3535
"@aws-sdk/invalid-dependency": "3.23.0",
@@ -44,7 +44,7 @@
4444
"@aws-sdk/node-config-provider": "3.23.0",
4545
"@aws-sdk/node-http-handler": "3.23.0",
4646
"@aws-sdk/protocol-http": "3.23.0",
47-
"@aws-sdk/smithy-client": "3.23.0",
47+
"@aws-sdk/smithy-client": "3.24.0",
4848
"@aws-sdk/types": "3.22.0",
4949
"@aws-sdk/url-parser": "3.23.0",
5050
"@aws-sdk/util-base64-browser": "3.23.0",

clients/client-api-gateway/CHANGELOG.md

+8
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.24.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.23.0...v3.24.0) (2021-07-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-api-gateway
9+
10+
11+
12+
13+
614
# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23)
715

816

clients/client-api-gateway/package.json

+4-4
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.23.0",
4+
"version": "3.24.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.23.0",
30+
"@aws-sdk/client-sts": "3.24.0",
3131
"@aws-sdk/config-resolver": "3.23.0",
32-
"@aws-sdk/credential-provider-node": "3.23.0",
32+
"@aws-sdk/credential-provider-node": "3.24.0",
3333
"@aws-sdk/fetch-http-handler": "3.23.0",
3434
"@aws-sdk/hash-node": "3.23.0",
3535
"@aws-sdk/invalid-dependency": "3.23.0",
@@ -45,7 +45,7 @@
4545
"@aws-sdk/node-config-provider": "3.23.0",
4646
"@aws-sdk/node-http-handler": "3.23.0",
4747
"@aws-sdk/protocol-http": "3.23.0",
48-
"@aws-sdk/smithy-client": "3.23.0",
48+
"@aws-sdk/smithy-client": "3.24.0",
4949
"@aws-sdk/types": "3.22.0",
5050
"@aws-sdk/url-parser": "3.23.0",
5151
"@aws-sdk/util-base64-browser": "3.23.0",

clients/client-apigatewaymanagementapi/CHANGELOG.md

+8
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.24.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.23.0...v3.24.0) (2021-07-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-apigatewaymanagementapi
9+
10+
11+
12+
13+
614
# [3.23.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.22.0...v3.23.0) (2021-07-23)
715

816

0 commit comments

Comments
 (0)