Skip to content

Commit

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

# [3.555.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.554.0...v3.555.0) (2024-04-12)


### Features

* **client-cloudformation:** Adding support for the new parameter "IncludePropertyValues" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change. ([aed244d](https://github.com/aws/aws-sdk-js-v3/commit/aed244d386c0eb10d4e0fe8174533e5d9d40e84b))
* **client-glue:** Modifying request for GetUnfilteredTableMetadata for view-related fields. ([ae8aec7](https://github.com/aws/aws-sdk-js-v3/commit/ae8aec78335b7a8e85d8321d3dce539ca2ba7bf3))
* **client-healthlake:** Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows. ([874e200](https://github.com/aws/aws-sdk-js-v3/commit/874e2004889741e4046b2fe586968ce9bc51cada))
* **client-kms:** This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations. ([b4a9a68](https://github.com/aws/aws-sdk-js-v3/commit/b4a9a689f5ed5bd67f1f201cce0f7ac416e668fd))
* **client-mediatailor:** Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched. ([7566539](https://github.com/aws/aws-sdk-js-v3/commit/7566539dc3c15fafbcf0f9234e36e379162128f4))
* **client-outposts:** This release adds EXPEDITORS as a valid shipment carrier. ([8060deb](https://github.com/aws/aws-sdk-js-v3/commit/8060deb05f781a75866bcd07b9bb6a8864a5cdc0))
* **client-redshift:** Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field. ([d7ebbc3](https://github.com/aws/aws-sdk-js-v3/commit/d7ebbc3dee0a938d88fc792d721025335795a17e))
* **client-transfer:** This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS. ([d8d946a](https://github.com/aws/aws-sdk-js-v3/commit/d8d946a8c26317922afba781ba71eed036e39948))





# [3.554.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.553.0...v3.554.0) (2024-04-11)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-cloudformation/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.555.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.554.0...v3.555.0) (2024-04-12)


### Features

* **client-cloudformation:** Adding support for the new parameter "IncludePropertyValues" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change. ([aed244d](https://github.com/aws/aws-sdk-js-v3/commit/aed244d386c0eb10d4e0fe8174533e5d9d40e84b))





# [3.554.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.553.0...v3.554.0) (2024-04-11)

**Note:** Version bump only for package @aws-sdk/client-cloudformation
Expand Down
2 changes: 1 addition & 1 deletion clients/client-cloudformation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-cloudformation",
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
"version": "3.554.0",
"version": "3.555.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-config-service/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.555.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.554.0...v3.555.0) (2024-04-12)

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





# [3.554.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.553.0...v3.554.0) (2024-04-11)

**Note:** Version bump only for package @aws-sdk/client-config-service
Expand Down
2 changes: 1 addition & 1 deletion clients/client-config-service/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-config-service",
"description": "AWS SDK for JavaScript Config Service Client for Node.js, Browser and React Native",
"version": "3.554.0",
"version": "3.555.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-config-service",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-glue/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.555.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.554.0...v3.555.0) (2024-04-12)


### Features

* **client-glue:** Modifying request for GetUnfilteredTableMetadata for view-related fields. ([ae8aec7](https://github.com/aws/aws-sdk-js-v3/commit/ae8aec78335b7a8e85d8321d3dce539ca2ba7bf3))





# [3.554.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.553.0...v3.554.0) (2024-04-11)

**Note:** Version bump only for package @aws-sdk/client-glue
Expand Down
2 changes: 1 addition & 1 deletion clients/client-glue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-glue",
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
"version": "3.554.0",
"version": "3.555.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-glue",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-healthlake/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.555.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.554.0...v3.555.0) (2024-04-12)


### Features

* **client-healthlake:** Added new CREATE_FAILED status for data stores. Added new errorCause to DescribeFHIRDatastore API and ListFHIRDatastores API response for additional insights into data store creation and deletion workflows. ([874e200](https://github.com/aws/aws-sdk-js-v3/commit/874e2004889741e4046b2fe586968ce9bc51cada))





# [3.554.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.553.0...v3.554.0) (2024-04-11)

**Note:** Version bump only for package @aws-sdk/client-healthlake
Expand Down
2 changes: 1 addition & 1 deletion clients/client-healthlake/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-healthlake",
"description": "AWS SDK for JavaScript Healthlake Client for Node.js, Browser and React Native",
"version": "3.554.0",
"version": "3.555.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-healthlake",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-iotfleethub/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.555.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.554.0...v3.555.0) (2024-04-12)

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





# [3.554.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.553.0...v3.554.0) (2024-04-11)

**Note:** Version bump only for package @aws-sdk/client-iotfleethub
Expand Down
2 changes: 1 addition & 1 deletion clients/client-iotfleethub/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-iotfleethub",
"description": "AWS SDK for JavaScript Iotfleethub Client for Node.js, Browser and React Native",
"version": "3.554.0",
"version": "3.555.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-iotfleethub",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-kms/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.555.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.554.0...v3.555.0) (2024-04-12)


### Features

* **client-kms:** This feature supports the ability to specify a custom rotation period for automatic key rotations, the ability to perform on-demand key rotations, and visibility into your key material rotations. ([b4a9a68](https://github.com/aws/aws-sdk-js-v3/commit/b4a9a689f5ed5bd67f1f201cce0f7ac416e668fd))





# [3.554.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.553.0...v3.554.0) (2024-04-11)

**Note:** Version bump only for package @aws-sdk/client-kms
Expand Down
2 changes: 1 addition & 1 deletion clients/client-kms/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-kms",
"description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
"version": "3.554.0",
"version": "3.555.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-kms",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-mediatailor/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.555.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.554.0...v3.555.0) (2024-04-12)


### Features

* **client-mediatailor:** Added InsertionMode to PlaybackConfigurations. This setting controls whether players can use stitched or guided ad insertion. The default for players that do not specify an insertion mode is stitched. ([7566539](https://github.com/aws/aws-sdk-js-v3/commit/7566539dc3c15fafbcf0f9234e36e379162128f4))





# [3.554.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.553.0...v3.554.0) (2024-04-11)

**Note:** Version bump only for package @aws-sdk/client-mediatailor
Expand Down
2 changes: 1 addition & 1 deletion clients/client-mediatailor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-mediatailor",
"description": "AWS SDK for JavaScript Mediatailor Client for Node.js, Browser and React Native",
"version": "3.554.0",
"version": "3.555.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-mediatailor",
Expand Down
8 changes: 8 additions & 0 deletions clients/client-neptune-graph/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.555.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.554.0...v3.555.0) (2024-04-12)

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





# [3.554.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.553.0...v3.554.0) (2024-04-11)

**Note:** Version bump only for package @aws-sdk/client-neptune-graph
Expand Down
2 changes: 1 addition & 1 deletion clients/client-neptune-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-neptune-graph",
"description": "AWS SDK for JavaScript Neptune Graph Client for Node.js, Browser and React Native",
"version": "3.554.0",
"version": "3.555.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-neptune-graph",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-outposts/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.555.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.554.0...v3.555.0) (2024-04-12)


### Features

* **client-outposts:** This release adds EXPEDITORS as a valid shipment carrier. ([8060deb](https://github.com/aws/aws-sdk-js-v3/commit/8060deb05f781a75866bcd07b9bb6a8864a5cdc0))





# [3.554.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.553.0...v3.554.0) (2024-04-11)

**Note:** Version bump only for package @aws-sdk/client-outposts
Expand Down
2 changes: 1 addition & 1 deletion clients/client-outposts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-outposts",
"description": "AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native",
"version": "3.554.0",
"version": "3.555.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-outposts",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-redshift/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.555.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.554.0...v3.555.0) (2024-04-12)


### Features

* **client-redshift:** Adds support for Amazon Redshift DescribeClusterSnapshots API to include Snapshot ARN response field. ([d7ebbc3](https://github.com/aws/aws-sdk-js-v3/commit/d7ebbc3dee0a938d88fc792d721025335795a17e))





# [3.554.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.553.0...v3.554.0) (2024-04-11)

**Note:** Version bump only for package @aws-sdk/client-redshift
Expand Down
2 changes: 1 addition & 1 deletion clients/client-redshift/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-redshift",
"description": "AWS SDK for JavaScript Redshift Client for Node.js, Browser and React Native",
"version": "3.554.0",
"version": "3.555.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-redshift",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-transfer/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.555.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.554.0...v3.555.0) (2024-04-12)


### Features

* **client-transfer:** This change releases support for importing self signed certificates to the Transfer Family for sending outbound file transfers over TLS/HTTPS. ([d8d946a](https://github.com/aws/aws-sdk-js-v3/commit/d8d946a8c26317922afba781ba71eed036e39948))





# [3.554.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.553.0...v3.554.0) (2024-04-11)

**Note:** Version bump only for package @aws-sdk/client-transfer
Expand Down
2 changes: 1 addition & 1 deletion clients/client-transfer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-transfer",
"description": "AWS SDK for JavaScript Transfer Client for Node.js, Browser and React Native",
"version": "3.554.0",
"version": "3.555.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-transfer",
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.554.0",
"version": "3.555.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down

0 comments on commit 27ef27f

Please sign in to comment.