amazonka-cloudsearch 0.3.4 → 0.3.5
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
amazonka-cloudsearch.cabal view
@@ -1,5 +1,5 @@ name: amazonka-cloudsearch-version: 0.3.4+version: 0.3.5 synopsis: Amazon CloudSearch SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -66,5 +66,5 @@ other-modules: build-depends:- amazonka-core == 0.3.4.*+ amazonka-core == 0.3.5.* , base >= 4.7 && < 5
gen/Network/AWS/CloudSearch/Types.hs view
@@ -334,7 +334,7 @@ -> RESTError -> Bool check (statusCode -> s) (awsErrorCode -> e)- | s == 509 && "BandwidthLimitExceeded" == e = True -- Request Limit Exceeded+ | s == 509 && (Just "BandwidthLimitExceeded") == e = True -- Request Limit Exceeded | s == 500 = True -- General Server Error | s == 509 = True -- Limit Exceeded | s == 503 = True -- Service Unavailable