Skip to content

Commit

Permalink
Publish v3.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 4, 2022
1 parent 699f5ad commit ba3d932
Show file tree
Hide file tree
Showing 15 changed files with 86 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.84.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.83.0...v3.84.0) (2022-05-04)


### Features

* **client-backup:** Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup ([164cdf7](https://github.com/aws/aws-sdk-js-v3/commit/164cdf71890150f74c87ee570787332fc07252ed))
* **client-iotsecuretunneling:** This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens ([d77322a](https://github.com/aws/aws-sdk-js-v3/commit/d77322a3d86a528f7af55c7d048f50d8a78766d2))
* **client-ssm:** This release adds the TargetMaps parameter in SSM State Manager API. ([f0b9bd4](https://github.com/aws/aws-sdk-js-v3/commit/f0b9bd497bcf5dff7f2bbd75c3bdcbee2ba1f9e0))
* **clients:** update client endpoints as of 2022-05-04 ([699f5ad](https://github.com/aws/aws-sdk-js-v3/commit/699f5ad82febbc5312752f08002e1b9540b91fe0))





# [3.83.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.82.0...v3.83.0) (2022-05-03)


Expand Down
4 changes: 2 additions & 2 deletions benchmark/size/report.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
| Package | Version | Publish Size | browser:Webpack | browser:Rollup | browser:EsBuild |
| :------ | :------ | :----------- | :------ | :----- | :------- |
|@aws-sdk/abort-controller|3.55.0|43.5 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-app-mesh|3.81.0|1.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-app-mesh|3.82.0|1.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-application-insights|3.81.0|773.2 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-athena|3.81.0|970.2 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-auto-scaling|3.81.0|1.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
Expand Down Expand Up @@ -32,7 +32,7 @@
|@aws-sdk/client-s3|3.82.0|3.5 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-ses|3.81.0|1.9 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-sns|3.81.0|1.2 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-ssm|3.81.0|4.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-ssm|3.82.0|4.4 MB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-sts|3.81.0|500.9 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/client-xray|3.81.0|918.2 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
|@aws-sdk/credential-provider-cognito-identity|3.81.0|121.5 KB|✅(5.62.1)|✅(2.59.0)|✅(0.13.12)|
Expand Down
11 changes: 11 additions & 0 deletions clients/client-app-mesh/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.84.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.83.0...v3.84.0) (2022-05-04)


### Features

* **clients:** update client endpoints as of 2022-05-04 ([699f5ad](https://github.com/aws/aws-sdk-js-v3/commit/699f5ad82febbc5312752f08002e1b9540b91fe0))





# [3.82.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.81.0...v3.82.0) (2022-05-02)

**Note:** Version bump only for package @aws-sdk/client-app-mesh
Expand Down
2 changes: 1 addition & 1 deletion clients/client-app-mesh/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-app-mesh",
"description": "AWS SDK for JavaScript App Mesh Client for Node.js, Browser and React Native",
"version": "3.82.0",
"version": "3.84.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-backup/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.84.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.83.0...v3.84.0) (2022-05-04)


### Features

* **client-backup:** Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup ([164cdf7](https://github.com/aws/aws-sdk-js-v3/commit/164cdf71890150f74c87ee570787332fc07252ed))





# [3.82.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.81.0...v3.82.0) (2022-05-02)

**Note:** Version bump only for package @aws-sdk/client-backup
Expand Down
2 changes: 1 addition & 1 deletion clients/client-backup/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-backup",
"description": "AWS SDK for JavaScript Backup Client for Node.js, Browser and React Native",
"version": "3.82.0",
"version": "3.84.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-iotsecuretunneling/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.84.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.83.0...v3.84.0) (2022-05-04)


### Features

* **client-iotsecuretunneling:** This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens ([d77322a](https://github.com/aws/aws-sdk-js-v3/commit/d77322a3d86a528f7af55c7d048f50d8a78766d2))





# [3.82.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.81.0...v3.82.0) (2022-05-02)

**Note:** Version bump only for package @aws-sdk/client-iotsecuretunneling
Expand Down
2 changes: 1 addition & 1 deletion clients/client-iotsecuretunneling/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-iotsecuretunneling",
"description": "AWS SDK for JavaScript Iotsecuretunneling Client for Node.js, Browser and React Native",
"version": "3.82.0",
"version": "3.84.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-lightsail/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.84.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.83.0...v3.84.0) (2022-05-04)

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





# [3.82.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.81.0...v3.82.0) (2022-05-02)

**Note:** Version bump only for package @aws-sdk/client-lightsail
Expand Down
2 changes: 1 addition & 1 deletion clients/client-lightsail/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-lightsail",
"description": "AWS SDK for JavaScript Lightsail Client for Node.js, Browser and React Native",
"version": "3.82.0",
"version": "3.84.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-ssm/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.84.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.83.0...v3.84.0) (2022-05-04)


### Features

* **client-ssm:** This release adds the TargetMaps parameter in SSM State Manager API. ([f0b9bd4](https://github.com/aws/aws-sdk-js-v3/commit/f0b9bd497bcf5dff7f2bbd75c3bdcbee2ba1f9e0))





# [3.82.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.81.0...v3.82.0) (2022-05-02)

**Note:** Version bump only for package @aws-sdk/client-ssm
Expand Down
2 changes: 1 addition & 1 deletion clients/client-ssm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-ssm",
"description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
"version": "3.82.0",
"version": "3.84.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-synthetics/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.84.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.83.0...v3.84.0) (2022-05-04)


### Features

* **clients:** update client endpoints as of 2022-05-04 ([699f5ad](https://github.com/aws/aws-sdk-js-v3/commit/699f5ad82febbc5312752f08002e1b9540b91fe0))





# [3.82.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.81.0...v3.82.0) (2022-05-02)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-synthetics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-synthetics",
"description": "AWS SDK for JavaScript Synthetics Client for Node.js, Browser and React Native",
"version": "3.82.0",
"version": "3.84.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.83.0",
"version": "3.84.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit ba3d932

Please sign in to comment.