View Source aws_mediaconvert (aws v1.0.4)

AWS Elemental MediaConvert

Summary

Functions

Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert.

Permanently cancel a job.

Create a new transcoding job.

Create a new job template.

Create a new preset.

Create a new transcoding queue.

Permanently delete a job template you have created.
Permanently delete a policy that you created.
Permanently delete a preset you have created.
Permanently delete a queue you have created.
Send an request with an empty body to the regional API endpoint to get your account API endpoint.
Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.
Retrieve the JSON for a specific transcoding job.
Retrieve the JSON for a specific job template.
Retrieve the JSON for your policy.
Retrieve the JSON for a specific preset.
Retrieve the JSON for a specific queue.

Retrieve a JSON array of up to twenty of your job templates.

Retrieve a JSON array of up to twenty of your most recently created jobs.

Retrieve a JSON array of up to twenty of your presets.

Retrieve a JSON array of up to twenty of your queues.

Retrieve the tags for a MediaConvert resource.

Create or change your policy.

Add tags to a MediaConvert queue, preset, or job template.

Remove tags from a MediaConvert queue, preset, or job template.

Modify one of your existing job templates.
Modify one of your existing presets.
Modify one of your existing queues.

Functions

Link to this function

associate_certificate(Client, Input)

View Source
Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert.
Link to this function

associate_certificate(Client, Input0, Options0)

View Source
Link to this function

cancel_job(Client, Id, Input)

View Source

Permanently cancel a job.

Once you have canceled a job, you can't start it again.
Link to this function

cancel_job(Client, Id, Input0, Options0)

View Source
Link to this function

create_job(Client, Input)

View Source

Create a new transcoding job.

For information about jobs and job settings, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
Link to this function

create_job(Client, Input0, Options0)

View Source
Link to this function

create_job_template(Client, Input)

View Source

Create a new job template.

For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
Link to this function

create_job_template(Client, Input0, Options0)

View Source
Link to this function

create_preset(Client, Input)

View Source

Create a new preset.

For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
Link to this function

create_preset(Client, Input0, Options0)

View Source
Link to this function

create_queue(Client, Input)

View Source

Create a new transcoding queue.

For information about queues, see Working With Queues in the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html
Link to this function

create_queue(Client, Input0, Options0)

View Source
Link to this function

delete_job_template(Client, Name, Input)

View Source
Permanently delete a job template you have created.
Link to this function

delete_job_template(Client, Name, Input0, Options0)

View Source
Link to this function

delete_policy(Client, Input)

View Source
Permanently delete a policy that you created.
Link to this function

delete_policy(Client, Input0, Options0)

View Source
Link to this function

delete_preset(Client, Name, Input)

View Source
Permanently delete a preset you have created.
Link to this function

delete_preset(Client, Name, Input0, Options0)

View Source
Link to this function

delete_queue(Client, Name, Input)

View Source
Permanently delete a queue you have created.
Link to this function

delete_queue(Client, Name, Input0, Options0)

View Source
Link to this function

describe_endpoints(Client, Input)

View Source
Send an request with an empty body to the regional API endpoint to get your account API endpoint.
Link to this function

describe_endpoints(Client, Input0, Options0)

View Source
Link to this function

disassociate_certificate(Client, Arn, Input)

View Source
Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.
Link to this function

disassociate_certificate(Client, Arn, Input0, Options0)

View Source
Retrieve the JSON for a specific transcoding job.
Link to this function

get_job(Client, Id, QueryMap, HeadersMap)

View Source
Link to this function

get_job(Client, Id, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_job_template(Client, Name)

View Source
Retrieve the JSON for a specific job template.
Link to this function

get_job_template(Client, Name, QueryMap, HeadersMap)

View Source
Link to this function

get_job_template(Client, Name, QueryMap, HeadersMap, Options0)

View Source
Retrieve the JSON for your policy.
Link to this function

get_policy(Client, QueryMap, HeadersMap)

View Source
Link to this function

get_policy(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_preset(Client, Name)

View Source
Retrieve the JSON for a specific preset.
Link to this function

get_preset(Client, Name, QueryMap, HeadersMap)

View Source
Link to this function

get_preset(Client, Name, QueryMap, HeadersMap, Options0)

View Source
Retrieve the JSON for a specific queue.
Link to this function

get_queue(Client, Name, QueryMap, HeadersMap)

View Source
Link to this function

get_queue(Client, Name, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_job_templates(Client)

View Source

Retrieve a JSON array of up to twenty of your job templates.

This will return the templates themselves, not just a list of them. To retrieve the next twenty templates, use the nextToken string returned with the array
Link to this function

list_job_templates(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_job_templates(Client, QueryMap, HeadersMap, Options0)

View Source

Retrieve a JSON array of up to twenty of your most recently created jobs.

This array includes in-process, completed, and errored jobs. This will return the jobs themselves, not just a list of the jobs. To retrieve the twenty next most recent jobs, use the nextToken string returned with the array.
Link to this function

list_jobs(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_jobs(Client, QueryMap, HeadersMap, Options0)

View Source

Retrieve a JSON array of up to twenty of your presets.

This will return the presets themselves, not just a list of them. To retrieve the next twenty presets, use the nextToken string returned with the array.
Link to this function

list_presets(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_presets(Client, QueryMap, HeadersMap, Options0)

View Source

Retrieve a JSON array of up to twenty of your queues.

This will return the queues themselves, not just a list of them. To retrieve the next twenty queues, use the nextToken string returned with the array.
Link to this function

list_queues(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_queues(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, Arn)

View Source
Retrieve the tags for a MediaConvert resource.
Link to this function

list_tags_for_resource(Client, Arn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, Arn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

put_policy(Client, Input)

View Source

Create or change your policy.

For more information about policies, see the user guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
Link to this function

put_policy(Client, Input0, Options0)

View Source
Link to this function

tag_resource(Client, Input)

View Source

Add tags to a MediaConvert queue, preset, or job template.

For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html
Link to this function

tag_resource(Client, Input0, Options0)

View Source
Link to this function

untag_resource(Client, Arn, Input)

View Source

Remove tags from a MediaConvert queue, preset, or job template.

For information about tagging, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/tagging-resources.html
Link to this function

untag_resource(Client, Arn, Input0, Options0)

View Source
Link to this function

update_job_template(Client, Name, Input)

View Source
Modify one of your existing job templates.
Link to this function

update_job_template(Client, Name, Input0, Options0)

View Source
Link to this function

update_preset(Client, Name, Input)

View Source
Modify one of your existing presets.
Link to this function

update_preset(Client, Name, Input0, Options0)

View Source
Link to this function

update_queue(Client, Name, Input)

View Source
Modify one of your existing queues.
Link to this function

update_queue(Client, Name, Input0, Options0)

View Source