Skip to content

Commit

Permalink
Publish v3.558.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 18, 2024
1 parent 95b1c44 commit 5331483
Show file tree
Hide file tree
Showing 18 changed files with 112 additions and 9 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.558.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.557.0...v3.558.0) (2024-04-18)


### Features

* **client-drs:** Outpost ARN added to Source Server and Recovery Instance ([366c96e](https://github.com/aws/aws-sdk-js-v3/commit/366c96e278eb2e700dec377528e44ff8408b6ff6))
* **client-emr-serverless:** This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs. ([ee86a1b](https://github.com/aws/aws-sdk-js-v3/commit/ee86a1b1b4abadacacfcd66e77b29c0f9e5ef394))
* **client-guardduty:** Added IPv6Address fields for local and remote IP addresses ([52b987d](https://github.com/aws/aws-sdk-js-v3/commit/52b987d9e671ffe7925c4441c654b00547919ecf))
* **client-quicksight:** This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution ([b7bcec5](https://github.com/aws/aws-sdk-js-v3/commit/b7bcec5d2adc7b3cb99c43605b2cd0a52ad42c68))
* **client-rolesanywhere:** This release introduces the PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere now provides the capability to define a set of mapping rules, allowing customers to specify which data is extracted from their X.509 end-entity certificates. ([2660570](https://github.com/aws/aws-sdk-js-v3/commit/2660570ccdb2a4bdc2b3ff9a5cd079273f767a8d))
* **client-sagemaker:** Removed deprecated enum values and updated API documentation. ([032d94c](https://github.com/aws/aws-sdk-js-v3/commit/032d94c2de9f6c2d67a5d9e2f56d9ce5f950b94a))
* **client-workspaces:** Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts. ([0fa2ea7](https://github.com/aws/aws-sdk-js-v3/commit/0fa2ea7677d387e6313af68e1730066885b023ff))
* **clients:** update client endpoints as of 2024-04-18 ([95b1c44](https://github.com/aws/aws-sdk-js-v3/commit/95b1c44b439f1151e9cfce7d1bb9303e568ed15d))





# [3.557.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.556.0...v3.557.0) (2024-04-17)


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


### Features

* **client-drs:** Outpost ARN added to Source Server and Recovery Instance ([366c96e](https://github.com/aws/aws-sdk-js-v3/commit/366c96e278eb2e700dec377528e44ff8408b6ff6))





# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)

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


### Features

* **client-emr-serverless:** This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs. ([ee86a1b](https://github.com/aws/aws-sdk-js-v3/commit/ee86a1b1b4abadacacfcd66e77b29c0f9e5ef394))





# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-emr-serverless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-emr-serverless",
"description": "AWS SDK for JavaScript Emr Serverless Client for Node.js, Browser and React Native",
"version": "3.556.0",
"version": "3.558.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-emr-serverless",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-guardduty/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.558.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.557.0...v3.558.0) (2024-04-18)


### Features

* **client-guardduty:** Added IPv6Address fields for local and remote IP addresses ([52b987d](https://github.com/aws/aws-sdk-js-v3/commit/52b987d9e671ffe7925c4441c654b00547919ecf))





# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)

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


### Features

* **client-quicksight:** This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution ([b7bcec5](https://github.com/aws/aws-sdk-js-v3/commit/b7bcec5d2adc7b3cb99c43605b2cd0a52ad42c68))





# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)

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


### Features

* **client-rolesanywhere:** This release introduces the PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere now provides the capability to define a set of mapping rules, allowing customers to specify which data is extracted from their X.509 end-entity certificates. ([2660570](https://github.com/aws/aws-sdk-js-v3/commit/2660570ccdb2a4bdc2b3ff9a5cd079273f767a8d))





# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)

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


### Features

* **client-sagemaker:** Removed deprecated enum values and updated API documentation. ([032d94c](https://github.com/aws/aws-sdk-js-v3/commit/032d94c2de9f6c2d67a5d9e2f56d9ce5f950b94a))





# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)

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


### Features

* **client-workspaces:** Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts. ([0fa2ea7](https://github.com/aws/aws-sdk-js-v3/commit/0fa2ea7677d387e6313af68e1730066885b023ff))





# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)

**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.556.0",
"version": "3.558.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-workspaces",
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.557.0",
"version": "3.558.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
8 changes: 8 additions & 0 deletions private/aws-middleware-test/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.558.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.557.0...v3.558.0) (2024-04-18)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test





# [3.557.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.556.0...v3.557.0) (2024-04-17)

**Note:** Version bump only for package @aws-sdk/aws-middleware-test
Expand Down
2 changes: 1 addition & 1 deletion private/aws-middleware-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-middleware-test",
"description": "Integration test suite for AWS middleware",
"version": "3.557.0",
"version": "3.558.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down

0 comments on commit 5331483

Please sign in to comment.