Skip to content

Commit

Permalink
Publish v3.593.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jun 7, 2024
1 parent 33e227b commit 65eb2e6
Show file tree
Hide file tree
Showing 16 changed files with 95 additions and 8 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)


### Features

* **client-auditmanager:** New feature: common controls. When creating custom controls, you can now use pre-grouped AWS data sources based on common compliance themes. Also, the awsServices parameter is deprecated because we now manage services in scope for you. If used, the input is ignored and an empty list is returned. ([11be2e0](https://github.com/aws/aws-sdk-js-v3/commit/11be2e0185ccbdd15e9002f5f8ba67a1fd80a524))
* **client-b2bi:** Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership. ([9bed782](https://github.com/aws/aws-sdk-js-v3/commit/9bed7820cebce4c7a50a0fa7cf61659762fbda1e))
* **client-codepipeline:** CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides. ([4216496](https://github.com/aws/aws-sdk-js-v3/commit/4216496a8389f9d31607faf520c6437fe986fe6e))
* **client-sagemaker:** This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant. ([1aa3572](https://github.com/aws/aws-sdk-js-v3/commit/1aa35725a55c5eeabdebbbbd0006885a6953b8f3))
* **client-verifiedpermissions:** This release adds OpenIdConnect (OIDC) configuration support for IdentitySources, allowing for external IDPs to be used in authorization requests. ([41f4cc5](https://github.com/aws/aws-sdk-js-v3/commit/41f4cc50582c4231a576975f5f83c657072bdbc7))
* **clients:** update client endpoints as of 2024-06-07 ([33e227b](https://github.com/aws/aws-sdk-js-v3/commit/33e227bd2f364a83f032601de7d324008b016cf1))





# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)


Expand Down
11 changes: 11 additions & 0 deletions clients/client-auditmanager/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.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)


### Features

* **client-auditmanager:** New feature: common controls. When creating custom controls, you can now use pre-grouped AWS data sources based on common compliance themes. Also, the awsServices parameter is deprecated because we now manage services in scope for you. If used, the input is ignored and an empty list is returned. ([11be2e0](https://github.com/aws/aws-sdk-js-v3/commit/11be2e0185ccbdd15e9002f5f8ba67a1fd80a524))





# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)

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


### Features

* **client-b2bi:** Added exceptions to B2Bi List operations and ConflictException to B2Bi StartTransformerJob operation. Also made capabilities field explicitly required when creating a Partnership. ([9bed782](https://github.com/aws/aws-sdk-js-v3/commit/9bed7820cebce4c7a50a0fa7cf61659762fbda1e))





# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)

**Note:** Version bump only for package @aws-sdk/client-b2bi
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.592.0",
"version": "3.593.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-codepipeline/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.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)


### Features

* **client-codepipeline:** CodePipeline now supports overriding S3 Source Object Key during StartPipelineExecution, as part of Source Overrides. ([4216496](https://github.com/aws/aws-sdk-js-v3/commit/4216496a8389f9d31607faf520c6437fe986fe6e))





# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)

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


### Features

* **client-sagemaker:** This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant. ([1aa3572](https://github.com/aws/aws-sdk-js-v3/commit/1aa35725a55c5eeabdebbbbd0006885a6953b8f3))





# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)

**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.592.0",
"version": "3.593.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-verifiedpermissions/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.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)


### Features

* **client-verifiedpermissions:** This release adds OpenIdConnect (OIDC) configuration support for IdentitySources, allowing for external IDPs to be used in authorization requests. ([41f4cc5](https://github.com/aws/aws-sdk-js-v3/commit/41f4cc50582c4231a576975f5f83c657072bdbc7))





# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)

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

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





# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)

**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.592.0",
"version": "3.593.0",
"scripts": {
"build": "exit 0",
"build:cjs": "exit 0",
Expand Down
8 changes: 8 additions & 0 deletions private/aws-protocoltests-json-machinelearning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

# [3.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)

**Note:** Version bump only for package @aws-sdk/aws-protocoltests-json-machinelearning
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@aws-sdk/aws-protocoltests-json-machinelearning",
"description": "@aws-sdk/aws-protocoltests-json-machinelearning client",
"version": "1.0.0-alpha.1",
"version": "3.593.0",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build:cjs": "tsc -p tsconfig.cjs.json",
Expand Down

0 comments on commit 65eb2e6

Please sign in to comment.