amazonka-sdb 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-sdb.cabal view
@@ -1,5 +1,5 @@ name: amazonka-sdb-version: 0.2.2+version: 0.2.3 synopsis: Amazon SimpleDB SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -61,5 +61,5 @@ other-modules: build-depends:- amazonka-core == 0.2.2.*+ amazonka-core == 0.2.3.* , base >= 4.7 && < 5
gen/Network/AWS/SDB/ListDomains.hs view
@@ -132,6 +132,6 @@ instance AWSPager ListDomains where page rq rs- | stop (rq ^. ldNextToken) = Nothing+ | stop (rs ^. ldrNextToken) = Nothing | otherwise = (\x -> rq & ldNextToken ?~ x) <$> (rs ^. ldrNextToken)
gen/Network/AWS/SDB/Select.hs view
@@ -156,6 +156,6 @@ instance AWSPager Select where page rq rs- | stop (rq ^. sNextToken) = Nothing+ | stop (rs ^. srNextToken) = Nothing | otherwise = (\x -> rq & sNextToken ?~ x) <$> (rs ^. srNextToken)