]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blobdiff - vendor/github.com/aws/aws-sdk-go/aws/request/retryer.go
Upgrade to 0.12
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / aws / aws-sdk-go / aws / request / retryer.go
index 7d527029884638b8c434356369abe05f0b01bd38..d0aa54c6d1061b04b7129901d708870ffe44eed5 100644 (file)
@@ -38,8 +38,10 @@ var throttleCodes = map[string]struct{}{
        "ThrottlingException":                    {},
        "RequestLimitExceeded":                   {},
        "RequestThrottled":                       {},
+       "RequestThrottledException":              {},
        "TooManyRequestsException":               {}, // Lambda functions
        "PriorRequestNotComplete":                {}, // Route53
+       "TransactionInProgressException":         {},
 }
 
 // credsExpiredCodes is a collection of error codes which signify the credentials