amazonka-kinesis 1.3.0 → 1.3.1
raw patch · 4 files changed
+11/−10 lines, 4 filesdep ~amazonka-coredep ~amazonka-kinesisdep ~amazonka-testPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core, amazonka-kinesis, amazonka-test
API changes (from Hackage documentation)
Files
- README.md +1/−1
- amazonka-kinesis.cabal +5/−5
- gen/Network/AWS/Kinesis/DescribeStream.hs +3/−2
- gen/Network/AWS/Kinesis/ListStreams.hs +2/−2
README.md view
@@ -8,7 +8,7 @@ ## Version -`1.3.0`+`1.3.1` ## Description
amazonka-kinesis.cabal view
@@ -1,5 +1,5 @@ name: amazonka-kinesis-version: 1.3.0+version: 1.3.1 synopsis: Amazon Kinesis SDK. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -65,7 +65,7 @@ , Network.AWS.Kinesis.Types.Sum build-depends:- amazonka-core == 1.3.0.*+ amazonka-core == 1.3.1.* , base >= 4.7 && < 5 test-suite amazonka-kinesis-test@@ -85,9 +85,9 @@ , Test.AWS.Kinesis.Internal build-depends:- amazonka-core == 1.3.0.*- , amazonka-test == 1.3.0.*- , amazonka-kinesis == 1.3.0.*+ amazonka-core == 1.3.1.*+ , amazonka-test == 1.3.1.*+ , amazonka-kinesis == 1.3.1.* , base , bytestring , lens
gen/Network/AWS/Kinesis/DescribeStream.hs view
@@ -113,11 +113,12 @@ instance AWSPager DescribeStream where page rq rs | stop+ (rs ^. dsrsStreamDescription . sdHasMoreShards)+ = Nothing+ | isNothing (rs ^? dsrsStreamDescription . sdShards . _last . sShardId) = Nothing- | stop (rs ^. dsrsStreamDescription . sdShards) =- Nothing | otherwise = Just $ rq & dExclusiveStartShardId .~
gen/Network/AWS/Kinesis/ListStreams.hs view
@@ -97,8 +97,8 @@ instance AWSPager ListStreams where page rq rs- | stop (rs ^? lsrsStreamNames . _last) = Nothing- | stop (rs ^. lsrsStreamNames) = Nothing+ | stop (rs ^. lsrsHasMoreStreams) = Nothing+ | isNothing (rs ^? lsrsStreamNames . _last) = Nothing | otherwise = Just $ rq & lsExclusiveStartStreamName .~