amazonka-importexport 1.3.0 → 1.3.1
raw patch · 3 files changed
+9/−8 lines, 3 filesdep ~amazonka-coredep ~amazonka-importexportdep ~amazonka-testPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core, amazonka-importexport, amazonka-test
API changes (from Hackage documentation)
Files
README.md view
@@ -8,7 +8,7 @@ ## Version -`1.3.0`+`1.3.1` ## Description
amazonka-importexport.cabal view
@@ -1,5 +1,5 @@ name: amazonka-importexport-version: 1.3.0+version: 1.3.1 synopsis: Amazon Import/Export SDK. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -61,7 +61,7 @@ , Network.AWS.ImportExport.Types.Sum build-depends:- amazonka-core == 1.3.0.*+ amazonka-core == 1.3.1.* , base >= 4.7 && < 5 test-suite amazonka-importexport-test@@ -81,9 +81,9 @@ , Test.AWS.ImportExport.Internal build-depends:- amazonka-core == 1.3.0.*- , amazonka-test == 1.3.0.*- , amazonka-importexport == 1.3.0.*+ amazonka-core == 1.3.1.*+ , amazonka-test == 1.3.1.*+ , amazonka-importexport == 1.3.1.* , base , bytestring , lens
gen/Network/AWS/ImportExport/ListJobs.hs view
@@ -94,8 +94,9 @@ instance AWSPager ListJobs where page rq rs- | stop (rs ^? ljrsJobs . _last . jobJobId) = Nothing- | stop (rs ^. ljrsJobs) = Nothing+ | stop (rs ^. ljrsIsTruncated) = Nothing+ | isNothing (rs ^? ljrsJobs . _last . jobJobId) =+ Nothing | otherwise = Just $ rq & ljMarker .~ rs ^? ljrsJobs . _last . jobJobId