amazonka-elastictranscoder 0.0.0 → 0.0.1
raw patch · 2 files changed
+6/−6 lines, 2 filesdep ~amazonka-corePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: amazonka-core
API changes (from Hackage documentation)
- Network.AWS.ElasticTranscoder.Types: data RESTError :: *
+ Network.AWS.ElasticTranscoder.Types: data JSONError :: *
Files
amazonka-elastictranscoder.cabal view
@@ -1,5 +1,5 @@ name: amazonka-elastictranscoder-version: 0.0.0+version: 0.0.1 synopsis: Amazon Elastic Transcoder SDK. homepage: https://github.com/brendanhay/amazonka license: OtherLicense@@ -59,5 +59,5 @@ other-modules: build-depends:- amazonka-core- , base >= 4.7 && < 5+ amazonka-core == 0.0.1.*+ , base >= 4.7 && < 5
gen/Network/AWS/ElasticTranscoder/Types.hs view
@@ -25,7 +25,7 @@ -- * Service ElasticTranscoder -- ** Error- , RESTError+ , JSONError -- * PipelineOutputConfig , PipelineOutputConfig@@ -272,7 +272,7 @@ instance AWSService ElasticTranscoder where type Sg ElasticTranscoder = V4- type Er ElasticTranscoder = RESTError+ type Er ElasticTranscoder = JSONError service = Service { _svcEndpoint = regional@@ -283,7 +283,7 @@ , _svcJSONVersion = Nothing } - handle = restError statusSuccess+ handle = jsonError statusSuccess data PipelineOutputConfig = PipelineOutputConfig { _pocBucket :: Maybe Text