Skip to content

Commit f458757

Browse files
author
awstools
committed
Publish v3.571.0
1 parent 612bf4a commit f458757

File tree

10 files changed

+55
-5
lines changed

10 files changed

+55
-5
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.571.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.570.0...v3.571.0) (2024-05-07)
7+
8+
9+
### Features
10+
11+
* **client-budgets:** This release adds tag support for budgets and budget actions. ([da0c974](https://github.com/aws/aws-sdk-js-v3/commit/da0c974ddf62fda7819c20d2e9545183ba75e59d))
12+
* **client-resiliencehub:** AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources. ([612bf4a](https://github.com/aws/aws-sdk-js-v3/commit/612bf4ad1535a2e8887e77ba378bc312e6756823))
13+
14+
15+
16+
17+
618
# [3.570.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.569.0...v3.570.0) (2024-05-06)
719

820

clients/client-b2bi/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.571.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.570.0...v3.571.0) (2024-05-07)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-b2bi
9+
10+
11+
12+
13+
614
# [3.569.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.568.0...v3.569.0) (2024-05-03)
715

816

clients/client-b2bi/package.json

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

clients/client-budgets/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.571.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.570.0...v3.571.0) (2024-05-07)
7+
8+
9+
### Features
10+
11+
* **client-budgets:** This release adds tag support for budgets and budget actions. ([da0c974](https://github.com/aws/aws-sdk-js-v3/commit/da0c974ddf62fda7819c20d2e9545183ba75e59d))
12+
13+
14+
15+
16+
617
# [3.569.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.568.0...v3.569.0) (2024-05-03)
718

819

clients/client-budgets/package.json

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

clients/client-resiliencehub/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.571.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.570.0...v3.571.0) (2024-05-07)
7+
8+
9+
### Features
10+
11+
* **client-resiliencehub:** AWS Resilience Hub has expanded its drift detection capabilities by introducing a new type of drift detection - application resource drift. This new enhancement detects changes, such as the addition or deletion of resources within the application's input sources. ([612bf4a](https://github.com/aws/aws-sdk-js-v3/commit/612bf4ad1535a2e8887e77ba378bc312e6756823))
12+
13+
14+
15+
16+
617
# [3.569.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.568.0...v3.569.0) (2024-05-03)
718

819

clients/client-resiliencehub/package.json

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

clients/client-route53profiles/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.571.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.570.0...v3.571.0) (2024-05-07)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-route53profiles
9+
10+
11+
12+
13+
614
# [3.569.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.568.0...v3.569.0) (2024-05-03)
715

816

clients/client-route53profiles/package.json

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

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.570.0",
2+
"version": "3.571.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)