Skip to content

Commit 80fed97

Browse files
Added text to clarify case-sensitivity
1 parent 7a22776 commit 80fed97

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

generator/ServiceModels/workspaces/workspaces-2015-04-08.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2845,7 +2845,7 @@
28452845
"PendingCreateStandbyWorkspacesRequest$UserName": "<p>Describes the standby WorkSpace that was created.</p> <p>Because this operation is asynchronous, the identifier returned is not immediately available for use with other operations. For example, if you call <a href=\"https://docs.aws.amazon.com/workspaces/latest/api/API_DescribeWorkspaces.html\"> DescribeWorkspaces</a> before the WorkSpace is created, the information returned can be incomplete. </p>",
28462846
"Workspace$UserName": "<p>The user for the WorkSpace.</p>",
28472847
"WorkspaceDirectory$CustomerUserName": "<p>The user name for the service account.</p>",
2848-
"WorkspaceRequest$UserName": "<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>"
2848+
"WorkspaceRequest$UserName": "<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>"
28492849
}
28502850
},
28512851
"UserSetting": {

generator/ServiceModels/workspaces/workspaces-2015-04-08.normal.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",

sdk/src/Services/WorkSpaces/Generated/Model/WorkspaceRequest.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ internal bool IsSetTags()
128128
/// </para>
129129
///
130130
/// <para>
131+
/// The username is not case-sensitive, but we recommend matching the case in the Directory
132+
/// Service directory to avoid potential incompatibilities.
133+
/// </para>
134+
///
135+
/// <para>
131136
/// The reserved keyword, <c>[UNDEFINED]</c>, is used when creating user-decoupled WorkSpaces.
132137
/// </para>
133138
/// </summary>

0 commit comments

Comments
 (0)