Skip to content

Commit

Permalink
Publish v3.426.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 5, 2023
1 parent 6b15c41 commit 9712aa7
Show file tree
Hide file tree
Showing 14 changed files with 91 additions and 7 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05)


### Features

* **client-omics:** Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API ([9c5e142](https://github.com/aws/aws-sdk-js-v3/commit/9c5e142969bfe253e40f729035ebb52dbefe31c8))
* **client-route-53:** Add hostedzonetype filter to ListHostedZones API. ([0cedc3d](https://github.com/aws/aws-sdk-js-v3/commit/0cedc3d3771b534cf6dd514ed6335b82d98da9cd))
* **client-securityhub:** Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster ([e884a76](https://github.com/aws/aws-sdk-js-v3/commit/e884a76c6f4ac73aa25a478ea0052e0a452813fd))
* **client-storage-gateway:** Add SoftwareVersion to response of DescribeGatewayInformation. ([79d3bd7](https://github.com/aws/aws-sdk-js-v3/commit/79d3bd74f34313ac52323b6e31622365dd51df0a))
* **client-workspaces:** This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses. ([7670b0f](https://github.com/aws/aws-sdk-js-v3/commit/7670b0f8676159ab467eb53732aa4489572ae696))
* **clients:** update client endpoints as of 2023-10-05 ([6b15c41](https://github.com/aws/aws-sdk-js-v3/commit/6b15c41268d57df94529a79cc58ec677d6a8fb9d))


### Reverts

* Revert "Revert "feat(codegen): bump codegen version to 0.18.0 (#5310)" (#5320)" (#5322) ([d860565](https://github.com/aws/aws-sdk-js-v3/commit/d860565b1f041dcfce447076653c2dcfa7000a25)), closes [#5310](https://github.com/aws/aws-sdk-js-v3/issues/5310) [#5320](https://github.com/aws/aws-sdk-js-v3/issues/5320) [#5322](https://github.com/aws/aws-sdk-js-v3/issues/5322)





# [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-omics/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.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05)


### Features

* **client-omics:** Add Etag Support for Omics Storage in ListReadSets and GetReadSetMetadata API ([9c5e142](https://github.com/aws/aws-sdk-js-v3/commit/9c5e142969bfe253e40f729035ebb52dbefe31c8))





# [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04)

**Note:** Version bump only for package @aws-sdk/client-omics
Expand Down
2 changes: 1 addition & 1 deletion clients/client-omics/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-omics",
"description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
"version": "3.425.0",
"version": "3.426.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-rds/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.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05)

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





# [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04)

**Note:** Version bump only for package @aws-sdk/client-rds
Expand Down
2 changes: 1 addition & 1 deletion clients/client-rds/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-rds",
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
"version": "3.425.0",
"version": "3.426.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-route-53/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.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05)


### Features

* **client-route-53:** Add hostedzonetype filter to ListHostedZones API. ([0cedc3d](https://github.com/aws/aws-sdk-js-v3/commit/0cedc3d3771b534cf6dd514ed6335b82d98da9cd))





# [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04)

**Note:** Version bump only for package @aws-sdk/client-route-53
Expand Down
2 changes: 1 addition & 1 deletion clients/client-route-53/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-route-53",
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
"version": "3.425.0",
"version": "3.426.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-securityhub/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.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05)


### Features

* **client-securityhub:** Added new resource detail objects to ASFF, including resources for AwsEventsEventbus, AwsEventsEndpoint, AwsDmsEndpoint, AwsDmsReplicationTask, AwsDmsReplicationInstance, AwsRoute53HostedZone, and AwsMskCluster ([e884a76](https://github.com/aws/aws-sdk-js-v3/commit/e884a76c6f4ac73aa25a478ea0052e0a452813fd))





# [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04)

**Note:** Version bump only for package @aws-sdk/client-securityhub
Expand Down
2 changes: 1 addition & 1 deletion clients/client-securityhub/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-securityhub",
"description": "AWS SDK for JavaScript Securityhub Client for Node.js, Browser and React Native",
"version": "3.425.0",
"version": "3.426.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-storage-gateway/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.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05)


### Features

* **client-storage-gateway:** Add SoftwareVersion to response of DescribeGatewayInformation. ([79d3bd7](https://github.com/aws/aws-sdk-js-v3/commit/79d3bd74f34313ac52323b6e31622365dd51df0a))





# [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04)

**Note:** Version bump only for package @aws-sdk/client-storage-gateway
Expand Down
2 changes: 1 addition & 1 deletion clients/client-storage-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-storage-gateway",
"description": "AWS SDK for JavaScript Storage Gateway Client for Node.js, Browser and React Native",
"version": "3.425.0",
"version": "3.426.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-workspaces/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.426.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.425.0...v3.426.0) (2023-10-05)


### Features

* **client-workspaces:** This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses. ([7670b0f](https://github.com/aws/aws-sdk-js-v3/commit/7670b0f8676159ab467eb53732aa4489572ae696))





# [3.425.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.424.0...v3.425.0) (2023-10-04)

**Note:** Version bump only for package @aws-sdk/client-workspaces
Expand Down
2 changes: 1 addition & 1 deletion clients/client-workspaces/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-workspaces",
"description": "AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native",
"version": "3.425.0",
"version": "3.426.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.425.0",
"version": "3.426.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 9712aa7

Please sign in to comment.