Skip to content

Commit 45ea346

Browse files
author
awstools
committed
Publish v3.526.0
1 parent a027f51 commit 45ea346

File tree

8 files changed

+50
-4
lines changed

8 files changed

+50
-4
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.526.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.1...v3.526.0) (2024-03-04)
7+
8+
9+
### Features
10+
11+
* **client-cloudformation:** Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs ([eafb296](https://github.com/aws/aws-sdk-js-v3/commit/eafb29606db024f9ea62f343c0d60bb366aa268d))
12+
* **client-fsx:** Added support for creating FSx for NetApp ONTAP file systems with up to 12 HA pairs, delivering up to 72 GB/s of read throughput and 12 GB/s of write throughput. ([a027f51](https://github.com/aws/aws-sdk-js-v3/commit/a027f51c7e81e348bd5ca75a2ad3d2a3c60d59af))
13+
* **client-organizations:** Documentation update for AWS Organizations ([21e4a07](https://github.com/aws/aws-sdk-js-v3/commit/21e4a07127254f1f14db27fc356bea8461ef03eb))
14+
15+
16+
17+
18+
619
## [3.525.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.0...v3.525.1) (2024-03-01)
720

821

clients/client-cloudformation/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.526.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.1...v3.526.0) (2024-03-04)
7+
8+
9+
### Features
10+
11+
* **client-cloudformation:** Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs ([eafb296](https://github.com/aws/aws-sdk-js-v3/commit/eafb29606db024f9ea62f343c0d60bb366aa268d))
12+
13+
14+
15+
16+
617
# [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29)
718

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

clients/client-cloudformation/package.json

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

clients/client-fsx/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.526.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.1...v3.526.0) (2024-03-04)
7+
8+
9+
### Features
10+
11+
* **client-fsx:** Added support for creating FSx for NetApp ONTAP file systems with up to 12 HA pairs, delivering up to 72 GB/s of read throughput and 12 GB/s of write throughput. ([a027f51](https://github.com/aws/aws-sdk-js-v3/commit/a027f51c7e81e348bd5ca75a2ad3d2a3c60d59af))
12+
13+
14+
15+
16+
617
# [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29)
718

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

clients/client-fsx/package.json

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

clients/client-organizations/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.526.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.525.1...v3.526.0) (2024-03-04)
7+
8+
9+
### Features
10+
11+
* **client-organizations:** Documentation update for AWS Organizations ([21e4a07](https://github.com/aws/aws-sdk-js-v3/commit/21e4a07127254f1f14db27fc356bea8461ef03eb))
12+
13+
14+
15+
16+
617
# [3.525.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.524.0...v3.525.0) (2024-02-29)
718

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

clients/client-organizations/package.json

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

lerna.json

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

0 commit comments

Comments
 (0)