Skip to content

Commit

Permalink
feat(client-workspaces): Increased the character limit of the login m…
Browse files Browse the repository at this point in the history
…essage from 850 to 2000 characters.
  • Loading branch information
awstools committed Jul 19, 2022
1 parent cc8711e commit 6481e59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions clients/client-workspaces/src/protocols/Aws_json1_1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3119,6 +3119,9 @@ const deserializeAws_json1_1ImportClientBrandingCommandError = async (
case "ResourceLimitExceededException":
case "com.amazonaws.workspaces#ResourceLimitExceededException":
throw await deserializeAws_json1_1ResourceLimitExceededExceptionResponse(parsedOutput, context);
case "ResourceNotFoundException":
case "com.amazonaws.workspaces#ResourceNotFoundException":
throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context);
default:
const parsedBody = parsedOutput.body;
const $metadata = deserializeMetadata(output);
Expand Down
5 changes: 4 additions & 1 deletion codegen/sdk-codegen/aws-models/workspaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 850
"max": 2000
},
"smithy.api#pattern": "^.*$"
}
Expand Down Expand Up @@ -3160,6 +3160,9 @@
},
{
"target": "com.amazonaws.workspaces#ResourceLimitExceededException"
},
{
"target": "com.amazonaws.workspaces#ResourceNotFoundException"
}
],
"traits": {
Expand Down

0 comments on commit 6481e59

Please sign in to comment.