Skip to content

Commit 261f787

Browse files
author
awstools
committed
Publish v3.545.0
1 parent a0f3117 commit 261f787

File tree

20 files changed

+125
-10
lines changed

20 files changed

+125
-10
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)
7+
8+
9+
### Features
10+
11+
* **client-b2bi:** Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010. ([fbb70e1](https://github.com/aws/aws-sdk-js-v3/commit/fbb70e172bcf9fbacbd33d8b7e08aaf1dba285ae))
12+
* **client-codebuild:** Add new fleet status code for Reserved Capacity. ([431bd4b](https://github.com/aws/aws-sdk-js-v3/commit/431bd4b3bd351916a819e4550cde7ce22cdd7098))
13+
* **client-codeconnections:** Duplicating the CodeStar Connections service into the new, rebranded AWS CodeConnections service. ([7077ef3](https://github.com/aws/aws-sdk-js-v3/commit/7077ef325a903459e4c67df67b22ae1199604d88))
14+
* **client-internetmonitor:** This release adds support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs. ([b7e7b1b](https://github.com/aws/aws-sdk-js-v3/commit/b7e7b1b22d0d6d8f1cecac2e73c329eff2fe485d))
15+
* **client-iot-wireless:** Add support for retrieving key historical and live metrics for LoRaWAN devices and gateways ([caa345f](https://github.com/aws/aws-sdk-js-v3/commit/caa345f02fb2add5d1b67502a7abb19b5b34375c))
16+
* **client-marketplace-catalog:** This release enhances the ListEntities API to support ResaleAuthorizationId filter and sort for OfferEntity in the request and the addition of a ResaleAuthorizationId field in the response of OfferSummary. ([f522fa7](https://github.com/aws/aws-sdk-js-v3/commit/f522fa7975562d5d55e8a93d36bc3d41ad37681e))
17+
* **client-neptune-graph:** Add the new API Start-Import-Task for Amazon Neptune Analytics. ([33c9daf](https://github.com/aws/aws-sdk-js-v3/commit/33c9dafa2877101c627b594482d65ce58ec4aa28))
18+
* **client-sagemaker:** This release adds support for custom images for the CodeEditor App on SageMaker Studio ([543b7e9](https://github.com/aws/aws-sdk-js-v3/commit/543b7e96edc5736539f1f06f5e97fe0900da1df9))
19+
* **clients:** update client endpoints as of 2024-03-29 ([a0f3117](https://github.com/aws/aws-sdk-js-v3/commit/a0f3117f516cbcf782d555655438712047864c47))
20+
21+
22+
23+
24+
625
# [3.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)
726

827

clients/client-b2bi/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.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)
7+
8+
9+
### Features
10+
11+
* **client-b2bi:** Supporting new EDI X12 transaction sets for X12 versions 4010, 4030, and 5010. ([fbb70e1](https://github.com/aws/aws-sdk-js-v3/commit/fbb70e172bcf9fbacbd33d8b7e08aaf1dba285ae))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

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

clients/client-codebuild/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.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)
7+
8+
9+
### Features
10+
11+
* **client-codebuild:** Add new fleet status code for Reserved Capacity. ([431bd4b](https://github.com/aws/aws-sdk-js-v3/commit/431bd4b3bd351916a819e4550cde7ce22cdd7098))
12+
13+
14+
15+
16+
617
# [3.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)
718

819

clients/client-codebuild/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-codebuild",
33
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
4-
"version": "3.541.0",
4+
"version": "3.545.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [3.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)
7+
8+
9+
### Features
10+
11+
* **client-codeconnections:** Duplicating the CodeStar Connections service into the new, rebranded AWS CodeConnections service. ([7077ef3](https://github.com/aws/aws-sdk-js-v3/commit/7077ef325a903459e4c67df67b22ae1199604d88))

clients/client-codeconnections/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-codeconnections",
33
"description": "AWS SDK for JavaScript Codeconnections Client for Node.js, Browser and React Native",
4-
"version": "3.0.0",
4+
"version": "3.545.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

clients/client-internetmonitor/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.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)
7+
8+
9+
### Features
10+
11+
* **client-internetmonitor:** This release adds support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs. ([b7e7b1b](https://github.com/aws/aws-sdk-js-v3/commit/b7e7b1b22d0d6d8f1cecac2e73c329eff2fe485d))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

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

clients/client-iot-wireless/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.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)
7+
8+
9+
### Features
10+
11+
* **client-iot-wireless:** Add support for retrieving key historical and live metrics for LoRaWAN devices and gateways ([caa345f](https://github.com/aws/aws-sdk-js-v3/commit/caa345f02fb2add5d1b67502a7abb19b5b34375c))
12+
13+
14+
15+
16+
617
# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)
718

819

0 commit comments

Comments
 (0)