Skip to content

Commit

Permalink
Publish v3.545.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 29, 2024
1 parent a0f3117 commit 261f787
Show file tree
Hide file tree
Showing 20 changed files with 125 additions and 10 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)


### Features

* **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))
* **client-codebuild:** Add new fleet status code for Reserved Capacity. ([431bd4b](https://github.com/aws/aws-sdk-js-v3/commit/431bd4b3bd351916a819e4550cde7ce22cdd7098))
* **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))
* **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))
* **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))
* **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))
* **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))
* **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))
* **clients:** update client endpoints as of 2024-03-29 ([a0f3117](https://github.com/aws/aws-sdk-js-v3/commit/a0f3117f516cbcf782d555655438712047864c47))





# [3.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-b2bi/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.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)


### Features

* **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))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-b2bi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-b2bi",
"description": "AWS SDK for JavaScript B2bi Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.545.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-b2bi",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-codebuild/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.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)


### Features

* **client-codebuild:** Add new fleet status code for Reserved Capacity. ([431bd4b](https://github.com/aws/aws-sdk-js-v3/commit/431bd4b3bd351916a819e4550cde7ce22cdd7098))





# [3.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-codebuild/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-codebuild",
"description": "AWS SDK for JavaScript Codebuild Client for Node.js, Browser and React Native",
"version": "3.541.0",
"version": "3.545.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-codebuild",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-codeconnections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)


### Features

* **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))
2 changes: 1 addition & 1 deletion clients/client-codeconnections/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-codeconnections",
"description": "AWS SDK for JavaScript Codeconnections Client for Node.js, Browser and React Native",
"version": "3.0.0",
"version": "3.545.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-internetmonitor/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.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)


### Features

* **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))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-internetmonitor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-internetmonitor",
"description": "AWS SDK for JavaScript Internetmonitor Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.545.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-internetmonitor",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-iot-wireless/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.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)


### Features

* **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))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-iot-wireless/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-iot-wireless",
"description": "AWS SDK for JavaScript Iot Wireless Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.545.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-iot-wireless",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-marketplace-catalog/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.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)


### Features

* **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))





# [3.540.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.539.0...v3.540.0) (2024-03-22)


Expand Down
2 changes: 1 addition & 1 deletion clients/client-marketplace-catalog/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/client-marketplace-catalog",
"description": "AWS SDK for JavaScript Marketplace Catalog Client for Node.js, Browser and React Native",
"version": "3.540.0",
"version": "3.545.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-marketplace-catalog",
Expand Down
11 changes: 11 additions & 0 deletions clients/client-neptune-graph/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.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)


### Features

* **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))





# [3.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)


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.544.0",
"version": "3.545.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-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.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)


### Features

* **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))





# [3.541.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.540.0...v3.541.0) (2024-03-25)


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.541.0",
"version": "3.545.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "node ../../scripts/compilation/inline client-sagemaker",
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.544.0",
"version": "3.545.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.545.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.544.0...v3.545.0) (2024-03-29)

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





# [3.544.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.543.0...v3.544.0) (2024-03-28)

**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.544.0",
"version": "3.545.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down

0 comments on commit 261f787

Please sign in to comment.