From f62407adfcc9f02ab2df0f0a92538592c96f8f34 Mon Sep 17 00:00:00 2001 From: awstools Date: Mon, 9 Dec 2024 19:38:05 +0000 Subject: [PATCH] docs(client-workspaces): Added text to clarify case-sensitivity --- clients/client-workspaces/src/models/models_0.ts | 1 + codegen/sdk-codegen/aws-models/workspaces.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/client-workspaces/src/models/models_0.ts b/clients/client-workspaces/src/models/models_0.ts index 6e8ae7692228..d4f194a68cd6 100644 --- a/clients/client-workspaces/src/models/models_0.ts +++ b/clients/client-workspaces/src/models/models_0.ts @@ -2326,6 +2326,7 @@ export interface WorkspaceRequest { /** *

The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace.

+ *

The username is not case-sensitive, but we recommend matching the case in the Directory Service directory to avoid potential incompatibilities.

*

The reserved keyword, [UNDEFINED], is used when creating user-decoupled WorkSpaces.

* @public */ diff --git a/codegen/sdk-codegen/aws-models/workspaces.json b/codegen/sdk-codegen/aws-models/workspaces.json index 749228d7e042..e30232bb7a35 100644 --- a/codegen/sdk-codegen/aws-models/workspaces.json +++ b/codegen/sdk-codegen/aws-models/workspaces.json @@ -11152,7 +11152,7 @@ "UserName": { "target": "com.amazonaws.workspaces#UserName", "traits": { - "smithy.api#documentation": "

The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace.

\n

The reserved keyword, [UNDEFINED], is used when creating user-decoupled WorkSpaces.

", + "smithy.api#documentation": "

The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace.

\n

The username is not case-sensitive, but we recommend matching the case in the Directory Service directory to avoid potential incompatibilities.

\n

The reserved keyword, [UNDEFINED], is used when creating user-decoupled WorkSpaces.

", "smithy.api#required": {} } },