amazonka-elastictranscoder 0.2.2 → 0.2.3
raw patch · 5 files changed
+6/−6 lines, 5 filesdep ~amazonka-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
Files
- amazonka-elastictranscoder.cabal +2/−2
- gen/Network/AWS/ElasticTranscoder/ListJobsByPipeline.hs +1/−1
- gen/Network/AWS/ElasticTranscoder/ListJobsByStatus.hs +1/−1
- gen/Network/AWS/ElasticTranscoder/ListPipelines.hs +1/−1
- gen/Network/AWS/ElasticTranscoder/ListPresets.hs +1/−1
amazonka-elastictranscoder.cabal view
@@ -1,5 +1,5 @@ name: amazonka-elastictranscoder-version: 0.2.2+version: 0.2.3 synopsis: Amazon Elastic Transcoder 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/ElasticTranscoder/ListJobsByPipeline.hs view
@@ -154,6 +154,6 @@ instance AWSPager ListJobsByPipeline where page rq rs- | stop (rq ^. ljbpPageToken) = Nothing+ | stop (rs ^. ljbprNextPageToken) = Nothing | otherwise = (\x -> rq & ljbpPageToken ?~ x) <$> (rs ^. ljbprNextPageToken)
gen/Network/AWS/ElasticTranscoder/ListJobsByStatus.hs view
@@ -152,6 +152,6 @@ instance AWSPager ListJobsByStatus where page rq rs- | stop (rq ^. ljbsPageToken) = Nothing+ | stop (rs ^. ljbsrNextPageToken) = Nothing | otherwise = (\x -> rq & ljbsPageToken ?~ x) <$> (rs ^. ljbsrNextPageToken)
gen/Network/AWS/ElasticTranscoder/ListPipelines.hs view
@@ -136,6 +136,6 @@ instance AWSPager ListPipelines where page rq rs- | stop (rq ^. lpPageToken) = Nothing+ | stop (rs ^. lprNextPageToken) = Nothing | otherwise = (\x -> rq & lpPageToken ?~ x) <$> (rs ^. lprNextPageToken)
gen/Network/AWS/ElasticTranscoder/ListPresets.hs view
@@ -137,6 +137,6 @@ instance AWSPager ListPresets where page rq rs- | stop (rq ^. lp1PageToken) = Nothing+ | stop (rs ^. lpr1NextPageToken) = Nothing | otherwise = (\x -> rq & lp1PageToken ?~ x) <$> (rs ^. lpr1NextPageToken)