amazonka-cloudwatch 0.2.2 → 0.2.3
raw patch · 4 files changed
+5/−5 lines, 4 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- amazonka-cloudwatch.cabal +2/−2
- gen/Network/AWS/CloudWatch/DescribeAlarmHistory.hs +1/−1
- gen/Network/AWS/CloudWatch/DescribeAlarms.hs +1/−1
- gen/Network/AWS/CloudWatch/ListMetrics.hs +1/−1
amazonka-cloudwatch.cabal view
@@ -1,5 +1,5 @@ name: amazonka-cloudwatch-version: 0.2.2+version: 0.2.3 synopsis: Amazon CloudWatch SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -58,5 +58,5 @@ other-modules: build-depends:- amazonka-core == 0.2.2.*+ amazonka-core == 0.2.3.* , base >= 4.7 && < 5
gen/Network/AWS/CloudWatch/DescribeAlarmHistory.hs view
@@ -174,6 +174,6 @@ instance AWSPager DescribeAlarmHistory where page rq rs- | stop (rq ^. dahNextToken) = Nothing+ | stop (rs ^. dahrNextToken) = Nothing | otherwise = (\x -> rq & dahNextToken ?~ x) <$> (rs ^. dahrNextToken)
gen/Network/AWS/CloudWatch/DescribeAlarms.hs view
@@ -173,6 +173,6 @@ instance AWSPager DescribeAlarms where page rq rs- | stop (rq ^. daNextToken) = Nothing+ | stop (rs ^. darNextToken) = Nothing | otherwise = (\x -> rq & daNextToken ?~ x) <$> (rs ^. darNextToken)
gen/Network/AWS/CloudWatch/ListMetrics.hs view
@@ -151,6 +151,6 @@ instance AWSPager ListMetrics where page rq rs- | stop (rq ^. lmNextToken) = Nothing+ | stop (rs ^. lmrNextToken) = Nothing | otherwise = (\x -> rq & lmNextToken ?~ x) <$> (rs ^. lmrNextToken)