packages feed

amazonka-rds 1.3.0 → 1.3.1

raw patch · 3 files changed

+8/−8 lines, 3 filesdep ~amazonka-coredep ~amazonka-rdsdep ~amazonka-testPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core, amazonka-rds, amazonka-test

API changes (from Hackage documentation)

Files

README.md view
@@ -8,7 +8,7 @@  ## Version -`1.3.0`+`1.3.1`   ## Description
amazonka-rds.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-rds-version:               1.3.0+version:               1.3.1 synopsis:              Amazon Relational Database Service SDK. homepage:              https://github.com/brendanhay/amazonka bug-reports:           https://github.com/brendanhay/amazonka/issues@@ -152,7 +152,7 @@         , Network.AWS.RDS.Types.Sum      build-depends:-          amazonka-core == 1.3.0.*+          amazonka-core == 1.3.1.*         , base          >= 4.7     && < 5  test-suite amazonka-rds-test@@ -172,9 +172,9 @@         , Test.AWS.RDS.Internal      build-depends:-          amazonka-core == 1.3.0.*-        , amazonka-test == 1.3.0.*-        , amazonka-rds == 1.3.0.*+          amazonka-core == 1.3.1.*+        , amazonka-test == 1.3.1.*+        , amazonka-rds == 1.3.1.*         , base         , bytestring         , lens
gen/Network/AWS/RDS/DownloadDBLogFilePortion.hs view
@@ -135,8 +135,8 @@  instance AWSPager DownloadDBLogFilePortion where         page rq rs-          | stop (rs ^. ddlfprsMarker) = Nothing-          | stop (rs ^. ddlfprsLogFileData) = Nothing+          | stop (rs ^. ddlfprsAdditionalDataPending) = Nothing+          | isNothing (rs ^. ddlfprsMarker) = Nothing           | otherwise =             Just $ rq & ddlfpMarker .~ rs ^. ddlfprsMarker