packages feed

amazonka-storagegateway 0.2.2 → 0.2.3

raw patch · 7 files changed

+8/−8 lines, 7 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

amazonka-storagegateway.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-storagegateway-version:               0.2.2+version:               0.2.3 synopsis:              Amazon Storage Gateway SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -89,5 +89,5 @@     other-modules:      build-depends:-          amazonka-core == 0.2.2.*+          amazonka-core == 0.2.3.*         , base          >= 4.7     && < 5
gen/Network/AWS/StorageGateway/DescribeTapeArchives.hs view
@@ -157,6 +157,6 @@  instance AWSPager DescribeTapeArchives where     page rq rs-        | stop (rq ^. dtaMarker) = Nothing+        | stop (rs ^. dtarMarker) = Nothing         | otherwise = (\x -> rq & dtaMarker ?~ x)             <$> (rs ^. dtarMarker)
gen/Network/AWS/StorageGateway/DescribeTapeRecoveryPoints.hs view
@@ -166,6 +166,6 @@  instance AWSPager DescribeTapeRecoveryPoints where     page rq rs-        | stop (rq ^. dtrpMarker) = Nothing+        | stop (rs ^. dtrprMarker) = Nothing         | otherwise = (\x -> rq & dtrpMarker ?~ x)             <$> (rs ^. dtrprMarker)
gen/Network/AWS/StorageGateway/DescribeTapes.hs view
@@ -166,6 +166,6 @@  instance AWSPager DescribeTapes where     page rq rs-        | stop (rq ^. dtMarker) = Nothing+        | stop (rs ^. dtrMarker) = Nothing         | otherwise = (\x -> rq & dtMarker ?~ x)             <$> (rs ^. dtrMarker)
gen/Network/AWS/StorageGateway/DescribeVTLDevices.hs view
@@ -176,6 +176,6 @@  instance AWSPager DescribeVTLDevices where     page rq rs-        | stop (rq ^. dvtldMarker) = Nothing+        | stop (rs ^. dvtldrMarker) = Nothing         | otherwise = (\x -> rq & dvtldMarker ?~ x)             <$> (rs ^. dvtldrMarker)
gen/Network/AWS/StorageGateway/ListGateways.hs view
@@ -142,6 +142,6 @@  instance AWSPager ListGateways where     page rq rs-        | stop (rq ^. lgMarker) = Nothing+        | stop (rs ^. lgrMarker) = Nothing         | otherwise = (\x -> rq & lgMarker ?~ x)             <$> (rs ^. lgrMarker)
gen/Network/AWS/StorageGateway/ListVolumes.hs view
@@ -160,6 +160,6 @@  instance AWSPager ListVolumes where     page rq rs-        | stop (rq ^. lvMarker) = Nothing+        | stop (rs ^. lvrMarker) = Nothing         | otherwise = (\x -> rq & lvMarker ?~ x)             <$> (rs ^. lvrMarker)