Skip to content

Commit c54b71e

Browse files
author
AWS
committed
Amazon WorkSpaces Update: Added text to clarify case-sensitivity
1 parent 0411cc7 commit c54b71e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon WorkSpaces",
4+
"contributor": "",
5+
"description": "Added text to clarify case-sensitivity"
6+
}

services/workspaces/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6749,7 +6749,7 @@
67496749
},
67506750
"UserName":{
67516751
"shape":"UserName",
6752-
"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> <p>The reserved keyword, <code>[UNDEFINED]</code>, is used when creating user-decoupled WorkSpaces.</p>"
6752+
"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> <p>The username is not case-sensitive, but we recommend matching the case in the Directory Service directory to avoid potential incompatibilities.</p> <p>The reserved keyword, <code>[UNDEFINED]</code>, is used when creating user-decoupled WorkSpaces.</p>"
67536753
},
67546754
"BundleId":{
67556755
"shape":"BundleId",

0 commit comments

Comments
 (0)