amazonka-sns 0.2.2 → 0.2.3
raw patch · 6 files changed
+7/−7 lines, 6 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- amazonka-sns.cabal +2/−2
- gen/Network/AWS/SNS/ListEndpointsByPlatformApplication.hs +1/−1
- gen/Network/AWS/SNS/ListPlatformApplications.hs +1/−1
- gen/Network/AWS/SNS/ListSubscriptions.hs +1/−1
- gen/Network/AWS/SNS/ListSubscriptionsByTopic.hs +1/−1
- gen/Network/AWS/SNS/ListTopics.hs +1/−1
amazonka-sns.cabal view
@@ -1,5 +1,5 @@ name: amazonka-sns-version: 0.2.2+version: 0.2.3 synopsis: Amazon Simple Notification Service SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -72,5 +72,5 @@ other-modules: build-depends:- amazonka-core == 0.2.2.*+ amazonka-core == 0.2.3.* , base >= 4.7 && < 5
gen/Network/AWS/SNS/ListEndpointsByPlatformApplication.hs view
@@ -139,6 +139,6 @@ instance AWSPager ListEndpointsByPlatformApplication where page rq rs- | stop (rq ^. lebpaNextToken) = Nothing+ | stop (rs ^. lebparNextToken) = Nothing | otherwise = (\x -> rq & lebpaNextToken ?~ x) <$> (rs ^. lebparNextToken)
gen/Network/AWS/SNS/ListPlatformApplications.hs view
@@ -129,6 +129,6 @@ instance AWSPager ListPlatformApplications where page rq rs- | stop (rq ^. lpaNextToken) = Nothing+ | stop (rs ^. lparNextToken) = Nothing | otherwise = (\x -> rq & lpaNextToken ?~ x) <$> (rs ^. lparNextToken)
gen/Network/AWS/SNS/ListSubscriptions.hs view
@@ -122,6 +122,6 @@ instance AWSPager ListSubscriptions where page rq rs- | stop (rq ^. lsNextToken) = Nothing+ | stop (rs ^. lsrNextToken) = Nothing | otherwise = (\x -> rq & lsNextToken ?~ x) <$> (rs ^. lsrNextToken)
gen/Network/AWS/SNS/ListSubscriptionsByTopic.hs view
@@ -133,6 +133,6 @@ instance AWSPager ListSubscriptionsByTopic where page rq rs- | stop (rq ^. lsbtNextToken) = Nothing+ | stop (rs ^. lsbtrNextToken) = Nothing | otherwise = (\x -> rq & lsbtNextToken ?~ x) <$> (rs ^. lsbtrNextToken)
gen/Network/AWS/SNS/ListTopics.hs view
@@ -121,6 +121,6 @@ instance AWSPager ListTopics where page rq rs- | stop (rq ^. ltNextToken) = Nothing+ | stop (rs ^. ltrNextToken) = Nothing | otherwise = (\x -> rq & ltNextToken ?~ x) <$> (rs ^. ltrNextToken)