Skip to content

Commit

Permalink
Publish v3.244.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 4, 2023
1 parent 5d59f31 commit dde0dc7
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.244.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.243.0...v3.244.0) (2023-01-04)


### Features

* **client-application-auto-scaling:** Customers can now use the existing DescribeScalingActivities API to also see the detailed and machine-readable reasons for Application Auto Scaling not scaling their resources and, if needed, take the necessary corrective actions. ([d6bcb03](https://github.com/aws/aws-sdk-js-v3/commit/d6bcb0309b047cedd21b185553e892bc637c349e))
* **client-ssm:** Adding support for QuickSetup Document Type in Systems Manager ([124b702](https://github.com/aws/aws-sdk-js-v3/commit/124b702f387d1c0539b9e9091a57169d387294e3))





# [3.243.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.242.0...v3.243.0) (2023-01-03)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-application-auto-scaling/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.244.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.243.0...v3.244.0) (2023-01-04)


### Features

* **client-application-auto-scaling:** Customers can now use the existing DescribeScalingActivities API to also see the detailed and machine-readable reasons for Application Auto Scaling not scaling their resources and, if needed, take the necessary corrective actions. ([d6bcb03](https://github.com/aws/aws-sdk-js-v3/commit/d6bcb0309b047cedd21b185553e892bc637c349e))





# [3.241.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.240.0...v3.241.0) (2022-12-29)

**Note:** Version bump only for package @aws-sdk/client-application-auto-scaling
Expand Down
2 changes: 1 addition & 1 deletion clients/client-application-auto-scaling/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-application-auto-scaling",
"description": "AWS SDK for JavaScript Application Auto Scaling Client for Node.js, Browser and React Native",
"version": "3.241.0",
"version": "3.244.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-cloudwatch-logs/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.244.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.243.0...v3.244.0) (2023-01-04)

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





# [3.241.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.240.0...v3.241.0) (2022-12-29)

**Note:** Version bump only for package @aws-sdk/client-cloudwatch-logs
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudwatch-logs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cloudwatch-logs",
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
"version": "3.241.0",
"version": "3.244.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.244.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.243.0...v3.244.0) (2023-01-04)


### Features

* **client-ssm:** Adding support for QuickSetup Document Type in Systems Manager ([124b702](https://github.com/aws/aws-sdk-js-v3/commit/124b702f387d1c0539b9e9091a57169d387294e3))





# [3.241.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.240.0...v3.241.0) (2022-12-29)

**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.241.0",
"version": "3.244.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.243.0",
"version": "3.244.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit dde0dc7

Please sign in to comment.