[][src]Trait rusoto_mediaconvert::MediaConvert

pub trait MediaConvert {
    fn cancel_job(
        &self,
        input: CancelJobRequest
    ) -> RusotoFuture<CancelJobResponse, CancelJobError>;
fn create_job(
        &self,
        input: CreateJobRequest
    ) -> RusotoFuture<CreateJobResponse, CreateJobError>;
fn create_job_template(
        &self,
        input: CreateJobTemplateRequest
    ) -> RusotoFuture<CreateJobTemplateResponse, CreateJobTemplateError>;
fn create_preset(
        &self,
        input: CreatePresetRequest
    ) -> RusotoFuture<CreatePresetResponse, CreatePresetError>;
fn create_queue(
        &self,
        input: CreateQueueRequest
    ) -> RusotoFuture<CreateQueueResponse, CreateQueueError>;
fn delete_job_template(
        &self,
        input: DeleteJobTemplateRequest
    ) -> RusotoFuture<DeleteJobTemplateResponse, DeleteJobTemplateError>;
fn delete_preset(
        &self,
        input: DeletePresetRequest
    ) -> RusotoFuture<DeletePresetResponse, DeletePresetError>;
fn delete_queue(
        &self,
        input: DeleteQueueRequest
    ) -> RusotoFuture<DeleteQueueResponse, DeleteQueueError>;
fn describe_endpoints(
        &self,
        input: DescribeEndpointsRequest
    ) -> RusotoFuture<DescribeEndpointsResponse, DescribeEndpointsError>;
fn get_job(
        &self,
        input: GetJobRequest
    ) -> RusotoFuture<GetJobResponse, GetJobError>;
fn get_job_template(
        &self,
        input: GetJobTemplateRequest
    ) -> RusotoFuture<GetJobTemplateResponse, GetJobTemplateError>;
fn get_preset(
        &self,
        input: GetPresetRequest
    ) -> RusotoFuture<GetPresetResponse, GetPresetError>;
fn get_queue(
        &self,
        input: GetQueueRequest
    ) -> RusotoFuture<GetQueueResponse, GetQueueError>;
fn list_job_templates(
        &self,
        input: ListJobTemplatesRequest
    ) -> RusotoFuture<ListJobTemplatesResponse, ListJobTemplatesError>;
fn list_jobs(
        &self,
        input: ListJobsRequest
    ) -> RusotoFuture<ListJobsResponse, ListJobsError>;
fn list_presets(
        &self,
        input: ListPresetsRequest
    ) -> RusotoFuture<ListPresetsResponse, ListPresetsError>;
fn list_queues(
        &self,
        input: ListQueuesRequest
    ) -> RusotoFuture<ListQueuesResponse, ListQueuesError>;
fn list_tags_for_resource(
        &self,
        input: ListTagsForResourceRequest
    ) -> RusotoFuture<ListTagsForResourceResponse, ListTagsForResourceError>;
fn tag_resource(
        &self,
        input: TagResourceRequest
    ) -> RusotoFuture<TagResourceResponse, TagResourceError>;
fn untag_resource(
        &self,
        input: UntagResourceRequest
    ) -> RusotoFuture<UntagResourceResponse, UntagResourceError>;
fn update_job_template(
        &self,
        input: UpdateJobTemplateRequest
    ) -> RusotoFuture<UpdateJobTemplateResponse, UpdateJobTemplateError>;
fn update_preset(
        &self,
        input: UpdatePresetRequest
    ) -> RusotoFuture<UpdatePresetResponse, UpdatePresetError>;
fn update_queue(
        &self,
        input: UpdateQueueRequest
    ) -> RusotoFuture<UpdateQueueResponse, UpdateQueueError>; }

Trait representing the capabilities of the MediaConvert API. MediaConvert clients implement this trait.

Required Methods

Permanently remove a job from a queue. Once you have canceled a job, you can't start it again. You can't delete a running job.

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

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

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

Create a new transcoding queue. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

Permanently delete a job template you have 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.

Retrieve the JSON for a specific completed transcoding job.

Retrieve the JSON for a specific job template.

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. 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

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.

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.

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.

Retrieve the tags for a MediaConvert resource.

Tag a MediaConvert queue, preset, or job template. For information about these resource types, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

Untag a MediaConvert queue, preset, or job template. For information about these resource types, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

Modify one of your existing job templates.

Modify one of your existing presets.

Modify one of your existing queues.

Implementors

impl MediaConvert for MediaConvertClient
[src]

Permanently remove a job from a queue. Once you have canceled a job, you can't start it again. You can't delete a running job.

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

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

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

Create a new transcoding queue. For information about job templates see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

Permanently delete a job template you have 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.

Retrieve the JSON for a specific completed transcoding job.

Retrieve the JSON for a specific job template.

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. 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

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.

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.

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.

Retrieve the tags for a MediaConvert resource.

Tag a MediaConvert queue, preset, or job template. For information about these resource types, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

Untag a MediaConvert queue, preset, or job template. For information about these resource types, see the User Guide at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html

Modify one of your existing job templates.

Modify one of your existing presets.

Modify one of your existing queues.