Skip to content

Commit 5331483

Browse files
author
awstools
committed
Publish v3.558.0
1 parent 95b1c44 commit 5331483

File tree

18 files changed

+112
-9
lines changed

18 files changed

+112
-9
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.558.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.557.0...v3.558.0) (2024-04-18)
7+
8+
9+
### Features
10+
11+
* **client-drs:** Outpost ARN added to Source Server and Recovery Instance ([366c96e](https://github.com/aws/aws-sdk-js-v3/commit/366c96e278eb2e700dec377528e44ff8408b6ff6))
12+
* **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))
13+
* **client-guardduty:** Added IPv6Address fields for local and remote IP addresses ([52b987d](https://github.com/aws/aws-sdk-js-v3/commit/52b987d9e671ffe7925c4441c654b00547919ecf))
14+
* **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))
15+
* **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))
16+
* **client-sagemaker:** Removed deprecated enum values and updated API documentation. ([032d94c](https://github.com/aws/aws-sdk-js-v3/commit/032d94c2de9f6c2d67a5d9e2f56d9ce5f950b94a))
17+
* **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))
18+
* **clients:** update client endpoints as of 2024-04-18 ([95b1c44](https://github.com/aws/aws-sdk-js-v3/commit/95b1c44b439f1151e9cfce7d1bb9303e568ed15d))
19+
20+
21+
22+
23+
624
# [3.557.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.556.0...v3.557.0) (2024-04-17)
725

826

clients/client-drs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.558.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.557.0...v3.558.0) (2024-04-18)
7+
8+
9+
### Features
10+
11+
* **client-drs:** Outpost ARN added to Source Server and Recovery Instance ([366c96e](https://github.com/aws/aws-sdk-js-v3/commit/366c96e278eb2e700dec377528e44ff8408b6ff6))
12+
13+
14+
15+
16+
617
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
718

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

clients/client-drs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-drs",
33
"description": "AWS SDK for JavaScript Drs Client for Node.js, Browser and React Native",
4-
"version": "3.556.0",
4+
"version": "3.558.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-drs",

clients/client-emr-serverless/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.558.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.557.0...v3.558.0) (2024-04-18)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
718

819

clients/client-emr-serverless/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-emr-serverless",
33
"description": "AWS SDK for JavaScript Emr Serverless Client for Node.js, Browser and React Native",
4-
"version": "3.556.0",
4+
"version": "3.558.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-emr-serverless",

clients/client-guardduty/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.558.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.557.0...v3.558.0) (2024-04-18)
7+
8+
9+
### Features
10+
11+
* **client-guardduty:** Added IPv6Address fields for local and remote IP addresses ([52b987d](https://github.com/aws/aws-sdk-js-v3/commit/52b987d9e671ffe7925c4441c654b00547919ecf))
12+
13+
14+
15+
16+
617
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
718

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

clients/client-guardduty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-guardduty",
33
"description": "AWS SDK for JavaScript Guardduty Client for Node.js, Browser and React Native",
4-
"version": "3.556.0",
4+
"version": "3.558.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-guardduty",

clients/client-quicksight/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.558.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.557.0...v3.558.0) (2024-04-18)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
718

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

clients/client-quicksight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-quicksight",
33
"description": "AWS SDK for JavaScript Quicksight Client for Node.js, Browser and React Native",
4-
"version": "3.556.0",
4+
"version": "3.558.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-quicksight",

clients/client-rolesanywhere/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.558.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.557.0...v3.558.0) (2024-04-18)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.556.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.555.0...v3.556.0) (2024-04-16)
718

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

0 commit comments

Comments
 (0)