Skip to content

Commit e757a6e

Browse files
author
awstools
committed
Publish v3.805.0
1 parent 05cb76c commit e757a6e

File tree

16 files changed

+96
-8
lines changed

16 files changed

+96
-8
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.805.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.804.0...v3.805.0) (2025-05-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **codegen:** run aws protocols after smithy protocols ([#7058](https://github.com/aws/aws-sdk-js-v3/issues/7058)) ([bce84d8](https://github.com/aws/aws-sdk-js-v3/commit/bce84d8eaa1d66a372354631d573460130a348a3))
12+
13+
14+
### Features
15+
16+
* **client-ec2:** This release adds API support for Path Component Exclusion (Filter Out ARN) for Reachability Analyzer ([5690387](https://github.com/aws/aws-sdk-js-v3/commit/5690387b145d3ff891195681b912235afe2d7cda))
17+
* **client-medialive:** Enables Updating Anywhere Settings on a MediaLive Anywhere Channel. ([9b00708](https://github.com/aws/aws-sdk-js-v3/commit/9b00708e65ad343ffc4507ec4b9234c0c059594c))
18+
* **client-sagemaker:** SageMaker AI Studio users can now migrate to SageMaker Unified Studio, which offers a unified web-based development experience that integrates AWS data, analytics, artificial intelligence (AI), and machine learning (ML) services, as well as additional tools and resource ([b527f8c](https://github.com/aws/aws-sdk-js-v3/commit/b527f8cc4c5cb9fd86171e251711756e5e6c8ecf))
19+
* **client-synthetics:** Add support to test a canary update by invoking a dry run of a canary. This behavior can be used via the new StartCanaryDryRun API along with new fields in UpdateCanary to apply dry run changes. Also includes changes in GetCanary and GetCanaryRuns to support retrieving dry run configurations. ([338d401](https://github.com/aws/aws-sdk-js-v3/commit/338d4016bf3d7a3545d68fcacee60fad7b9ab67c))
20+
* **clients:** update client endpoints as of 2025-05-07 ([05cb76c](https://github.com/aws/aws-sdk-js-v3/commit/05cb76cd20943b819347998da80194c2594637e1))
21+
22+
23+
24+
25+
626
# [3.804.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.803.0...v3.804.0) (2025-05-06)
727

828

clients/client-ec2/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.805.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.804.0...v3.805.0) (2025-05-07)
7+
8+
9+
### Features
10+
11+
* **client-ec2:** This release adds API support for Path Component Exclusion (Filter Out ARN) for Reachability Analyzer ([5690387](https://github.com/aws/aws-sdk-js-v3/commit/5690387b145d3ff891195681b912235afe2d7cda))
12+
13+
14+
15+
16+
617
# [3.804.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.803.0...v3.804.0) (2025-05-06)
718

819

clients/client-ec2/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-ec2",
33
"description": "AWS SDK for JavaScript Ec2 Client for Node.js, Browser and React Native",
4-
"version": "3.804.0",
4+
"version": "3.805.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-ec2",

clients/client-imagebuilder/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.805.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.804.0...v3.805.0) (2025-05-07)
7+
8+
**Note:** Version bump only for package @aws-sdk/client-imagebuilder
9+
10+
11+
12+
13+
614
# [3.804.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.803.0...v3.804.0) (2025-05-06)
715

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

clients/client-imagebuilder/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-imagebuilder",
33
"description": "AWS SDK for JavaScript Imagebuilder Client for Node.js, Browser and React Native",
4-
"version": "3.804.0",
4+
"version": "3.805.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-imagebuilder",

clients/client-medialive/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.805.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.804.0...v3.805.0) (2025-05-07)
7+
8+
9+
### Features
10+
11+
* **client-medialive:** Enables Updating Anywhere Settings on a MediaLive Anywhere Channel. ([9b00708](https://github.com/aws/aws-sdk-js-v3/commit/9b00708e65ad343ffc4507ec4b9234c0c059594c))
12+
13+
14+
15+
16+
617
# [3.804.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.803.0...v3.804.0) (2025-05-06)
718

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

clients/client-medialive/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-medialive",
33
"description": "AWS SDK for JavaScript Medialive Client for Node.js, Browser and React Native",
4-
"version": "3.804.0",
4+
"version": "3.805.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-medialive",

clients/client-sagemaker/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.805.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.804.0...v3.805.0) (2025-05-07)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** SageMaker AI Studio users can now migrate to SageMaker Unified Studio, which offers a unified web-based development experience that integrates AWS data, analytics, artificial intelligence (AI), and machine learning (ML) services, as well as additional tools and resource ([b527f8c](https://github.com/aws/aws-sdk-js-v3/commit/b527f8cc4c5cb9fd86171e251711756e5e6c8ecf))
12+
13+
14+
15+
16+
617
# [3.804.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.803.0...v3.804.0) (2025-05-06)
718

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

clients/client-sagemaker/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-sagemaker",
33
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
4-
"version": "3.804.0",
4+
"version": "3.805.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",

clients/client-synthetics/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.805.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.804.0...v3.805.0) (2025-05-07)
7+
8+
9+
### Features
10+
11+
* **client-synthetics:** Add support to test a canary update by invoking a dry run of a canary. This behavior can be used via the new StartCanaryDryRun API along with new fields in UpdateCanary to apply dry run changes. Also includes changes in GetCanary and GetCanaryRuns to support retrieving dry run configurations. ([338d401](https://github.com/aws/aws-sdk-js-v3/commit/338d4016bf3d7a3545d68fcacee60fad7b9ab67c))
12+
13+
14+
15+
16+
617
# [3.804.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.803.0...v3.804.0) (2025-05-06)
718

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

0 commit comments

Comments
 (0)