Skip to content

Commit cbdcd9c

Browse files
author
awstools
committed
Publish v3.26.0
1 parent de45580 commit cbdcd9c

File tree

585 files changed

+3450
-853
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

+3450
-853
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.26.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.25.0...v3.26.0) (2021-08-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **ci:** link in development ssdk common lib ([#2655](https://github.com/aws/aws-sdk-js-v3/issues/2655)) ([4be9ec6](https://github.com/aws/aws-sdk-js-v3/commit/4be9ec6e68d52d62563effab1330eaa7dd978eff))
12+
* **clients:** only trim xml tag values which contain newline ([#2653](https://github.com/aws/aws-sdk-js-v3/issues/2653)) ([28336f5](https://github.com/aws/aws-sdk-js-v3/commit/28336f50cd7181f5805ec036113365d10e9a7a03))
13+
14+
15+
### Features
16+
17+
* **clients:** update clients as of 08/13/2021 ([#2674](https://github.com/aws/aws-sdk-js-v3/issues/2674)) ([de45580](https://github.com/aws/aws-sdk-js-v3/commit/de45580769f70d5db409204f5196da5221c23d99))
18+
* **credential-provider-imds:** support IMDS for IPv6 endpoints ([#2660](https://github.com/aws/aws-sdk-js-v3/issues/2660)) ([c458481](https://github.com/aws/aws-sdk-js-v3/commit/c458481ce07b14017a671603b79111a9958d7f0c))
19+
* **lib-storage:** use PUT from small uploads ([#2605](https://github.com/aws/aws-sdk-js-v3/issues/2605)) ([7374720](https://github.com/aws/aws-sdk-js-v3/commit/737472069cc9255ba1d0a7230f5f86b089b2e891))
20+
21+
22+
23+
24+
625
# [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05)
726

827

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

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

clients/client-accessanalyzer/package.json

Lines changed: 3 additions & 3 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.25.0",
4+
"version": "3.26.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.25.0",
30+
"@aws-sdk/client-sts": "3.26.0",
3131
"@aws-sdk/config-resolver": "3.25.0",
32-
"@aws-sdk/credential-provider-node": "3.25.0",
32+
"@aws-sdk/credential-provider-node": "3.26.0",
3333
"@aws-sdk/fetch-http-handler": "3.25.0",
3434
"@aws-sdk/hash-node": "3.25.0",
3535
"@aws-sdk/invalid-dependency": "3.25.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.26.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.25.0...v3.26.0) (2021-08-13)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05)
715

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

clients/client-acm-pca/package.json

Lines changed: 3 additions & 3 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.25.0",
4+
"version": "3.26.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.25.0",
30+
"@aws-sdk/client-sts": "3.26.0",
3131
"@aws-sdk/config-resolver": "3.25.0",
32-
"@aws-sdk/credential-provider-node": "3.25.0",
32+
"@aws-sdk/credential-provider-node": "3.26.0",
3333
"@aws-sdk/fetch-http-handler": "3.25.0",
3434
"@aws-sdk/hash-node": "3.25.0",
3535
"@aws-sdk/invalid-dependency": "3.25.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.26.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.25.0...v3.26.0) (2021-08-13)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05)
715

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

clients/client-acm/package.json

Lines changed: 3 additions & 3 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.25.0",
4+
"version": "3.26.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.25.0",
30+
"@aws-sdk/client-sts": "3.26.0",
3131
"@aws-sdk/config-resolver": "3.25.0",
32-
"@aws-sdk/credential-provider-node": "3.25.0",
32+
"@aws-sdk/credential-provider-node": "3.26.0",
3333
"@aws-sdk/fetch-http-handler": "3.25.0",
3434
"@aws-sdk/hash-node": "3.25.0",
3535
"@aws-sdk/invalid-dependency": "3.25.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.26.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.25.0...v3.26.0) (2021-08-13)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-alexa-for-business
9+
10+
11+
12+
13+
614
# [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05)
715

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

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

Lines changed: 3 additions & 3 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.25.0",
4+
"version": "3.26.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.25.0",
30+
"@aws-sdk/client-sts": "3.26.0",
3131
"@aws-sdk/config-resolver": "3.25.0",
32-
"@aws-sdk/credential-provider-node": "3.25.0",
32+
"@aws-sdk/credential-provider-node": "3.26.0",
3333
"@aws-sdk/fetch-http-handler": "3.25.0",
3434
"@aws-sdk/hash-node": "3.25.0",
3535
"@aws-sdk/invalid-dependency": "3.25.0",

clients/client-amp/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.26.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.25.0...v3.26.0) (2021-08-13)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-amp
9+
10+
11+
12+
13+
614
# [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05)
715

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

clients/client-amp/package.json

Lines changed: 3 additions & 3 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.25.0",
4+
"version": "3.26.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.25.0",
30+
"@aws-sdk/client-sts": "3.26.0",
3131
"@aws-sdk/config-resolver": "3.25.0",
32-
"@aws-sdk/credential-provider-node": "3.25.0",
32+
"@aws-sdk/credential-provider-node": "3.26.0",
3333
"@aws-sdk/fetch-http-handler": "3.25.0",
3434
"@aws-sdk/hash-node": "3.25.0",
3535
"@aws-sdk/invalid-dependency": "3.25.0",

clients/client-amplify/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.26.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.25.0...v3.26.0) (2021-08-13)
7+
8+
9+
### Features
10+
11+
* **clients:** update clients as of 08/13/2021 ([#2674](https://github.com/aws/aws-sdk-js-v3/issues/2674)) ([de45580](https://github.com/aws/aws-sdk-js-v3/commit/de45580769f70d5db409204f5196da5221c23d99))
12+
13+
14+
15+
16+
617
# [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05)
718

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

clients/client-amplify/package.json

Lines changed: 3 additions & 3 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.25.0",
4+
"version": "3.26.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.25.0",
30+
"@aws-sdk/client-sts": "3.26.0",
3131
"@aws-sdk/config-resolver": "3.25.0",
32-
"@aws-sdk/credential-provider-node": "3.25.0",
32+
"@aws-sdk/credential-provider-node": "3.26.0",
3333
"@aws-sdk/fetch-http-handler": "3.25.0",
3434
"@aws-sdk/hash-node": "3.25.0",
3535
"@aws-sdk/invalid-dependency": "3.25.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.26.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.25.0...v3.26.0) (2021-08-13)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-amplifybackend
9+
10+
11+
12+
13+
614
# [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05)
715

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

clients/client-amplifybackend/package.json

Lines changed: 3 additions & 3 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.25.0",
4+
"version": "3.26.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.25.0",
30+
"@aws-sdk/client-sts": "3.26.0",
3131
"@aws-sdk/config-resolver": "3.25.0",
32-
"@aws-sdk/credential-provider-node": "3.25.0",
32+
"@aws-sdk/credential-provider-node": "3.26.0",
3333
"@aws-sdk/fetch-http-handler": "3.25.0",
3434
"@aws-sdk/hash-node": "3.25.0",
3535
"@aws-sdk/invalid-dependency": "3.25.0",

clients/client-api-gateway/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.26.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.25.0...v3.26.0) (2021-08-13)
7+
8+
9+
### Features
10+
11+
* **clients:** update clients as of 08/13/2021 ([#2674](https://github.com/aws/aws-sdk-js-v3/issues/2674)) ([de45580](https://github.com/aws/aws-sdk-js-v3/commit/de45580769f70d5db409204f5196da5221c23d99))
12+
13+
14+
15+
16+
617
# [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05)
718

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

clients/client-api-gateway/package.json

Lines changed: 3 additions & 3 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.25.0",
4+
"version": "3.26.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.25.0",
30+
"@aws-sdk/client-sts": "3.26.0",
3131
"@aws-sdk/config-resolver": "3.25.0",
32-
"@aws-sdk/credential-provider-node": "3.25.0",
32+
"@aws-sdk/credential-provider-node": "3.26.0",
3333
"@aws-sdk/fetch-http-handler": "3.25.0",
3434
"@aws-sdk/hash-node": "3.25.0",
3535
"@aws-sdk/invalid-dependency": "3.25.0",

clients/client-apigatewaymanagementapi/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.26.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.25.0...v3.26.0) (2021-08-13)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-apigatewaymanagementapi
9+
10+
11+
12+
13+
614
# [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05)
715

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

clients/client-apigatewaymanagementapi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-apigatewaymanagementapi",
33
"description": "AWS SDK for JavaScript Apigatewaymanagementapi Client for Node.js, Browser and React Native",
4-
"version": "3.25.0",
4+
"version": "3.26.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.25.0",
30+
"@aws-sdk/client-sts": "3.26.0",
3131
"@aws-sdk/config-resolver": "3.25.0",
32-
"@aws-sdk/credential-provider-node": "3.25.0",
32+
"@aws-sdk/credential-provider-node": "3.26.0",
3333
"@aws-sdk/fetch-http-handler": "3.25.0",
3434
"@aws-sdk/hash-node": "3.25.0",
3535
"@aws-sdk/invalid-dependency": "3.25.0",

clients/client-apigatewayv2/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.26.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.25.0...v3.26.0) (2021-08-13)
7+
8+
9+
### Features
10+
11+
* **clients:** update clients as of 08/13/2021 ([#2674](https://github.com/aws/aws-sdk-js-v3/issues/2674)) ([de45580](https://github.com/aws/aws-sdk-js-v3/commit/de45580769f70d5db409204f5196da5221c23d99))
12+
13+
14+
15+
16+
617
# [3.25.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.24.0...v3.25.0) (2021-08-05)
718

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

clients/client-apigatewayv2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-apigatewayv2",
33
"description": "AWS SDK for JavaScript Apigatewayv2 Client for Node.js, Browser and React Native",
4-
"version": "3.25.0",
4+
"version": "3.26.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.25.0",
30+
"@aws-sdk/client-sts": "3.26.0",
3131
"@aws-sdk/config-resolver": "3.25.0",
32-
"@aws-sdk/credential-provider-node": "3.25.0",
32+
"@aws-sdk/credential-provider-node": "3.26.0",
3333
"@aws-sdk/fetch-http-handler": "3.25.0",
3434
"@aws-sdk/hash-node": "3.25.0",
3535
"@aws-sdk/invalid-dependency": "3.25.0",

0 commit comments

Comments
 (0)