Skip to content

Commit 65eb2e6

Browse files
author
awstools
committed
Publish v3.593.0
1 parent 33e227b commit 65eb2e6

File tree

16 files changed

+95
-8
lines changed

16 files changed

+95
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)
7+
8+
9+
### Features
10+
11+
* **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))
12+
* **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))
13+
* **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))
14+
* **client-sagemaker:** This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant. ([1aa3572](https://github.com/aws/aws-sdk-js-v3/commit/1aa35725a55c5eeabdebbbbd0006885a6953b8f3))
15+
* **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))
16+
* **clients:** update client endpoints as of 2024-06-07 ([33e227b](https://github.com/aws/aws-sdk-js-v3/commit/33e227bd2f364a83f032601de7d324008b016cf1))
17+
18+
19+
20+
21+
622
# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)
723

824

clients/client-auditmanager/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.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)
718

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

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

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.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)
718

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

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.592.0",
4+
"version": "3.593.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-codepipeline/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.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)
718

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

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

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.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)
7+
8+
9+
### Features
10+
11+
* **client-sagemaker:** This release introduces a new optional parameter: InferenceAmiVersion, in ProductionVariant. ([1aa3572](https://github.com/aws/aws-sdk-js-v3/commit/1aa35725a55c5eeabdebbbbd0006885a6953b8f3))
12+
13+
14+
15+
16+
617
# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-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.592.0",
4+
"version": "3.593.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-verifiedpermissions/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.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)
7+
8+
9+
### Features
10+
11+
* **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))
12+
13+
14+
15+
16+
617
# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)
718

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

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.592.0",
2+
"version": "3.593.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

private/aws-middleware-test/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.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-middleware-test
9+
10+
11+
12+
13+
614
# [3.592.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0) (2024-06-06)
715

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

private/aws-middleware-test/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/aws-middleware-test",
33
"description": "Integration test suite for AWS middleware",
4-
"version": "3.592.0",
4+
"version": "3.593.0",
55
"scripts": {
66
"build": "exit 0",
77
"build:cjs": "exit 0",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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.593.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.592.0...v3.593.0) (2024-06-07)
7+
8+
**Note:** Version bump only for package @aws-sdk/aws-protocoltests-json-machinelearning

private/aws-protocoltests-json-machinelearning/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/aws-protocoltests-json-machinelearning",
33
"description": "@aws-sdk/aws-protocoltests-json-machinelearning client",
4-
"version": "1.0.0-alpha.1",
4+
"version": "3.593.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

0 commit comments

Comments
 (0)