Skip to content

Commit 669d802

Browse files
author
awstools
committed
Publish v3.49.0
1 parent c207cf4 commit 669d802

File tree

816 files changed

+3778
-440
lines changed

Some content is hidden

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

816 files changed

+3778
-440
lines changed

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
9+
### Bug Fixes
10+
11+
* **eventstream-handler-node:** explicitly define type of err ([#3240](https://github.com/aws/aws-sdk-js-v3/issues/3240)) ([4098091](https://github.com/aws/aws-sdk-js-v3/commit/4098091d054f804013f89c536710f5fcfb10951d))
12+
13+
14+
### Features
15+
16+
* **clients:** bump smithy to 1.16.3 ([#3236](https://github.com/aws/aws-sdk-js-v3/issues/3236)) ([a227791](https://github.com/aws/aws-sdk-js-v3/commit/a227791076d07b15c4cf223673d32f73d206140a))
17+
* **clients:** update clients as of 01/28/2022 ([#3263](https://github.com/aws/aws-sdk-js-v3/issues/3263)) ([c207cf4](https://github.com/aws/aws-sdk-js-v3/commit/c207cf4a70ba9ef14dc5b94da7883b0889d64918))
18+
* **codegen:** update to Smithy-1.16.3 ([#3215](https://github.com/aws/aws-sdk-js-v3/issues/3215)) ([f8db067](https://github.com/aws/aws-sdk-js-v3/commit/f8db06770c727bb098db509ed94dfc17ce9b60b8))
19+
20+
21+
22+
23+
624
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
725

826

Diff for: 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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-accessanalyzer
9+
10+
11+
12+
13+
614
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
715

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

Diff for: clients/client-accessanalyzer/package.json

+1-1
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.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-account/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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-account
9+
10+
11+
12+
13+
614
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
715

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

Diff for: clients/client-account/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-account",
33
"description": "AWS SDK for JavaScript Account Client for Node.js, Browser and React Native",
4-
"version": "3.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: 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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm-pca
9+
10+
11+
12+
13+
614
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
715

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

Diff for: clients/client-acm-pca/package.json

+1-1
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.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: 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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-acm
9+
10+
11+
12+
13+
614
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
715

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

Diff for: clients/client-acm/package.json

+1-1
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.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: 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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-alexa-for-business
9+
10+
11+
12+
13+
614
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
715

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

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

+1-1
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.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: 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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-amp
9+
10+
11+
12+
13+
614
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
715

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

Diff for: clients/client-amp/package.json

+1-1
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.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-amplify/CHANGELOG.md

+11
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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
9+
### Features
10+
11+
* **clients:** update clients as of 01/28/2022 ([#3263](https://github.com/aws/aws-sdk-js-v3/issues/3263)) ([c207cf4](https://github.com/aws/aws-sdk-js-v3/commit/c207cf4a70ba9ef14dc5b94da7883b0889d64918))
12+
13+
14+
15+
16+
617
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
718

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

Diff for: clients/client-amplify/package.json

+1-1
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.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: 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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-amplifybackend
9+
10+
11+
12+
13+
614
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
715

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

Diff for: clients/client-amplifybackend/package.json

+1-1
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.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-amplifyuibuilder/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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-amplifyuibuilder
9+
10+
11+
12+
13+
614
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
715

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

Diff for: clients/client-amplifyuibuilder/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-amplifyuibuilder",
33
"description": "AWS SDK for JavaScript Amplifyuibuilder Client for Node.js, Browser and React Native",
4-
"version": "3.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: 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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-api-gateway
9+
10+
11+
12+
13+
614
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
715

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

Diff for: clients/client-api-gateway/package.json

+1-1
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.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: 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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-apigatewaymanagementapi
9+
10+
11+
12+
13+
614
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
715

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

Diff for: clients/client-apigatewaymanagementapi/package.json

+1-1
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.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-apigatewayv2/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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-apigatewayv2
9+
10+
11+
12+
13+
614
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
715

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

Diff for: clients/client-apigatewayv2/package.json

+1-1
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.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-app-mesh/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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-app-mesh
9+
10+
11+
12+
13+
614
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
715

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

Diff for: clients/client-app-mesh/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-app-mesh",
33
"description": "AWS SDK for JavaScript App Mesh Client for Node.js, Browser and React Native",
4-
"version": "3.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-appconfig/CHANGELOG.md

+11
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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
9+
### Features
10+
11+
* **clients:** update clients as of 01/28/2022 ([#3263](https://github.com/aws/aws-sdk-js-v3/issues/3263)) ([c207cf4](https://github.com/aws/aws-sdk-js-v3/commit/c207cf4a70ba9ef14dc5b94da7883b0889d64918))
12+
13+
14+
15+
16+
617
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
718

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

Diff for: clients/client-appconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-appconfig",
33
"description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native",
4-
"version": "3.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

Diff for: clients/client-appconfigdata/CHANGELOG.md

+11
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.49.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.48.0...v3.49.0) (2022-01-29)
7+
8+
9+
### Features
10+
11+
* **clients:** update clients as of 01/28/2022 ([#3263](https://github.com/aws/aws-sdk-js-v3/issues/3263)) ([c207cf4](https://github.com/aws/aws-sdk-js-v3/commit/c207cf4a70ba9ef14dc5b94da7883b0889d64918))
12+
13+
14+
15+
16+
617
# [3.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
718

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

Diff for: clients/client-appconfigdata/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-appconfigdata",
33
"description": "AWS SDK for JavaScript Appconfigdata Client for Node.js, Browser and React Native",
4-
"version": "3.48.0",
4+
"version": "3.49.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

0 commit comments

Comments
 (0)