Skip to content

Commit 0b87b64

Browse files
author
awstools
committed
Publish v3.610.0
1 parent 2a6a4c8 commit 0b87b64

File tree

14 files changed

+78
-7
lines changed

14 files changed

+78
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.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+
620
# [3.609.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0) (2024-07-02)
721

822

clients/client-application-auto-scaling/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.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+
614
# [3.609.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0) (2024-07-02)
715

816
**Note:** Version bump only for package @aws-sdk/client-application-auto-scaling

clients/client-application-auto-scaling/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-application-auto-scaling",
33
"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",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-application-auto-scaling",

clients/client-direct-connect/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.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+
614
# [3.609.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0) (2024-07-02)
715

816
**Note:** Version bump only for package @aws-sdk/client-direct-connect

clients/client-direct-connect/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-direct-connect",
33
"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",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "node ../../scripts/compilation/inline client-direct-connect",

clients/client-organizations/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.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+
617
# [3.609.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0) (2024-07-02)
718

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

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

clients/client-rekognition/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.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+
617
# [3.609.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0) (2024-07-02)
718

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

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

clients/client-workspaces/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.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+
617
# [3.609.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0) (2024-07-02)
718

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

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

lerna.json

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

lib/lib-dynamodb/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.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+
614
# [3.609.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.608.0...v3.609.0) (2024-07-02)
715

816
**Note:** Version bump only for package @aws-sdk/lib-dynamodb

lib/lib-dynamodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-sdk/lib-dynamodb",
3-
"version": "3.609.0",
3+
"version": "3.610.0",
44
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.",
55
"main": "./dist-cjs/index.js",
66
"module": "./dist-es/index.js",

0 commit comments

Comments
 (0)