File tree Expand file tree Collapse file tree 14 files changed +78
-7
lines changed
client-application-auto-scaling Expand file tree Collapse file tree 14 files changed +78
-7
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+ # [3.610.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.610.0) (2024-07-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-organizations:** Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service. ([0bdc2da](https://github.com/aws/aws-sdk-js-v3/commit/0bdc2dae23169ad5ffe19c8ff516b564f83da909))
12
+ * **client-rekognition:** This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs. ([f795a25](https://github.com/aws/aws-sdk-js-v3/commit/f795a2534662e0970a17bc6e0165816bd0d19a96))
13
+ * **client-workspaces:** Fix create workspace bundle RootStorage/UserStorage to accept non null values ([8698ba5](https://github.com/aws/aws-sdk-js-v3/commit/8698ba5ac8358313d1e06cfef2a41aa157cd579b))
14
+ * **clients:** update client endpoints as of 2024-07-03 ([2a6a4c8](https://github.com/aws/aws-sdk-js-v3/commit/2a6a4c8ba52f45d8702c8d2e9dc3b3bc68a695b1))
15
+
16
+
17
+
18
+
19
+
6
20
# [3.609.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0) (2024-07-02)
7
21
8
22
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.610.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.610.0 ) (2024-07-03)
7
+
8
+ ** Note:** Version bump only for package @aws-sdk/client-application-auto-scaling
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.609.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0 ) (2024-07-02)
7
15
8
16
** Note:** Version bump only for package @aws-sdk/client-application-auto-scaling
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-application-auto-scaling" ,
3
3
"description" : " AWS SDK for JavaScript Application Auto Scaling Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.609 .0" ,
4
+ "version" : " 3.610 .0" ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
7
7
"build:cjs" : " node ../../scripts/compilation/inline client-application-auto-scaling" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.610.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.610.0 ) (2024-07-03)
7
+
8
+ ** Note:** Version bump only for package @aws-sdk/client-direct-connect
9
+
10
+
11
+
12
+
13
+
6
14
# [ 3.609.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0 ) (2024-07-02)
7
15
8
16
** Note:** Version bump only for package @aws-sdk/client-direct-connect
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-direct-connect" ,
3
3
"description" : " AWS SDK for JavaScript Direct Connect Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.609 .0" ,
4
+ "version" : " 3.610 .0" ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
7
7
"build:cjs" : " node ../../scripts/compilation/inline client-direct-connect" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ # [ 3.610.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.610.0 ) (2024-07-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * ** client-organizations:** Added a new reason under ConstraintViolationException in RegisterDelegatedAdministrator API to prevent registering suspended accounts as delegated administrator of a service. ([ 0bdc2da] ( https://github.com/aws/aws-sdk-js-v3/commit/0bdc2dae23169ad5ffe19c8ff516b564f83da909 ) )
12
+
13
+
14
+
15
+
16
+
6
17
# [ 3.609.0] ( https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0 ) (2024-07-02)
7
18
8
19
** Note:** Version bump only for package @aws-sdk/client-organizations
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-organizations" ,
3
3
"description" : " AWS SDK for JavaScript Organizations Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.609 .0" ,
4
+ "version" : " 3.610 .0" ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
7
7
"build:cjs" : " node ../../scripts/compilation/inline client-organizations" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+ # [3.610.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.610.0) (2024-07-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-rekognition:** This release adds support for tagging projects and datasets with the CreateProject and CreateDataset APIs. ([f795a25](https://github.com/aws/aws-sdk-js-v3/commit/f795a2534662e0970a17bc6e0165816bd0d19a96))
12
+
13
+
14
+
15
+
16
+
6
17
# [3.609.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0) (2024-07-02)
7
18
8
19
**Note:** Version bump only for package @aws-sdk/client-rekognition
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-rekognition" ,
3
3
"description" : " AWS SDK for JavaScript Rekognition Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.609 .0" ,
4
+ "version" : " 3.610 .0" ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
7
7
"build:cjs" : " node ../../scripts/compilation/inline client-rekognition" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+ # [3.610.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.610.0) (2024-07-03)
7
+
8
+
9
+ ### Features
10
+
11
+ * **client-workspaces:** Fix create workspace bundle RootStorage/UserStorage to accept non null values ([8698ba5](https://github.com/aws/aws-sdk-js-v3/commit/8698ba5ac8358313d1e06cfef2a41aa157cd579b))
12
+
13
+
14
+
15
+
16
+
6
17
# [3.609.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0) (2024-07-02)
7
18
8
19
**Note:** Version bump only for package @aws-sdk/client-workspaces
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/client-workspaces" ,
3
3
"description" : " AWS SDK for JavaScript Workspaces Client for Node.js, Browser and React Native" ,
4
- "version" : " 3.609 .0" ,
4
+ "version" : " 3.610 .0" ,
5
5
"scripts" : {
6
6
"build" : " concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'" ,
7
7
"build:cjs" : " node ../../scripts/compilation/inline client-workspaces" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 3.609 .0" ,
2
+ "version" : " 3.610 .0" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
5
"command" : {
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
6
+ # [3.610.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.609.0...v3.610.0) (2024-07-03)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/lib-dynamodb
9
+
10
+
11
+
12
+
13
+
6
14
# [3.609.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0) (2024-07-02)
7
15
8
16
**Note:** Version bump only for package @aws-sdk/lib-dynamodb
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @aws-sdk/lib-dynamodb" ,
3
- "version" : " 3.609 .0" ,
3
+ "version" : " 3.610 .0" ,
4
4
"description" : " The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values." ,
5
5
"main" : " ./dist-cjs/index.js" ,
6
6
"module" : " ./dist-es/index.js" ,
You can’t perform that action at this time.
0 commit comments