Skip to content

Commit

Permalink
Regenerating amazonka-cognito-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanhay committed Mar 18, 2016
1 parent a7f8c48 commit f52374b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amazonka-cognito-sync/gen/Network/AWS/CognitoSync/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ cognitoSync =
, _retryCheck = check
}
check e
| has (hasStatus 429) e = Just "too_many_requests"
| has (hasCode "ThrottlingException" . hasStatus 400) e =
Just "throttling_exception"
| has (hasCode "Throttling" . hasStatus 400) e = Just "throttling"
Expand Down

0 comments on commit f52374b

Please sign in to comment.