packages feed

amazonka-support 0.2.2 → 0.2.3

raw patch · 3 files changed

+4/−4 lines, 3 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

amazonka-support.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-support-version:               0.2.2+version:               0.2.3 synopsis:              Amazon Support SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -60,5 +60,5 @@     other-modules:      build-depends:-          amazonka-core == 0.2.2.*+          amazonka-core == 0.2.3.*         , base          >= 4.7     && < 5
gen/Network/AWS/Support/DescribeCases.hs view
@@ -221,6 +221,6 @@  instance AWSPager DescribeCases where     page rq rs-        | stop (rq ^. dcNextToken) = Nothing+        | stop (rs ^. dcr1NextToken) = Nothing         | otherwise = (\x -> rq & dcNextToken ?~ x)             <$> (rs ^. dcr1NextToken)
gen/Network/AWS/Support/DescribeCommunications.hs view
@@ -177,6 +177,6 @@  instance AWSPager DescribeCommunications where     page rq rs-        | stop (rq ^. dc1NextToken) = Nothing+        | stop (rs ^. dcrNextToken) = Nothing         | otherwise = (\x -> rq & dc1NextToken ?~ x)             <$> (rs ^. dcrNextToken)