Skip to content

Commit e3a4460

Browse files
author
AWS
committed
Amazon WorkSpaces Update: Increased the character limit of the login message from 850 to 2000 characters.
1 parent 525ed70 commit e3a4460

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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 850 to 2000 characters."
6+
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,7 @@
597597
"errors":[
598598
{"shape":"InvalidParameterValuesException"},
599599
{"shape":"ResourceLimitExceededException"},
600+
{"shape":"ResourceNotFoundException"},
600601
{"shape":"AccessDeniedException"}
601602
],
602603
"documentation":"<p>Imports client branding. Client branding allows you to customize your WorkSpace's client login portal. You can tailor your login portal company logo, the support email address, support link, link to reset password, and a custom message for users trying to sign in.</p> <p>After you import client branding, the default branding experience for the specified platform type is replaced with the imported experience</p> <note> <ul> <li> <p>You must specify at least one platform type when importing client branding.</p> </li> <li> <p>You can import up to 6 MB of data with each request. If your request exceeds this limit, you can import client branding for different platform types using separate requests.</p> </li> <li> <p>In each platform type, the <code>SupportEmail</code> and <code>SupportLink</code> parameters are mutually exclusive. You can specify only one parameter for each platform type, but not both.</p> </li> <li> <p>Imported data can take up to a minute to appear in the WorkSpaces client.</p> </li> </ul> </note>"
@@ -1165,7 +1166,7 @@
11651166
},
11661167
"ClientLoginMessage":{
11671168
"type":"string",
1168-
"max":850,
1169+
"max":2000,
11691170
"min":0,
11701171
"pattern":"^.*$"
11711172
},

0 commit comments

Comments
 (0)