packages feed

amazonka-cloudformation 0.2.2 → 0.2.3

raw patch · 5 files changed

+6/−6 lines, 5 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

amazonka-cloudformation.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-cloudformation-version:               0.2.2+version:               0.2.3 synopsis:              Amazon CloudFormation SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -65,5 +65,5 @@     other-modules:      build-depends:-          amazonka-core == 0.2.2.*+          amazonka-core == 0.2.3.*         , base          >= 4.7     && < 5
gen/Network/AWS/CloudFormation/DescribeStackEvents.hs view
@@ -140,6 +140,6 @@  instance AWSPager DescribeStackEvents where     page rq rs-        | stop (rq ^. dseNextToken) = Nothing+        | stop (rs ^. dserNextToken) = Nothing         | otherwise = (\x -> rq & dseNextToken ?~ x)             <$> (rs ^. dserNextToken)
gen/Network/AWS/CloudFormation/DescribeStacks.hs view
@@ -134,6 +134,6 @@  instance AWSPager DescribeStacks where     page rq rs-        | stop (rq ^. ds1NextToken) = Nothing+        | stop (rs ^. dsrNextToken) = Nothing         | otherwise = (\x -> rq & ds1NextToken ?~ x)             <$> (rs ^. dsrNextToken)
gen/Network/AWS/CloudFormation/ListStackResources.hs view
@@ -144,6 +144,6 @@  instance AWSPager ListStackResources where     page rq rs-        | stop (rq ^. lsrNextToken) = Nothing+        | stop (rs ^. lsrrNextToken) = Nothing         | otherwise = (\x -> rq & lsrNextToken ?~ x)             <$> (rs ^. lsrrNextToken)
gen/Network/AWS/CloudFormation/ListStacks.hs view
@@ -141,6 +141,6 @@  instance AWSPager ListStacks where     page rq rs-        | stop (rq ^. lsNextToken) = Nothing+        | stop (rs ^. lsr1NextToken) = Nothing         | otherwise = (\x -> rq & lsNextToken ?~ x)             <$> (rs ^. lsr1NextToken)