File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
clients/client-workspaces/src/protocols
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3119,6 +3119,9 @@ const deserializeAws_json1_1ImportClientBrandingCommandError = async (
31193119 case "ResourceLimitExceededException" :
31203120 case "com.amazonaws.workspaces#ResourceLimitExceededException" :
31213121 throw await deserializeAws_json1_1ResourceLimitExceededExceptionResponse ( parsedOutput , context ) ;
3122+ case "ResourceNotFoundException" :
3123+ case "com.amazonaws.workspaces#ResourceNotFoundException" :
3124+ throw await deserializeAws_json1_1ResourceNotFoundExceptionResponse ( parsedOutput , context ) ;
31223125 default :
31233126 const parsedBody = parsedOutput . body ;
31243127 const $metadata = deserializeMetadata ( output ) ;
Original file line number Diff line number Diff line change 475475 "traits" : {
476476 "smithy.api#length" : {
477477 "min" : 0 ,
478- "max" : 850
478+ "max" : 2000
479479 },
480480 "smithy.api#pattern" : " ^.*$"
481481 }
31603160 },
31613161 {
31623162 "target" : " com.amazonaws.workspaces#ResourceLimitExceededException"
3163+ },
3164+ {
3165+ "target" : " com.amazonaws.workspaces#ResourceNotFoundException"
31633166 }
31643167 ],
31653168 "traits" : {
You can’t perform that action at this time.
0 commit comments