aws-elastic-transcoder-0.1.0.1: Haskell suite for the Elastic Transcoder service

Safe HaskellNone

Aws.ElasticTranscoder.Commands.CreateJob

Synopsis

Documentation

data CreateJob Source

A brief example createJob program

myCreateJob :: IO () myCreateJob = do cfg <- Aws.baseConfiguration rsp withManager $ \mgr - Aws.pureAws cfg my_ets_cfg mgr $ createJob Wildlife.wmv Wildlife-t.f4v my_preset my_pipeline print rsp