Skip to content

Commit a6b7196

Browse files
author
AWS
committed
Amazon WorkSpaces Update: Increased the character limit of the login message from 600 to 850 characters.
1 parent 61cf181 commit a6b7196

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": "Increased the character limit of the login message from 600 to 850 characters."
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
@@ -1165,7 +1165,7 @@
11651165
},
11661166
"ClientLoginMessage":{
11671167
"type":"string",
1168-
"max":600,
1168+
"max":850,
11691169
"min":0,
11701170
"pattern":"^.*$"
11711171
},

0 commit comments

Comments
 (0)