Package-level declarations

Types

Link copied to clipboard

AWS Elemental MediaConvert

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

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

Link copied to clipboard
inline suspend fun MediaConvertClient.cancelJob(crossinline block: CancelJobRequest.Builder.() -> Unit): CancelJobResponse

Permanently cancel a job. Once you have canceled a job, you can't start it again.

Link copied to clipboard
inline suspend fun MediaConvertClient.createJob(crossinline block: CreateJobRequest.Builder.() -> Unit): CreateJobResponse

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 copied to clipboard

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 copied to clipboard

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 copied to clipboard

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 copied to clipboard

Permanently delete a job template you have created.

Link copied to clipboard

Permanently delete a policy that you created.

Link copied to clipboard

Permanently delete a preset you have created.

Link copied to clipboard

Permanently delete a queue you have created.

Link copied to clipboard

Send an request with an empty body to the regional API endpoint to get your account API endpoint.

Link copied to clipboard

Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.

Link copied to clipboard
inline suspend fun MediaConvertClient.getJob(crossinline block: GetJobRequest.Builder.() -> Unit): GetJobResponse

Retrieve the JSON for a specific transcoding job.

Link copied to clipboard

Retrieve the JSON for a specific job template.

Link copied to clipboard
inline suspend fun MediaConvertClient.getPolicy(crossinline block: GetPolicyRequest.Builder.() -> Unit): GetPolicyResponse

Retrieve the JSON for your policy.

Link copied to clipboard
inline suspend fun MediaConvertClient.getPreset(crossinline block: GetPresetRequest.Builder.() -> Unit): GetPresetResponse

Retrieve the JSON for a specific preset.

Link copied to clipboard
inline suspend fun MediaConvertClient.getQueue(crossinline block: GetQueueRequest.Builder.() -> Unit): GetQueueResponse

Retrieve the JSON for a specific queue.

Link copied to clipboard
inline suspend fun MediaConvertClient.listJobs(crossinline block: ListJobsRequest.Builder.() -> Unit): ListJobsResponse

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 copied to clipboard

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 copied to clipboard

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 copied to clipboard
inline suspend fun MediaConvertClient.listQueues(crossinline block: ListQueuesRequest.Builder.() -> Unit): ListQueuesResponse

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 copied to clipboard

Retrieve the tags for a MediaConvert resource.

Link copied to clipboard
inline suspend fun MediaConvertClient.putPolicy(crossinline block: PutPolicyRequest.Builder.() -> Unit): PutPolicyResponse

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 copied to clipboard

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 copied to clipboard

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 copied to clipboard

Modify one of your existing job templates.

Link copied to clipboard

Modify one of your existing presets.

Link copied to clipboard

Modify one of your existing queues.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.