amazonka-emr 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-emr.cabal +2/−2
- gen/Network/AWS/EMR/ListBootstrapActions.hs +1/−1
- gen/Network/AWS/EMR/ListClusters.hs +1/−1
- gen/Network/AWS/EMR/ListInstanceGroups.hs +1/−1
- gen/Network/AWS/EMR/ListInstances.hs +1/−1
- gen/Network/AWS/EMR/ListSteps.hs +1/−1
amazonka-emr.cabal view
@@ -1,5 +1,5 @@ name: amazonka-emr-version: 0.2.2+version: 0.2.3 synopsis: Amazon Elastic MapReduce SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -60,5 +60,5 @@ other-modules: build-depends:- amazonka-core == 0.2.2.*+ amazonka-core == 0.2.3.* , base >= 4.7 && < 5
gen/Network/AWS/EMR/ListBootstrapActions.hs view
@@ -134,6 +134,6 @@ instance AWSPager ListBootstrapActions where page rq rs- | stop (rq ^. lbaMarker) = Nothing+ | stop (rs ^. lbarMarker) = Nothing | otherwise = (\x -> rq & lbaMarker ?~ x) <$> (rs ^. lbarMarker)
gen/Network/AWS/EMR/ListClusters.hs view
@@ -155,6 +155,6 @@ instance AWSPager ListClusters where page rq rs- | stop (rq ^. lcMarker) = Nothing+ | stop (rs ^. lcrMarker) = Nothing | otherwise = (\x -> rq & lcMarker ?~ x) <$> (rs ^. lcrMarker)
gen/Network/AWS/EMR/ListInstanceGroups.hs view
@@ -134,6 +134,6 @@ instance AWSPager ListInstanceGroups where page rq rs- | stop (rq ^. ligMarker) = Nothing+ | stop (rs ^. ligrMarker) = Nothing | otherwise = (\x -> rq & ligMarker ?~ x) <$> (rs ^. ligrMarker)
gen/Network/AWS/EMR/ListInstances.hs view
@@ -159,6 +159,6 @@ instance AWSPager ListInstances where page rq rs- | stop (rq ^. liMarker) = Nothing+ | stop (rs ^. lirMarker) = Nothing | otherwise = (\x -> rq & liMarker ?~ x) <$> (rs ^. lirMarker)
gen/Network/AWS/EMR/ListSteps.hs view
@@ -152,6 +152,6 @@ instance AWSPager ListSteps where page rq rs- | stop (rq ^. lsMarker) = Nothing+ | stop (rs ^. lsrMarker) = Nothing | otherwise = (\x -> rq & lsMarker ?~ x) <$> (rs ^. lsrMarker)