ExAws v1.1.4 ExAws.ElasticTranscoder View Source

Operations on AWS Elastic Transcoder

Examples

ElasticTranscoder.list_pipelines() |> ExAws.request!()
ElasticTranscoder.create_job(%{"Key" => "abcd.mp4", ...}) |> ExAws.request!()

Link to this section Summary

Functions

Cancel a pending job

Create a new job

Create a new pipeline

Create a new preset

Delete a pipeline

Delete a preset

List jobs of a given pipeline, may return paginated result

List jobs with a given status, may return paginated result

List pipelines, may return paginated result

List all preset, may return paginated result

Get description of a single job

Get description of a single pipeline

Get description of a single preset

Update an existing pipeline, omit attributes to leave them unchanged

Update the notification callback SNS queue ARNs of an existing pipeline

Update the status of an existing pipeline

Link to this section Functions

Cancel a pending job

Create a new job

Create a new pipeline

Create a new preset

Link to this function delete_pipeline(pipeline_id) View Source

Delete a pipeline

Link to this function delete_preset(preset_id) View Source

Delete a preset

Link to this function list_jobs_by_pipeline(pipeline_id, next_token \\ nil) View Source

List jobs of a given pipeline, may return paginated result

Link to this function list_jobs_by_status(status, next_token \\ nil) View Source

List jobs with a given status, may return paginated result

Link to this function list_pipelines(next_token \\ nil) View Source

List pipelines, may return paginated result

Link to this function list_presets(next_token \\ nil) View Source

List all preset, may return paginated result

Get description of a single job

Link to this function read_pipeline(pipeline_id) View Source

Get description of a single pipeline

Get description of a single preset

Link to this function update_pipeline(pipeline_id, data) View Source

Update an existing pipeline, omit attributes to leave them unchanged

Link to this function update_pipeline_notifications(pipeline_id, notifications) View Source

Update the notification callback SNS queue ARNs of an existing pipeline

Link to this function update_pipeline_status(pipeline_id, status) View Source

Update the status of an existing pipeline