Safe Haskell | None |
---|
Aws.ElasticTranscoder.Commands.CreateJob
- data CreateJob = CreateJob {}
- data CreateJobResponse = CreateJobResponse {}
- createJob :: S3Object -> S3Object -> PresetId -> PipelineId -> CreateJob
- defaultJSInput :: S3Object -> JSInput
- defaultJSOutput :: S3Object -> PresetId -> JSOutput
Documentation
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
Constructors
CreateJob | |
Fields
|
data CreateJobResponse Source
Constructors
CreateJobResponse | |
Fields
|
defaultJSOutput :: S3Object -> PresetId -> JSOutputSource