amazonka-swf 0.2.2 → 0.2.3
raw patch · 8 files changed
+9/−9 lines, 8 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- amazonka-swf.cabal +2/−2
- gen/Network/AWS/SWF/GetWorkflowExecutionHistory.hs +1/−1
- gen/Network/AWS/SWF/ListActivityTypes.hs +1/−1
- gen/Network/AWS/SWF/ListClosedWorkflowExecutions.hs +1/−1
- gen/Network/AWS/SWF/ListDomains.hs +1/−1
- gen/Network/AWS/SWF/ListOpenWorkflowExecutions.hs +1/−1
- gen/Network/AWS/SWF/ListWorkflowTypes.hs +1/−1
- gen/Network/AWS/SWF/PollForDecisionTask.hs +1/−1
amazonka-swf.cabal view
@@ -1,5 +1,5 @@ name: amazonka-swf-version: 0.2.2+version: 0.2.3 synopsis: Amazon Simple Workflow Service SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -77,5 +77,5 @@ other-modules: build-depends:- amazonka-core == 0.2.2.*+ amazonka-core == 0.2.3.* , base >= 4.7 && < 5
gen/Network/AWS/SWF/GetWorkflowExecutionHistory.hs view
@@ -200,6 +200,6 @@ instance AWSPager GetWorkflowExecutionHistory where page rq rs- | stop (rq ^. gwehNextPageToken) = Nothing+ | stop (rs ^. gwehrNextPageToken) = Nothing | otherwise = (\x -> rq & gwehNextPageToken ?~ x) <$> (rs ^. gwehrNextPageToken)
gen/Network/AWS/SWF/ListActivityTypes.hs view
@@ -212,6 +212,6 @@ instance AWSPager ListActivityTypes where page rq rs- | stop (rq ^. latNextPageToken) = Nothing+ | stop (rs ^. latrNextPageToken) = Nothing | otherwise = (\x -> rq & latNextPageToken ?~ x) <$> (rs ^. latrNextPageToken)
gen/Network/AWS/SWF/ListClosedWorkflowExecutions.hs view
@@ -286,6 +286,6 @@ instance AWSPager ListClosedWorkflowExecutions where page rq rs- | stop (rq ^. lcweNextPageToken) = Nothing+ | stop (rs ^. lcwerNextPageToken) = Nothing | otherwise = (\x -> rq & lcweNextPageToken ?~ x) <$> (rs ^. lcwerNextPageToken)
gen/Network/AWS/SWF/ListDomains.hs view
@@ -190,6 +190,6 @@ instance AWSPager ListDomains where page rq rs- | stop (rq ^. ldNextPageToken) = Nothing+ | stop (rs ^. ldrNextPageToken) = Nothing | otherwise = (\x -> rq & ldNextPageToken ?~ x) <$> (rs ^. ldrNextPageToken)
gen/Network/AWS/SWF/ListOpenWorkflowExecutions.hs view
@@ -248,6 +248,6 @@ instance AWSPager ListOpenWorkflowExecutions where page rq rs- | stop (rq ^. loweNextPageToken) = Nothing+ | stop (rs ^. lowerNextPageToken) = Nothing | otherwise = (\x -> rq & loweNextPageToken ?~ x) <$> (rs ^. lowerNextPageToken)
gen/Network/AWS/SWF/ListWorkflowTypes.hs view
@@ -210,6 +210,6 @@ instance AWSPager ListWorkflowTypes where page rq rs- | stop (rq ^. lwtNextPageToken) = Nothing+ | stop (rs ^. lwtrNextPageToken) = Nothing | otherwise = (\x -> rq & lwtNextPageToken ?~ x) <$> (rs ^. lwtrNextPageToken)
gen/Network/AWS/SWF/PollForDecisionTask.hs view
@@ -301,6 +301,6 @@ instance AWSPager PollForDecisionTask where page rq rs- | stop (rq ^. pfdtNextPageToken) = Nothing+ | stop (rs ^. pfdtrNextPageToken) = Nothing | otherwise = (\x -> rq & pfdtNextPageToken ?~ x) <$> (rs ^. pfdtrNextPageToken)