Skip to content

Commit f62407a

Browse files
author
awstools
committed
docs(client-workspaces): Added text to clarify case-sensitivity
1 parent 3561328 commit f62407a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clients/client-workspaces/src/models/models_0.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2326,6 +2326,7 @@ export interface WorkspaceRequest {
23262326

23272327
/**
23282328
* <p>The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace.</p>
2329+
* <p>The username is not case-sensitive, but we recommend matching the case in the Directory Service directory to avoid potential incompatibilities.</p>
23292330
* <p>The reserved keyword, <code>[UNDEFINED]</code>, is used when creating user-decoupled WorkSpaces.</p>
23302331
* @public
23312332
*/

codegen/sdk-codegen/aws-models/workspaces.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11152,7 +11152,7 @@
1115211152
"UserName": {
1115311153
"target": "com.amazonaws.workspaces#UserName",
1115411154
"traits": {
11155-
"smithy.api#documentation": "<p>The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace.</p>\n <p>The reserved keyword, <code>[UNDEFINED]</code>, is used when creating user-decoupled WorkSpaces.</p>",
11155+
"smithy.api#documentation": "<p>The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace.</p>\n <p>The username is not case-sensitive, but we recommend matching the case in the Directory Service directory to avoid potential incompatibilities.</p>\n <p>The reserved keyword, <code>[UNDEFINED]</code>, is used when creating user-decoupled WorkSpaces.</p>",
1115611156
"smithy.api#required": {}
1115711157
}
1115811158
},

0 commit comments

Comments
 (0)