packages feed

amazonka-autoscaling 0.2.2 → 0.2.3

raw patch · 9 files changed

+10/−10 lines, 9 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

amazonka-autoscaling.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-autoscaling-version:               0.2.2+version:               0.2.3 synopsis:              Amazon Auto Scaling SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -90,5 +90,5 @@     other-modules:      build-depends:-          amazonka-core == 0.2.2.*+          amazonka-core == 0.2.3.*         , base          >= 4.7     && < 5
gen/Network/AWS/AutoScaling/DescribeAutoScalingGroups.hs view
@@ -151,6 +151,6 @@  instance AWSPager DescribeAutoScalingGroups where     page rq rs-        | stop (rq ^. dasgNextToken) = Nothing+        | stop (rs ^. dasgrNextToken) = Nothing         | otherwise = (\x -> rq & dasgNextToken ?~ x)             <$> (rs ^. dasgrNextToken)
gen/Network/AWS/AutoScaling/DescribeAutoScalingInstances.hs view
@@ -151,6 +151,6 @@  instance AWSPager DescribeAutoScalingInstances where     page rq rs-        | stop (rq ^. dasiNextToken) = Nothing+        | stop (rs ^. dasirNextToken) = Nothing         | otherwise = (\x -> rq & dasiNextToken ?~ x)             <$> (rs ^. dasirNextToken)
gen/Network/AWS/AutoScaling/DescribeLaunchConfigurations.hs view
@@ -152,6 +152,6 @@  instance AWSPager DescribeLaunchConfigurations where     page rq rs-        | stop (rq ^. dlcNextToken) = Nothing+        | stop (rs ^. dlcrNextToken) = Nothing         | otherwise = (\x -> rq & dlcNextToken ?~ x)             <$> (rs ^. dlcrNextToken)
gen/Network/AWS/AutoScaling/DescribeNotificationConfigurations.hs view
@@ -147,6 +147,6 @@  instance AWSPager DescribeNotificationConfigurations where     page rq rs-        | stop (rq ^. dncNextToken) = Nothing+        | stop (rs ^. dncrNextToken) = Nothing         | otherwise = (\x -> rq & dncNextToken ?~ x)             <$> (rs ^. dncrNextToken)
gen/Network/AWS/AutoScaling/DescribePolicies.hs view
@@ -161,6 +161,6 @@  instance AWSPager DescribePolicies where     page rq rs-        | stop (rq ^. dp1NextToken) = Nothing+        | stop (rs ^. dprNextToken) = Nothing         | otherwise = (\x -> rq & dp1NextToken ?~ x)             <$> (rs ^. dprNextToken)
gen/Network/AWS/AutoScaling/DescribeScalingActivities.hs view
@@ -164,6 +164,6 @@  instance AWSPager DescribeScalingActivities where     page rq rs-        | stop (rq ^. dsa2NextToken) = Nothing+        | stop (rs ^. dsar1NextToken) = Nothing         | otherwise = (\x -> rq & dsa2NextToken ?~ x)             <$> (rs ^. dsar1NextToken)
gen/Network/AWS/AutoScaling/DescribeScheduledActions.hs view
@@ -187,6 +187,6 @@  instance AWSPager DescribeScheduledActions where     page rq rs-        | stop (rq ^. dsa1NextToken) = Nothing+        | stop (rs ^. dsarNextToken) = Nothing         | otherwise = (\x -> rq & dsa1NextToken ?~ x)             <$> (rs ^. dsarNextToken)
gen/Network/AWS/AutoScaling/DescribeTags.hs view
@@ -152,6 +152,6 @@  instance AWSPager DescribeTags where     page rq rs-        | stop (rq ^. dtNextToken) = Nothing+        | stop (rs ^. dtrNextToken) = Nothing         | otherwise = (\x -> rq & dtNextToken ?~ x)             <$> (rs ^. dtrNextToken)