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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.AddEMCResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Arn parameter.
            The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version.
            </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 cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </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>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCEndpointCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Endpoints'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.DescribeEndpointsResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.DescribeEndpointsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCEndpointCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Mode parameter.
            The -PassThru parameter is deprecated, use -Select '^Mode' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCEndpointCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </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="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Job'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.GetJobResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.GetJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </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 cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobListCmdlet.Order">
            <summary>
            <para>
            Optional. When you request lists of resources, you
            can 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>
            Optional. 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>
            Optional. 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>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobListCmdlet.NextToken">
            <summary>
            <para>
            Optional. 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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Jobs'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.ListJobsResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.ListJobsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Queue parameter.
            The -PassThru parameter is deprecated, use -Select '^Queue' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </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="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobTemplateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobTemplate'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.GetJobTemplateResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.GetJobTemplateResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </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 cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </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>
            Optional. When you request lists of resources, you
            can 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>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobTemplateListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobTemplates'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.ListJobTemplatesResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.ListJobTemplatesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobTemplateListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Category parameter.
            The -PassThru parameter is deprecated, use -Select '^Category' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCJobTemplateListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </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="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCPresetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Preset'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.GetPresetResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.GetPresetResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCPresetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </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 cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </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>
            Optional. When you request lists of resources, you
            can 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>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCPresetListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Presets'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.ListPresetsResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.ListPresetsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCPresetListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Category parameter.
            The -PassThru parameter is deprecated, use -Select '^Category' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCPresetListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </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="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCQueueCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Queue'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.GetQueueResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.GetQueueResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCQueueCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </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 cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </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>
            Optional. When you request lists of resources, you
            can 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>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</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, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCQueueListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Queues'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.ListQueuesResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.ListQueuesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCQueueListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </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="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ResourceTags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.GetEMCResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Arn parameter.
            The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version.
            </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>
            Optional. Idempotency token for CreateJob
            operation.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.HopDestination">
            <summary>
            <para>
            Optional. Use queue hopping to avoid overly
            long waits in the backlog of the queue that you submit your job to. Specify an alternate
            queue and the maximum time that your job will wait in the initial queue before hopping.
            For more information about this feature, see the AWS Elemental MediaConvert User Guide.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.JobTemplate">
            <summary>
            <para>
            Optional. 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>
            Specify the conditions when the service will run
            your job with accelerated transcoding.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.Priority">
            <summary>
            <para>
            Optional. 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 https://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
            https://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.SimulateReservedQueue">
            <summary>
            <para>
            Optional. Enable this setting when
            you run a test job to estimate how many reserved transcoding slots (RTS) you need.
            When this is enabled, MediaConvert runs your job from an on-demand queue with similar
            performance to what you will see with one RTS in a reserved queue. This setting is
            disabled by default.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.StatusUpdateInterval">
            <summary>
            <para>
            Optional. 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.Tag">
            <summary>
            <para>
            Optional. 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.NewEMCJobCmdlet.UserMetadata">
            <summary>
            <para>
            Optional. 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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Job'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.CreateJobResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.CreateJobResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the JobTemplate parameter.
            The -PassThru parameter is deprecated, use -Select '^JobTemplate' instead. This parameter will be removed in a future version.
            </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.HopDestination">
            <summary>
            <para>
            Optional. Use queue hopping to avoid overly
            long waits in the backlog of the queue that you submit your job to. Specify an alternate
            queue and the maximum time that your job will wait in the initial queue before hopping.
            For more information about this feature, see the AWS Elemental MediaConvert User Guide.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobTemplateCmdlet.AccelerationSettings_Mode">
            <summary>
            <para>
            Specify the conditions when the service will run
            your job with accelerated transcoding.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobTemplate'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.CreateJobTemplateResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.CreateJobTemplateResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCJobTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Queue parameter.
            The -PassThru parameter is deprecated, use -Select '^Queue' instead. This parameter will be removed in a future version.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Preset'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.CreatePresetResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.CreatePresetResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCPresetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </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.Status">
            <summary>
            <para>
            Initial state of the queue. If you create a paused
            queue, then jobs in that queue won't begin.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Queue'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.CreateQueueResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.CreateQueueResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.NewEMCQueueCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.AssociateCertificateResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RegisterEMCCertificateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Arn parameter.
            The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.DeleteJobTemplateResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCJobTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.DeletePresetResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCPresetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.DeleteQueueResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCQueueCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.RemoveEMCResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Arn parameter.
            The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.CancelJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.StopEMCJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.DisassociateCertificateResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UnregisterEMCCertificateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Arn parameter.
            The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version.
            </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.HopDestination">
            <summary>
            <para>
            Optional list of hop destinations.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCJobTemplateCmdlet.AccelerationSettings_Mode">
            <summary>
            <para>
            Specify the conditions when the service will run
            your job with accelerated transcoding.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'JobTemplate'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.UpdateJobTemplateResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.UpdateJobTemplateResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCJobTemplateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Preset'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.UpdatePresetResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.UpdatePresetResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCPresetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </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.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Queue'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaConvert.Model.UpdateQueueResponse).
            Specifying the name of a property of type Amazon.MediaConvert.Model.UpdateQueueResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMC.UpdateEMCQueueCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </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>