@@ -1882,7 +1882,7 @@ const deserializeAws_queryDeleteChangeSetCommandError = async (
1882
1882
} ;
1883
1883
const errorCode = loadQueryErrorCode ( output , parsedOutput . body ) ;
1884
1884
switch ( errorCode ) {
1885
- case "InvalidChangeSetStatusException " :
1885
+ case "InvalidChangeSetStatus " :
1886
1886
case "com.amazonaws.cloudformation#InvalidChangeSetStatusException" :
1887
1887
throw await deserializeAws_queryInvalidChangeSetStatusExceptionResponse ( parsedOutput , context ) ;
1888
1888
default :
@@ -2137,7 +2137,7 @@ const deserializeAws_queryDescribeChangeSetCommandError = async (
2137
2137
} ;
2138
2138
const errorCode = loadQueryErrorCode ( output , parsedOutput . body ) ;
2139
2139
switch ( errorCode ) {
2140
- case "ChangeSetNotFoundException " :
2140
+ case "ChangeSetNotFound " :
2141
2141
case "com.amazonaws.cloudformation#ChangeSetNotFoundException" :
2142
2142
throw await deserializeAws_queryChangeSetNotFoundExceptionResponse ( parsedOutput , context ) ;
2143
2143
default :
@@ -2178,7 +2178,7 @@ const deserializeAws_queryDescribeChangeSetHooksCommandError = async (
2178
2178
} ;
2179
2179
const errorCode = loadQueryErrorCode ( output , parsedOutput . body ) ;
2180
2180
switch ( errorCode ) {
2181
- case "ChangeSetNotFoundException " :
2181
+ case "ChangeSetNotFound " :
2182
2182
case "com.amazonaws.cloudformation#ChangeSetNotFoundException" :
2183
2183
throw await deserializeAws_queryChangeSetNotFoundExceptionResponse ( parsedOutput , context ) ;
2184
2184
default :
@@ -2839,13 +2839,13 @@ const deserializeAws_queryExecuteChangeSetCommandError = async (
2839
2839
} ;
2840
2840
const errorCode = loadQueryErrorCode ( output , parsedOutput . body ) ;
2841
2841
switch ( errorCode ) {
2842
- case "ChangeSetNotFoundException " :
2842
+ case "ChangeSetNotFound " :
2843
2843
case "com.amazonaws.cloudformation#ChangeSetNotFoundException" :
2844
2844
throw await deserializeAws_queryChangeSetNotFoundExceptionResponse ( parsedOutput , context ) ;
2845
2845
case "InsufficientCapabilitiesException" :
2846
2846
case "com.amazonaws.cloudformation#InsufficientCapabilitiesException" :
2847
2847
throw await deserializeAws_queryInsufficientCapabilitiesExceptionResponse ( parsedOutput , context ) ;
2848
- case "InvalidChangeSetStatusException " :
2848
+ case "InvalidChangeSetStatus " :
2849
2849
case "com.amazonaws.cloudformation#InvalidChangeSetStatusException" :
2850
2850
throw await deserializeAws_queryInvalidChangeSetStatusExceptionResponse ( parsedOutput , context ) ;
2851
2851
case "TokenAlreadyExistsException" :
@@ -2924,7 +2924,7 @@ const deserializeAws_queryGetTemplateCommandError = async (
2924
2924
} ;
2925
2925
const errorCode = loadQueryErrorCode ( output , parsedOutput . body ) ;
2926
2926
switch ( errorCode ) {
2927
- case "ChangeSetNotFoundException " :
2927
+ case "ChangeSetNotFound " :
2928
2928
case "com.amazonaws.cloudformation#ChangeSetNotFoundException" :
2929
2929
throw await deserializeAws_queryChangeSetNotFoundExceptionResponse ( parsedOutput , context ) ;
2930
2930
default :
@@ -3568,12 +3568,12 @@ const deserializeAws_queryRecordHandlerProgressCommandError = async (
3568
3568
} ;
3569
3569
const errorCode = loadQueryErrorCode ( output , parsedOutput . body ) ;
3570
3570
switch ( errorCode ) {
3571
- case "InvalidStateTransitionException" :
3572
- case "com.amazonaws.cloudformation#InvalidStateTransitionException" :
3573
- throw await deserializeAws_queryInvalidStateTransitionExceptionResponse ( parsedOutput , context ) ;
3574
- case "OperationStatusCheckFailedException" :
3571
+ case "ConditionalCheckFailed" :
3575
3572
case "com.amazonaws.cloudformation#OperationStatusCheckFailedException" :
3576
3573
throw await deserializeAws_queryOperationStatusCheckFailedExceptionResponse ( parsedOutput , context ) ;
3574
+ case "InvalidStateTransition" :
3575
+ case "com.amazonaws.cloudformation#InvalidStateTransitionException" :
3576
+ throw await deserializeAws_queryInvalidStateTransitionExceptionResponse ( parsedOutput , context ) ;
3577
3577
default :
3578
3578
const parsedBody = parsedOutput . body ;
3579
3579
throwDefaultError ( {
0 commit comments