AWS.Tools.MediaConvert.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.MediaConvert</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.AddEMCResourceTagCmdlet">
            <summary>
            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
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.AddEMCResourceTagCmdlet.Arn">
            <summary>
            <para>
            The Amazon Resource Name (ARN) of the resource that
            you want to tag. To get the ARN, send a GET request with the resource name.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.AddEMCResourceTagCmdlet.Tag">
            <summary>
            <para>
            The tags that you want to add to the resource. You
            can tag resources with a key-value pair or with only a key.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.AddEMCResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the Arn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.AddEMCResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.GetEMCEndpointCmdlet">
            <summary>
            Send an request with an empty body to the regional API endpoint to get your account
            API endpoint.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCEndpointCmdlet.Mode">
            <summary>
            <para>
            Optional field, defaults to DEFAULT. Specify DEFAULT
            for this operation to return your endpoints if any exist, or to create an endpoint
            for you and return it if one doesn't already exist. Specify GET_ONLY to return your
            endpoints if any exist, or an empty list if none exist.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCEndpointCmdlet.MaxResult">
            <summary>
            <para>
            Optional. Max number of endpoints, up to twenty,
            that will be returned at one time.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCEndpointCmdlet.NextToken">
            <summary>
            <para>
            Use this string, provided with the response
            to a previous request, to request the next batch of endpoints.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobCmdlet">
            <summary>
            Retrieve the JSON for a specific completed transcoding job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobCmdlet.Id">
            <summary>
            <para>
            the job ID of the job.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobListCmdlet">
            <summary>
            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.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobListCmdlet.Order">
            <summary>
            <para>
            When you request lists of resources, you can optionally
            specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by
            resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobListCmdlet.Queue">
            <summary>
            <para>
            Provide a queue name to get back only jobs from
            that queue.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobListCmdlet.Status">
            <summary>
            <para>
            A job's status can be SUBMITTED, PROGRESSING, COMPLETE,
            CANCELED, or ERROR.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobListCmdlet.MaxResult">
            <summary>
            <para>
            Optional. Number of jobs, up to twenty, that
            will be returned at one time.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobListCmdlet.NextToken">
            <summary>
            <para>
            Use this string, provided with the response
            to a previous request, to request the next batch of jobs.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobTemplateCmdlet">
            <summary>
            Retrieve the JSON for a specific job template.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobTemplateCmdlet.Name">
            <summary>
            <para>
            The name of the job template.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobTemplateListCmdlet">
            <summary>
            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<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobTemplateListCmdlet.Category">
            <summary>
            <para>
            Optionally, specify a job template category to
            limit responses to only job templates from that category.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobTemplateListCmdlet.ListBy">
            <summary>
            <para>
            Optional. When you request a list of job templates,
            you can choose to list them alphabetically by NAME or chronologically by CREATION_DATE.
            If you don't specify, the service will list them by name.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobTemplateListCmdlet.Order">
            <summary>
            <para>
            When you request lists of resources, you can optionally
            specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by
            resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobTemplateListCmdlet.MaxResult">
            <summary>
            <para>
            Optional. Number of job templates, up to twenty,
            that will be returned at one time.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobTemplateListCmdlet.NextToken">
            <summary>
            <para>
            Use this string, provided with the response
            to a previous request, to request the next batch of job templates.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.GetEMCPresetCmdlet">
            <summary>
            Retrieve the JSON for a specific preset.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCPresetCmdlet.Name">
            <summary>
            <para>
            The name of the preset.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.GetEMCPresetListCmdlet">
            <summary>
            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.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCPresetListCmdlet.Category">
            <summary>
            <para>
            Optionally, specify a preset category to limit
            responses to only presets from that category.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCPresetListCmdlet.ListBy">
            <summary>
            <para>
            Optional. When you request a list of presets, you
            can choose to list them alphabetically by NAME or chronologically by CREATION_DATE.
            If you don't specify, the service will list them by name.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCPresetListCmdlet.Order">
            <summary>
            <para>
            When you request lists of resources, you can optionally
            specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by
            resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCPresetListCmdlet.MaxResult">
            <summary>
            <para>
            Optional. Number of presets, up to twenty,
            that will be returned at one time
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCPresetListCmdlet.NextToken">
            <summary>
            <para>
            Use this string, provided with the response
            to a previous request, to request the next batch of presets.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.GetEMCQueueCmdlet">
            <summary>
            Retrieve the JSON for a specific queue.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCQueueCmdlet.Name">
            <summary>
            <para>
            The name of the queue that you want information about.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.GetEMCQueueListCmdlet">
            <summary>
            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.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCQueueListCmdlet.ListBy">
            <summary>
            <para>
            Optional. When you request a list of queues, you
            can choose to list them alphabetically by NAME or chronologically by CREATION_DATE.
            If you don't specify, the service will list them by creation date.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCQueueListCmdlet.Order">
            <summary>
            <para>
            When you request lists of resources, you can optionally
            specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by
            resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCQueueListCmdlet.MaxResult">
            <summary>
            <para>
            Optional. Number of queues, up to twenty, that
            will be returned at one time.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCQueueListCmdlet.NextToken">
            <summary>
            <para>
            Use this string, provided with the response
            to a previous request, to request the next batch of queues.
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.GetEMCResourceTagCmdlet">
            <summary>
            Retrieve the tags for a MediaConvert resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCResourceTagCmdlet.Arn">
            <summary>
            <para>
            The Amazon Resource Name (ARN) of the resource that
            you want to list tags for. To get the ARN, send a GET request with the resource name.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet">
            <summary>
            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
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.BillingTagsSource">
            <summary>
            <para>
            Optional. Choose a tag type that AWS
            Billing and Cost Management will use to sort your AWS Elemental MediaConvert costs
            on any billing report that you set up. Any transcoding outputs that don't have an
            associated tag will appear in your billing report unsorted. If you don't choose a
            valid value for this field, your job outputs will appear on the billing report unsorted.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.ClientRequestToken">
            <summary>
            <para>
            Idempotency token for CreateJob operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.JobTemplate">
            <summary>
            <para>
            When you create a job, you can either specify
            a job template or specify the transcoding settings individually
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.AccelerationSettings_Mode">
            <summary>
            <para>
            Acceleration configuration for the job.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.Priority">
            <summary>
            <para>
            Specify the relative priority for this job. In
            any given queue, the service begins processing the job with the highest value first.
            When more than one job has the same priority, the service begins processing the job
            that you submitted first. If you don't specify a priority, the service uses the default
            value 0.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.Queue">
            <summary>
            <para>
            Optional. When you create a job, you can specify
            a queue to send it to. If you don't specify, the job will go to the default queue.
            For more about queues, see the User Guide topic at http://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.Role">
            <summary>
            <para>
            Required. The IAM role you use for creating this
            job. For details about permissions, see the User Guide topic at the User Guide at
            http://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.Setting">
            <summary>
            <para>
            JobSettings contains all the transcode settings
            for a job.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.StatusUpdateInterval">
            <summary>
            <para>
            Specify how often MediaConvert sends
            STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between
            status updates. MediaConvert sends an update at this interval from the time the service
            begins processing your job to the time it completes the transcode or encounters an
            error.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.UserMetadata">
            <summary>
            <para>
            User-defined metadata that you want to associate
            with an MediaConvert job. You specify metadata in key/value pairs.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobTemplateCmdlet">
            <summary>
            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
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobTemplateCmdlet.Category">
            <summary>
            <para>
            Optional. A category for the job template you
            are creating
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobTemplateCmdlet.Description">
            <summary>
            <para>
            Optional. A description of the job template
            you are creating.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobTemplateCmdlet.AccelerationSettings_Mode">
            <summary>
            <para>
            Acceleration configuration for the job.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobTemplateCmdlet.Name">
            <summary>
            <para>
            The name of the job template you are creating.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobTemplateCmdlet.Priority">
            <summary>
            <para>
            Specify the relative priority for this job. In
            any given queue, the service begins processing the job with the highest value first.
            When more than one job has the same priority, the service begins processing the job
            that you submitted first. If you don't specify a priority, the service uses the default
            value 0.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobTemplateCmdlet.Queue">
            <summary>
            <para>
            Optional. The queue that jobs created from this
            template are assigned to. If you don't specify this, jobs will go to the default queue.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobTemplateCmdlet.Setting">
            <summary>
            <para>
            JobTemplateSettings contains all the transcode
            settings saved in the template that will be applied to jobs created from it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobTemplateCmdlet.StatusUpdateInterval">
            <summary>
            <para>
            Specify how often MediaConvert sends
            STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between
            status updates. MediaConvert sends an update at this interval from the time the service
            begins processing your job to the time it completes the transcode or encounters an
            error.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobTemplateCmdlet.Tag">
            <summary>
            <para>
            The tags that you want to add to the resource. You
            can tag resources with a key-value pair or with only a key.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobTemplateCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.NewEMCPresetCmdlet">
            <summary>
            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
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCPresetCmdlet.Category">
            <summary>
            <para>
            Optional. A category for the preset you are creating.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCPresetCmdlet.Description">
            <summary>
            <para>
            Optional. A description of the preset you
            are creating.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCPresetCmdlet.Name">
            <summary>
            <para>
            The name of the preset you are creating.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCPresetCmdlet.Setting">
            <summary>
            <para>
            Settings for preset
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCPresetCmdlet.Tag">
            <summary>
            <para>
            The tags that you want to add to the resource. You
            can tag resources with a key-value pair or with only a key.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCPresetCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.NewEMCQueueCmdlet">
            <summary>
            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
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCQueueCmdlet.ReservationPlanSettings_Commitment">
            <summary>
            <para>
            The length of the term of your reserved queue
            pricing plan commitment.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCQueueCmdlet.Description">
            <summary>
            <para>
            Optional. A description of the queue that
            you are creating.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCQueueCmdlet.Name">
            <summary>
            <para>
            The name of the queue that you are creating.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCQueueCmdlet.PricingPlan">
            <summary>
            <para>
            Specifies whether the pricing plan for the
            queue is on-demand or reserved. For on-demand, you pay per minute, billed in increments
            of .01 minute. For reserved, you pay for the transcoding capacity of the entire queue,
            regardless of how much or how little you use it. Reserved pricing requires a 12-month
            commitment. When you use the API to create a queue, the default is on-demand.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCQueueCmdlet.ReservationPlanSettings_RenewalType">
            <summary>
            <para>
            Specifies whether the term of your reserved
            queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the
            end of the term. When your term is auto renewed, you extend your commitment by 12
            months from the auto renew date. You can cancel this commitment.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCQueueCmdlet.ReservationPlanSettings_ReservedSlot">
            <summary>
            <para>
            Specifies the number of reserved transcode
            slots (RTS) for this queue. The number of RTS determines how many jobs the queue can
            process in parallel; each RTS can process one job at a time. You can't decrease the
            number of RTS in your reserved queue. You can increase the number of RTS by extending
            your existing commitment with a new 12-month commitment for the larger number. The
            new commitment begins when you purchase the additional capacity. You can't cancel
            your commitment or revert to your original commitment after you increase the capacity.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCQueueCmdlet.Tag">
            <summary>
            <para>
            The tags that you want to add to the resource. You
            can tag resources with a key-value pair or with only a key.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCQueueCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.RegisterEMCCertificateCmdlet">
            <summary>
            Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental
            MediaConvert.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RegisterEMCCertificateCmdlet.Arn">
            <summary>
            <para>
            The ARN of the ACM certificate that you want to associate
            with your MediaConvert resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RegisterEMCCertificateCmdlet.PassThru">
            <summary>
            Returns the value passed to the Arn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RegisterEMCCertificateCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCJobTemplateCmdlet">
            <summary>
            Permanently delete a job template you have created.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCJobTemplateCmdlet.Name">
            <summary>
            <para>
            The name of the job template to be deleted.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCJobTemplateCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCJobTemplateCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCPresetCmdlet">
            <summary>
            Permanently delete a preset you have created.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCPresetCmdlet.Name">
            <summary>
            <para>
            The name of the preset to be deleted.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCPresetCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCPresetCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCQueueCmdlet">
            <summary>
            Permanently delete a queue you have created.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCQueueCmdlet.Name">
            <summary>
            <para>
            The name of the queue that you want to delete.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCQueueCmdlet.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCQueueCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCResourceTagCmdlet">
            <summary>
            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
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCResourceTagCmdlet.Arn">
            <summary>
            <para>
            The Amazon Resource Name (ARN) of the resource that
            you want to remove tags from. To get the ARN, send a GET request with the resource
            name.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCResourceTagCmdlet.TagKey">
            <summary>
            <para>
            The keys of the tags that you want to remove from
            the resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCResourceTagCmdlet.PassThru">
            <summary>
            Returns the value passed to the Arn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.StopEMCJobCmdlet">
            <summary>
            Permanently cancel a job. Once you have canceled a job, you can't start it again.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.StopEMCJobCmdlet.Id">
            <summary>
            <para>
            The Job ID of the job to be cancelled.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.StopEMCJobCmdlet.PassThru">
            <summary>
            Returns the value passed to the Id parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.StopEMCJobCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.UnregisterEMCCertificateCmdlet">
            <summary>
            Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate
            Manager (ACM) certificate and an AWS Elemental MediaConvert resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UnregisterEMCCertificateCmdlet.Arn">
            <summary>
            <para>
            The ARN of the ACM certificate that you want to disassociate
            from your MediaConvert resource.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UnregisterEMCCertificateCmdlet.PassThru">
            <summary>
            Returns the value passed to the Arn parameter.
            By default, this cmdlet does not generate any output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UnregisterEMCCertificateCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCJobTemplateCmdlet">
            <summary>
            Modify one of your existing job templates.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCJobTemplateCmdlet.Category">
            <summary>
            <para>
            The new category for the job template, if you
            are changing it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCJobTemplateCmdlet.Description">
            <summary>
            <para>
            The new description for the job template,
            if you are changing it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCJobTemplateCmdlet.AccelerationSettings_Mode">
            <summary>
            <para>
            Acceleration configuration for the job.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCJobTemplateCmdlet.Name">
            <summary>
            <para>
            The name of the job template you are modifying
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCJobTemplateCmdlet.Priority">
            <summary>
            <para>
            Specify the relative priority for this job. In
            any given queue, the service begins processing the job with the highest value first.
            When more than one job has the same priority, the service begins processing the job
            that you submitted first. If you don't specify a priority, the service uses the default
            value 0.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCJobTemplateCmdlet.Queue">
            <summary>
            <para>
            The new queue for the job template, if you are changing
            it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCJobTemplateCmdlet.Setting">
            <summary>
            <para>
            JobTemplateSettings contains all the transcode
            settings saved in the template that will be applied to jobs created from it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCJobTemplateCmdlet.StatusUpdateInterval">
            <summary>
            <para>
            Specify how often MediaConvert sends
            STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between
            status updates. MediaConvert sends an update at this interval from the time the service
            begins processing your job to the time it completes the transcode or encounters an
            error.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCJobTemplateCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCPresetCmdlet">
            <summary>
            Modify one of your existing presets.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCPresetCmdlet.Category">
            <summary>
            <para>
            The new category for the preset, if you are changing
            it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCPresetCmdlet.Description">
            <summary>
            <para>
            The new description for the preset, if you
            are changing it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCPresetCmdlet.Name">
            <summary>
            <para>
            The name of the preset you are modifying.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCPresetCmdlet.Setting">
            <summary>
            <para>
            Settings for preset
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCPresetCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCQueueCmdlet">
            <summary>
            Modify one of your existing queues.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCQueueCmdlet.ReservationPlanSettings_Commitment">
            <summary>
            <para>
            The length of the term of your reserved queue
            pricing plan commitment.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCQueueCmdlet.Description">
            <summary>
            <para>
            The new description for the queue, if you
            are changing it.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCQueueCmdlet.Name">
            <summary>
            <para>
            The name of the queue that you are modifying.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCQueueCmdlet.ReservationPlanSettings_RenewalType">
            <summary>
            <para>
            Specifies whether the term of your reserved
            queue pricing plan is automatically extended (AUTO_RENEW) or expires (EXPIRE) at the
            end of the term. When your term is auto renewed, you extend your commitment by 12
            months from the auto renew date. You can cancel this commitment.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCQueueCmdlet.ReservationPlanSettings_ReservedSlot">
            <summary>
            <para>
            Specifies the number of reserved transcode
            slots (RTS) for this queue. The number of RTS determines how many jobs the queue can
            process in parallel; each RTS can process one job at a time. You can't decrease the
            number of RTS in your reserved queue. You can increase the number of RTS by extending
            your existing commitment with a new 12-month commitment for the larger number. The
            new commitment begins when you purchase the additional capacity. You can't cancel
            your commitment or revert to your original commitment after you increase the capacity.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCQueueCmdlet.Status">
            <summary>
            <para>
            Pause or activate a queue by changing its status
            between ACTIVE and PAUSED. If you pause a queue, jobs in that queue won't begin. Jobs
            that are running when you pause the queue continue to run until they finish or result
            in an error.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCQueueCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
    </members>
</doc>