Skip to content

Commit 16c0aa9

Browse files
author
awstools
committed
Publish v3.594.0
1 parent 29dc8aa commit 16c0aa9

File tree

8 files changed

+48
-4
lines changed

8 files changed

+48
-4
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.594.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.593.0...v3.594.0) (2024-06-10)
7+
8+
9+
### Features
10+
11+
* **client-application-signals:** This is the initial SDK release for Amazon CloudWatch Application Signals. Amazon CloudWatch Application Signals provides curated application performance monitoring for developers to monitor and troubleshoot application health using pre-built dashboards and Service Level Objectives. ([7276ded](https://github.com/aws/aws-sdk-js-v3/commit/7276deda97ee6bcb65c0fc02c538fa1a3ddff4a1))
12+
* **client-ecs:** This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption. ([c86da60](https://github.com/aws/aws-sdk-js-v3/commit/c86da60c1e44cc42c21df1c3fc02920479619f6e))
13+
* **client-imagebuilder:** This release updates the regex pattern for Image Builder ARNs. ([8c25ebe](https://github.com/aws/aws-sdk-js-v3/commit/8c25ebe57898bf6f17f4026c176f9ac857eead40))
14+
* **clients:** update client endpoints as of 2024-06-10 ([29dc8aa](https://github.com/aws/aws-sdk-js-v3/commit/29dc8aa4569b6aa4ef1387be7159db55cee2ae9f))
15+
16+
17+
18+
19+
620
# [3.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)
721

822

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.594.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.593.0...v3.594.0) (2024-06-10)
7+
8+
9+
### Features
10+
11+
* **client-application-signals:** This is the initial SDK release for Amazon CloudWatch Application Signals. Amazon CloudWatch Application Signals provides curated application performance monitoring for developers to monitor and troubleshoot application health using pre-built dashboards and Service Level Objectives. ([7276ded](https://github.com/aws/aws-sdk-js-v3/commit/7276deda97ee6bcb65c0fc02c538fa1a3ddff4a1))

clients/client-application-signals/package.json

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

clients/client-ecs/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.594.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.593.0...v3.594.0) (2024-06-10)
7+
8+
9+
### Features
10+
11+
* **client-ecs:** This release introduces a new cluster configuration to support the customer-managed keys for ECS managed storage encryption. ([c86da60](https://github.com/aws/aws-sdk-js-v3/commit/c86da60c1e44cc42c21df1c3fc02920479619f6e))
12+
13+
14+
15+
16+
617
# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)
718

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

clients/client-ecs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-ecs",
33
"description": "AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native",
4-
"version": "3.592.0",
4+
"version": "3.594.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ecs",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.593.0",
2+
"version": "3.594.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.594.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.593.0...v3.594.0) (2024-06-10)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-restjson-apigateway

private/aws-protocoltests-restjson-apigateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/aws-protocoltests-restjson-apigateway",
33
"description": "@aws-sdk/aws-protocoltests-restjson-apigateway client",
4-
"version": "1.0.0-alpha.1",
4+
"version": "3.594.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)