AWS.Tools.ElasticTranscoder.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.ElasticTranscoder</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.ETS.GetETSJobsByPipelineCmdlet">
            <summary>
            The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.
             
              
            <para>
            Elastic Transcoder returns all of the jobs currently in the specified pipeline. The
            response body contains one element for each job that satisfies the search criteria.
            </para><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.ETS.GetETSJobsByPipelineCmdlet.Ascending">
            <summary>
            <para>
            <para> To list jobs in chronological order by the date and time that they were submitted,
            enter <code>true</code>. To list jobs in reverse chronological order, enter <code>false</code>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSJobsByPipelineCmdlet.PipelineId">
            <summary>
            <para>
            <para>The ID of the pipeline for which you want to get job information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSJobsByPipelineCmdlet.PageToken">
            <summary>
            <para>
            <para> When Elastic Transcoder returns more than one page of results, use <code>pageToken</code>
            in subsequent <code>GET</code> requests to get each successive page of results. </para>
            </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 '-PageToken $null' for the first call and '-PageToken $AWSHistory.LastServiceResponse.NextPageToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSJobsByPipelineCmdlet.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.ElasticTranscoder.Model.ListJobsByPipelineResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.Model.ListJobsByPipelineResponse 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.ETS.GetETSJobsByPipelineCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineId parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSJobsByPipelineCmdlet.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 PageToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ETS.GetETSJobsByStatusCmdlet">
            <summary>
            The ListJobsByStatus operation gets a list of jobs that have a specified status. The
            response body contains one element for each job that satisfies the search criteria.<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.ETS.GetETSJobsByStatusCmdlet.Ascending">
            <summary>
            <para>
            <para> To list jobs in chronological order by the date and time that they were submitted,
            enter <code>true</code>. To list jobs in reverse chronological order, enter <code>false</code>.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSJobsByStatusCmdlet.Status">
            <summary>
            <para>
            <para>To get information about all of the jobs associated with the current AWS account that
            have a given status, specify the following status: <code>Submitted</code>, <code>Progressing</code>,
            <code>Complete</code>, <code>Canceled</code>, or <code>Error</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSJobsByStatusCmdlet.PageToken">
            <summary>
            <para>
            <para> When Elastic Transcoder returns more than one page of results, use <code>pageToken</code>
            in subsequent <code>GET</code> requests to get each successive page of results. </para>
            </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 '-PageToken $null' for the first call and '-PageToken $AWSHistory.LastServiceResponse.NextPageToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSJobsByStatusCmdlet.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.ElasticTranscoder.Model.ListJobsByStatusResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.Model.ListJobsByStatusResponse 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.ETS.GetETSJobsByStatusCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Status parameter.
            The -PassThru parameter is deprecated, use -Select '^Status' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSJobsByStatusCmdlet.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 PageToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ETS.GetETSPipelineCmdlet">
            <summary>
            The ListPipelines operation gets a list of the pipelines associated with the current
            AWS account.<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.ETS.GetETSPipelineCmdlet.Ascending">
            <summary>
            <para>
            <para>To list pipelines in chronological order by the date and time that they were created,
            enter <code>true</code>. To list pipelines in reverse chronological order, enter <code>false</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSPipelineCmdlet.PageToken">
            <summary>
            <para>
            <para>When Elastic Transcoder returns more than one page of results, use <code>pageToken</code>
            in subsequent <code>GET</code> requests to get each successive page of results. </para>
            </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 '-PageToken $null' for the first call and '-PageToken $AWSHistory.LastServiceResponse.NextPageToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSPipelineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Pipelines'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticTranscoder.Model.ListPipelinesResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.Model.ListPipelinesResponse 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.ETS.GetETSPipelineCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Ascending parameter.
            The -PassThru parameter is deprecated, use -Select '^Ascending' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSPipelineCmdlet.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 PageToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ETS.GetETSPresetCmdlet">
            <summary>
            The ListPresets operation gets a list of the default presets included with Elastic
            Transcoder and the presets that you've added in an AWS region.<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.ETS.GetETSPresetCmdlet.Ascending">
            <summary>
            <para>
            <para>To list presets in chronological order by the date and time that they were created,
            enter <code>true</code>. To list presets in reverse chronological order, enter <code>false</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSPresetCmdlet.PageToken">
            <summary>
            <para>
            <para>When Elastic Transcoder returns more than one page of results, use <code>pageToken</code>
            in subsequent <code>GET</code> requests to get each successive page of results. </para>
            </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 '-PageToken $null' for the first call and '-PageToken $AWSHistory.LastServiceResponse.NextPageToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSPresetCmdlet.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.ElasticTranscoder.Model.ListPresetsResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.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.ETS.GetETSPresetCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Ascending parameter.
            The -PassThru parameter is deprecated, use -Select '^Ascending' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.GetETSPresetCmdlet.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 PageToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet">
            <summary>
            When you create a job, Elastic Transcoder returns JSON data that includes the values
            that you specified plus information about the job that is created.
             
              
            <para>
            If you have specified more than one output for your jobs (for example, one output
            for the Kindle Fire and another output for the Apple iPhone 4s), you currently must
            use the Elastic Transcoder API to list the jobs (as opposed to the AWS Console).
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.AlbumArt_Artwork">
            <summary>
            <para>
            <para>The file to be used as album art. There can be multiple artworks associated with an
            audio file, to a maximum of 20. Valid formats are <code>.jpg</code> and <code>.png</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Input_AspectRatio">
            <summary>
            <para>
            <para> The aspect ratio of the input file. If you want Elastic Transcoder to automatically
            detect the aspect ratio of the input file, specify <code>auto</code>. If you want
            to specify the aspect ratio for the output file, enter one of the following values:
            </para><para><code>1:1</code>, <code>4:3</code>, <code>3:2</code>, <code>16:9</code></para><para> If you specify a value other than <code>auto</code>, Elastic Transcoder disables
            automatic detection of the aspect ratio. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Captions_CaptionFormat">
            <summary>
            <para>
            <para>The array of file formats for the output captions. If you leave this value blank,
            Elastic Transcoder returns an error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.InputCaptions_CaptionSource">
            <summary>
            <para>
            <para>Source files for the input sidecar captions used during the transcoding process. To
            omit all sidecar captions, leave <code>CaptionSources</code> blank.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Input_Container">
            <summary>
            <para>
            <para>The container type for the input file. If you want Elastic Transcoder to automatically
            detect the container type of the input file, specify <code>auto</code>. If you want
            to specify the container type for the input file, enter one of the following values:
            </para><para><code>3gp</code>, <code>aac</code>, <code>asf</code>, <code>avi</code>, <code>divx</code>,
            <code>flv</code>, <code>m4a</code>, <code>mkv</code>, <code>mov</code>, <code>mp3</code>,
            <code>mp4</code>, <code>mpeg</code>, <code>mpeg-ps</code>, <code>mpeg-ts</code>, <code>mxf</code>,
            <code>ogg</code>, <code>vob</code>, <code>wav</code>, <code>webm</code></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.TimeSpan_Duration">
            <summary>
            <para>
            <para>The duration of the clip. The format can be either HH:mm:ss.SSS (maximum value: 23:59:59.999;
            SSS is thousandths of a second) or sssss.SSS (maximum value: 86399.999). If you don't
            specify a value, Elastic Transcoder creates an output file from StartTime to the end
            of the file.</para><para>If you specify a value longer than the duration of the input file, Elastic Transcoder
            transcodes the file and returns a warning message.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.DetectedProperties_DurationMilli">
            <summary>
            <para>
            <para>The detected duration of the input file, in milliseconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.DetectedProperties_FileSize">
            <summary>
            <para>
            <para>The detected file size of the input file, in bytes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.DetectedProperties_FrameRate">
            <summary>
            <para>
            <para>The detected frame rate of the input file, in frames per second.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Input_FrameRate">
            <summary>
            <para>
            <para>The frame rate of the input file. If you want Elastic Transcoder to automatically
            detect the frame rate of the input file, specify <code>auto</code>. If you want to
            specify the frame rate for the input file, enter one of the following values: </para><para><code>10</code>, <code>15</code>, <code>23.97</code>, <code>24</code>, <code>25</code>,
            <code>29.97</code>, <code>30</code>, <code>60</code></para><para>If you specify a value other than <code>auto</code>, Elastic Transcoder disables automatic
            detection of the frame rate.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.DetectedProperties_Height">
            <summary>
            <para>
            <para>The detected height of the input file, in pixels.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.InputEncryptionInitializationVector">
            <summary>
            <para>
            <para>The series of random bits created by a random bit generator, unique for every encryption
            operation, that you used to encrypt your input files or that you want Elastic Transcoder
            to use to encrypt your output files. The initialization vector must be base64-encoded,
            and it must be exactly 16 bytes long before being base64-encoded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.OutputEncryptionInitializationVector">
            <summary>
            <para>
            <para>The series of random bits created by a random bit generator, unique for every encryption
            operation, that you used to encrypt your input files or that you want Elastic Transcoder
            to use to encrypt your output files. The initialization vector must be base64-encoded,
            and it must be exactly 16 bytes long before being base64-encoded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.ThumbnailEncryption_InitializationVector">
            <summary>
            <para>
            <para>The series of random bits created by a random bit generator, unique for every encryption
            operation, that you used to encrypt your input files or that you want Elastic Transcoder
            to use to encrypt your output files. The initialization vector must be base64-encoded,
            and it must be exactly 16 bytes long before being base64-encoded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Input">
            <summary>
            <para>
            <para>A section of the request body that provides information about the files that are being
            transcoded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Input_Interlaced">
            <summary>
            <para>
            <para>Whether the input file is interlaced. If you want Elastic Transcoder to automatically
            detect whether the input file is interlaced, specify <code>auto</code>. If you want
            to specify whether the input file is interlaced, enter one of the following values:</para><para><code>true</code>, <code>false</code></para><para>If you specify a value other than <code>auto</code>, Elastic Transcoder disables automatic
            detection of interlacing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.InputEncryptionKey">
            <summary>
            <para>
            <para>The data encryption key that you want Elastic Transcoder to use to encrypt your output
            file, or that was used to encrypt your input file. The key must be base64-encoded
            and it must be one of the following bit lengths before being base64-encoded:</para><para><code>128</code>, <code>192</code>, or <code>256</code>. </para><para>The key must also be encrypted by using the Amazon Key Management Service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Input_Key">
            <summary>
            <para>
            <para> The name of the file to transcode. Elsewhere in the body of the JSON block is the
            the ID of the pipeline to use for processing the job. The <code>InputBucket</code>
            object in that pipeline tells Elastic Transcoder which Amazon S3 bucket to get the
            file from. </para><para>If the file name includes a prefix, such as <code>cooking/lasagna.mpg</code>, include
            the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder
            returns an error.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.OutputEncryptionKey">
            <summary>
            <para>
            <para>The data encryption key that you want Elastic Transcoder to use to encrypt your output
            file, or that was used to encrypt your input file. The key must be base64-encoded
            and it must be one of the following bit lengths before being base64-encoded:</para><para><code>128</code>, <code>192</code>, or <code>256</code>. </para><para>The key must also be encrypted by using the Amazon Key Management Service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Output_Key">
            <summary>
            <para>
            <para> The name to assign to the transcoded file. Elastic Transcoder saves the file in the
            Amazon S3 bucket specified by the <code>OutputBucket</code> object in the pipeline
            that is specified by the pipeline ID. If a file with the specified name already exists
            in the output bucket, the job fails. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.ThumbnailEncryption_Key">
            <summary>
            <para>
            <para>The data encryption key that you want Elastic Transcoder to use to encrypt your output
            file, or that was used to encrypt your input file. The key must be base64-encoded
            and it must be one of the following bit lengths before being base64-encoded:</para><para><code>128</code>, <code>192</code>, or <code>256</code>. </para><para>The key must also be encrypted by using the Amazon Key Management Service.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.InputEncryptionKeyMd5">
            <summary>
            <para>
            <para>The MD5 digest of the key that you used to encrypt your input file, or that you want
            Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the
            key digest as a checksum to make sure your key was not corrupted in transit. The key
            MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.OutputEncryptionKeyMd5">
            <summary>
            <para>
            <para>The MD5 digest of the key that you used to encrypt your input file, or that you want
            Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the
            key digest as a checksum to make sure your key was not corrupted in transit. The key
            MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.ThumbnailEncryption_KeyMd5">
            <summary>
            <para>
            <para>The MD5 digest of the key that you used to encrypt your input file, or that you want
            Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the
            key digest as a checksum to make sure your key was not corrupted in transit. The key
            MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.InputCaptions_MergePolicy">
            <summary>
            <para>
            <para>A policy that determines how Elastic Transcoder handles the existence of multiple
            captions.</para><ul><li><para><b>MergeOverride:</b> Elastic Transcoder transcodes both embedded and sidecar captions
            into outputs. If captions for a language are embedded in the input file and also appear
            in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded
            captions for that language.</para></li><li><para><b>MergeRetain:</b> Elastic Transcoder transcodes both embedded and sidecar captions
            into outputs. If captions for a language are embedded in the input file and also appear
            in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar
            captions for that language. If <code>CaptionSources</code> is empty, Elastic Transcoder
            omits all sidecar captions from the output files.</para></li><li><para><b>Override:</b> Elastic Transcoder transcodes only the sidecar captions that you
            specify in <code>CaptionSources</code>.</para></li></ul><para><code>MergePolicy</code> cannot be null.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.AlbumArt_MergePolicy">
            <summary>
            <para>
            <para>A policy that determines how Elastic Transcoder handles the existence of multiple
            album artwork files.</para><ul><li><para><code>Replace:</code> The specified album art replaces any existing album art.</para></li><li><para><code>Prepend:</code> The specified album art is placed in front of any existing
            album art.</para></li><li><para><code>Append:</code> The specified album art is placed after any existing album art.</para></li><li><para><code>Fallback:</code> If the original input file contains artwork, Elastic Transcoder
            uses that artwork for the output. If the original input does not contain artwork,
            Elastic Transcoder uses the specified album art file.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.InputEncryptionMode">
            <summary>
            <para>
            <para>The specific server-side encryption mode that you want Elastic Transcoder to use when
            decrypting your input files or encrypting your output files. Elastic Transcoder supports
            the following options:</para><ul><li><para><b>s3:</b> Amazon S3 creates and manages the keys used for encrypting your files.</para></li><li><para><b>s3-aws-kms:</b> Amazon S3 calls the Amazon Key Management Service, which creates
            and manages the keys that are used for encrypting your files. If you specify <code>s3-aws-kms</code>
            and you don't want to use the default key, you must add the AWS-KMS key that you want
            to use to your pipeline.</para></li><li><para><b>aes-cbc-pkcs7:</b> A padded cipher-block mode of operation originally used for
            HLS files.</para></li><li><para><b>aes-ctr:</b> AES Counter Mode.</para></li><li><para><b>aes-gcm:</b> AES Galois Counter Mode, a mode of operation that is an authenticated
            encryption format, meaning that a file, key, or initialization vector that has been
            tampered with fails the decryption process.</para></li></ul><para>For all three AES options, you must provide the following settings, which must be
            base64-encoded:</para><ul><li><para><b>Key</b></para></li><li><para><b>Key MD5</b></para></li><li><para><b>Initialization Vector</b></para></li></ul><important><para>For the AES modes, your private encryption keys and your unencrypted data are never
            stored by AWS; therefore, it is important that you safely manage your encryption keys.
            If you lose them, you won't be able to unencrypt your data.</para></important>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.OutputEncryptionMode">
            <summary>
            <para>
            <para>The specific server-side encryption mode that you want Elastic Transcoder to use when
            decrypting your input files or encrypting your output files. Elastic Transcoder supports
            the following options:</para><ul><li><para><b>s3:</b> Amazon S3 creates and manages the keys used for encrypting your files.</para></li><li><para><b>s3-aws-kms:</b> Amazon S3 calls the Amazon Key Management Service, which creates
            and manages the keys that are used for encrypting your files. If you specify <code>s3-aws-kms</code>
            and you don't want to use the default key, you must add the AWS-KMS key that you want
            to use to your pipeline.</para></li><li><para><b>aes-cbc-pkcs7:</b> A padded cipher-block mode of operation originally used for
            HLS files.</para></li><li><para><b>aes-ctr:</b> AES Counter Mode.</para></li><li><para><b>aes-gcm:</b> AES Galois Counter Mode, a mode of operation that is an authenticated
            encryption format, meaning that a file, key, or initialization vector that has been
            tampered with fails the decryption process.</para></li></ul><para>For all three AES options, you must provide the following settings, which must be
            base64-encoded:</para><ul><li><para><b>Key</b></para></li><li><para><b>Key MD5</b></para></li><li><para><b>Initialization Vector</b></para></li></ul><important><para>For the AES modes, your private encryption keys and your unencrypted data are never
            stored by AWS; therefore, it is important that you safely manage your encryption keys.
            If you lose them, you won't be able to unencrypt your data.</para></important>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.ThumbnailEncryption_Mode">
            <summary>
            <para>
            <para>The specific server-side encryption mode that you want Elastic Transcoder to use when
            decrypting your input files or encrypting your output files. Elastic Transcoder supports
            the following options:</para><ul><li><para><b>s3:</b> Amazon S3 creates and manages the keys used for encrypting your files.</para></li><li><para><b>s3-aws-kms:</b> Amazon S3 calls the Amazon Key Management Service, which creates
            and manages the keys that are used for encrypting your files. If you specify <code>s3-aws-kms</code>
            and you don't want to use the default key, you must add the AWS-KMS key that you want
            to use to your pipeline.</para></li><li><para><b>aes-cbc-pkcs7:</b> A padded cipher-block mode of operation originally used for
            HLS files.</para></li><li><para><b>aes-ctr:</b> AES Counter Mode.</para></li><li><para><b>aes-gcm:</b> AES Galois Counter Mode, a mode of operation that is an authenticated
            encryption format, meaning that a file, key, or initialization vector that has been
            tampered with fails the decryption process.</para></li></ul><para>For all three AES options, you must provide the following settings, which must be
            base64-encoded:</para><ul><li><para><b>Key</b></para></li><li><para><b>Key MD5</b></para></li><li><para><b>Initialization Vector</b></para></li></ul><important><para>For the AES modes, your private encryption keys and your unencrypted data are never
            stored by AWS; therefore, it is important that you safely manage your encryption keys.
            If you lose them, you won't be able to unencrypt your data.</para></important>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.OutputKeyPrefix">
            <summary>
            <para>
            <para>The value, if any, that you want Elastic Transcoder to prepend to the names of all
            files that this job creates, including output files, thumbnails, and playlists.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Output">
            <summary>
            <para>
            <para> A section of the request body that provides information about the transcoded (target)
            files. We recommend that you use the <code>Outputs</code> syntax instead of the <code>Output</code>
            syntax. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.PipelineId">
            <summary>
            <para>
            <para>The <code>Id</code> of the pipeline that you want Elastic Transcoder to use for transcoding.
            The pipeline determines several settings, including the Amazon S3 bucket from which
            Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder
            puts the transcoded files.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Playlist">
            <summary>
            <para>
            <para>If you specify a preset in <code>PresetId</code> for which the value of <code>Container</code>
            is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the
            master playlists that you want Elastic Transcoder to create.</para><para>The maximum number of master playlists in a job is 30.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Output_PresetId">
            <summary>
            <para>
            <para> The <code>Id</code> of the preset to use for this job. The preset determines the
            audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Input_Resolution">
            <summary>
            <para>
            <para>This value must be <code>auto</code>, which causes Elastic Transcoder to automatically
            detect the resolution of the input file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Output_Rotate">
            <summary>
            <para>
            <para> The number of degrees clockwise by which you want Elastic Transcoder to rotate the
            output relative to the input. Enter one of the following values: <code>auto</code>,
            <code>0</code>, <code>90</code>, <code>180</code>, <code>270</code>. The value <code>auto</code>
            generally works only if the file that you're transcoding contains rotation metadata.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Output_SegmentDuration">
            <summary>
            <para>
            <important><para>(Outputs in Fragmented MP4 or MPEG-TS format only.</para></important><para>If you specify a preset in <code>PresetId</code> for which the value of <code>Container</code>
            is <code>fmp4</code> (Fragmented MP4) or <code>ts</code> (MPEG-TS), <code>SegmentDuration</code>
            is the target maximum duration of each segment in seconds. For <code>HLSv3</code>
            format playlists, each media segment is stored in a separate <code>.ts</code> file.
            For <code>HLSv4</code> and <code>Smooth</code> playlists, all media segments for an
            output are stored in a single file. Each segment is approximately the length of the
            <code>SegmentDuration</code>, though individual segments might be shorter or longer.</para><para>The range of valid values is 1 to 60 seconds. If the duration of the video is not
            evenly divisible by <code>SegmentDuration</code>, the duration of the last segment
            is the remainder of total length/SegmentDuration.</para><para>Elastic Transcoder creates an output-specific playlist for each output <code>HLS</code>
            output that you specify in OutputKeys. To add an output to the master playlist for
            this job, include it in the <code>OutputKeys</code> of the associated playlist.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.TimeSpan_StartTime">
            <summary>
            <para>
            <para>The place in the input file where you want a clip to start. The format can be either
            HH:mm:ss.SSS (maximum value: 23:59:59.999; SSS is thousandths of a second) or sssss.SSS
            (maximum value: 86399.999). If you don't specify a value, Elastic Transcoder starts
            at the beginning of the input file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Output_ThumbnailPattern">
            <summary>
            <para>
            <para>Whether you want Elastic Transcoder to create thumbnails for your videos and, if so,
            how you want Elastic Transcoder to name the files.</para><para>If you don't want Elastic Transcoder to create thumbnails, specify "".</para><para>If you do want Elastic Transcoder to create thumbnails, specify the information that
            you want to include in the file name for each thumbnail. You can specify the following
            values in any sequence:</para><ul><li><para><b><code>{count}</code> (Required)</b>: If you want to create thumbnails, you must
            include <code>{count}</code> in the <code>ThumbnailPattern</code> object. Wherever
            you specify <code>{count}</code>, Elastic Transcoder adds a five-digit sequence number
            (beginning with <b>00001</b>) to thumbnail file names. The number indicates where
            a given thumbnail appears in the sequence of thumbnails for a transcoded file. </para><important><para>If you specify a literal value and/or <code>{resolution}</code> but you omit <code>{count}</code>,
            Elastic Transcoder returns a validation error and does not create the job.</para></important></li><li><para><b>Literal values (Optional)</b>: You can specify literal values anywhere in the
            <code>ThumbnailPattern</code> object. For example, you can include them as a file
            name prefix or as a delimiter between <code>{resolution}</code> and <code>{count}</code>.
            </para></li><li><para><b><code>{resolution}</code> (Optional)</b>: If you want Elastic Transcoder to include
            the resolution in the file name, include <code>{resolution}</code> in the <code>ThumbnailPattern</code>
            object. </para></li></ul><para>When creating thumbnails, Elastic Transcoder automatically saves the files in the
            format (.jpg or .png) that appears in the preset that you specified in the <code>PresetID</code>
            value of <code>CreateJobOutput</code>. Elastic Transcoder also appends the applicable
            file name extension.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.UserMetadata">
            <summary>
            <para>
            <para>User-defined metadata that you want to associate with an Elastic Transcoder job. You
            specify metadata in <code>key/value</code> pairs, and you can add up to 10 <code>key/value</code>
            pairs per job. Elastic Transcoder does not guarantee that <code>key/value</code> pairs
            are returned in the same order in which you specify them.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Output_Watermark">
            <summary>
            <para>
            <para>Information about the watermarks that you want Elastic Transcoder to add to the video
            during transcoding. You can specify up to four watermarks for each output. Settings
            for each watermark must be defined in the preset for the current output.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.DetectedProperties_Width">
            <summary>
            <para>
            <para>The detected width of the input file, in pixels.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Captions_CaptionSource">
            <summary>
            <para>
            <para>Source files for the input sidecar captions used during the transcoding process. To
            omit all sidecar captions, leave <code>CaptionSources</code> blank.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Output_Composition">
            <summary>
            <para>
            <para>You can create an output file that contains an excerpt from the input file. This excerpt,
            called a clip, can come from the beginning, middle, or end of the file. The Composition
            object contains settings for the clips that make up an output file. For the current
            release, you can only specify settings for a single clip per output file. The Composition
            object cannot be null.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.Captions_MergePolicy">
            <summary>
            <para>
            <para>A policy that determines how Elastic Transcoder handles the existence of multiple
            captions.</para><ul><li><para><b>MergeOverride:</b> Elastic Transcoder transcodes both embedded and sidecar captions
            into outputs. If captions for a language are embedded in the input file and also appear
            in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded
            captions for that language.</para></li><li><para><b>MergeRetain:</b> Elastic Transcoder transcodes both embedded and sidecar captions
            into outputs. If captions for a language are embedded in the input file and also appear
            in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar
            captions for that language. If <code>CaptionSources</code> is empty, Elastic Transcoder
            omits all sidecar captions from the output files.</para></li><li><para><b>Override:</b> Elastic Transcoder transcodes only the sidecar captions that you
            specify in <code>CaptionSources</code>.</para></li></ul><para><code>MergePolicy</code> cannot be null.</para>
            </para>
            <para>This parameter is deprecated.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.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.ElasticTranscoder.Model.CreateJobResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.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.ETS.NewETSJobCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PipelineId parameter.
            The -PassThru parameter is deprecated, use -Select '^PipelineId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSJobCmdlet.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.ETS.NewETSPipelineCmdlet">
            <summary>
            The CreatePipeline operation creates a pipeline with settings that you specify.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.AwsKmsKeyArn">
            <summary>
            <para>
            <para>The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.</para><para>If you use either <code>s3</code> or <code>s3-aws-kms</code> as your <code>Encryption:Mode</code>,
            you don't need to provide a key with your job because a default key, known as an AWS-KMS
            key, is created for you automatically. You need to provide an AWS-KMS key only if
            you want to use a non-default AWS-KMS key, or if you are using an <code>Encryption:Mode</code>
            of <code>aes-cbc-pkcs7</code>, <code>aes-ctr</code>, or <code>aes-gcm</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.ContentConfig_Bucket">
            <summary>
            <para>
            <para> The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded
            files. Specify this value when all of the following are true:</para><ul><li><para>You want to save transcoded files, thumbnails (if any), and playlists (if any) together
            in one bucket.</para></li><li><para>You do not want to specify the users or groups who have access to the transcoded files,
            thumbnails, and playlists.</para></li><li><para>You do not want to specify the permissions that Elastic Transcoder grants to the files.</para></li><li><para>You want to associate the transcoded files and thumbnails with the Amazon S3 Standard
            storage class.</para></li></ul><para>If you want to save transcoded files and playlists in one bucket and thumbnails in
            another bucket, specify which users can access the transcoded files or the permissions
            the users have, or change the Amazon S3 storage class, omit OutputBucket and specify
            values for <code>ContentConfig</code> and <code>ThumbnailConfig</code> instead. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.ThumbnailConfig_Bucket">
            <summary>
            <para>
            <para> The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded
            files. Specify this value when all of the following are true:</para><ul><li><para>You want to save transcoded files, thumbnails (if any), and playlists (if any) together
            in one bucket.</para></li><li><para>You do not want to specify the users or groups who have access to the transcoded files,
            thumbnails, and playlists.</para></li><li><para>You do not want to specify the permissions that Elastic Transcoder grants to the files.</para></li><li><para>You want to associate the transcoded files and thumbnails with the Amazon S3 Standard
            storage class.</para></li></ul><para>If you want to save transcoded files and playlists in one bucket and thumbnails in
            another bucket, specify which users can access the transcoded files or the permissions
            the users have, or change the Amazon S3 storage class, omit OutputBucket and specify
            values for <code>ContentConfig</code> and <code>ThumbnailConfig</code> instead. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.Notifications_Completed">
            <summary>
            <para>
            <para>The Amazon SNS topic that you want to notify when Elastic Transcoder has finished
            processing the job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.Notifications_Error">
            <summary>
            <para>
            <para>The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an
            error condition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.InputBucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket in which you saved the media files that you want to transcode.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.Name">
            <summary>
            <para>
            <para>The name of the pipeline. We recommend that the name be unique within the AWS account,
            but uniqueness is not enforced.</para><para>Constraints: Maximum 40 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.OutputBucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files.
            (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)</para><para>Specify this value when all of the following are true:</para><ul><li><para>You want to save transcoded files, thumbnails (if any), and playlists (if any) together
            in one bucket.</para></li><li><para>You do not want to specify the users or groups who have access to the transcoded files,
            thumbnails, and playlists.</para></li><li><para>You do not want to specify the permissions that Elastic Transcoder grants to the files.
            </para><important><para>When Elastic Transcoder saves files in <code>OutputBucket</code>, it grants full control
            over the files only to the AWS account that owns the role that is specified by <code>Role</code>.</para></important></li><li><para>You want to associate the transcoded files and thumbnails with the Amazon S3 Standard
            storage class.</para></li></ul><para>If you want to save transcoded files and playlists in one bucket and thumbnails in
            another bucket, specify which users can access the transcoded files or the permissions
            the users have, or change the Amazon S3 storage class, omit <code>OutputBucket</code>
            and specify values for <code>ContentConfig</code> and <code>ThumbnailConfig</code>
            instead.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.ContentConfig_Permission">
            <summary>
            <para>
            <para>Optional. The <code>Permissions</code> object specifies which users and/or predefined
            Amazon S3 groups you want to have access to transcoded files and playlists, and the
            type of access you want them to have. You can grant permissions to a maximum of 30
            users and/or predefined Amazon S3 groups.</para><para>If you include <code>Permissions</code>, Elastic Transcoder grants only the permissions
            that you specify. It does not grant full permissions to the owner of the role specified
            by <code>Role</code>. If you want that user to have full control, you must explicitly
            grant full control to the user.</para><para> If you omit <code>Permissions</code>, Elastic Transcoder grants full control over
            the transcoded files and playlists to the owner of the role specified by <code>Role</code>,
            and grants no other permissions to any other user or group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.ThumbnailConfig_Permission">
            <summary>
            <para>
            <para>Optional. The <code>Permissions</code> object specifies which users and/or predefined
            Amazon S3 groups you want to have access to transcoded files and playlists, and the
            type of access you want them to have. You can grant permissions to a maximum of 30
            users and/or predefined Amazon S3 groups.</para><para>If you include <code>Permissions</code>, Elastic Transcoder grants only the permissions
            that you specify. It does not grant full permissions to the owner of the role specified
            by <code>Role</code>. If you want that user to have full control, you must explicitly
            grant full control to the user.</para><para> If you omit <code>Permissions</code>, Elastic Transcoder grants full control over
            the transcoded files and playlists to the owner of the role specified by <code>Role</code>,
            and grants no other permissions to any other user or group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.Notifications_Progressing">
            <summary>
            <para>
            <para>The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify
            when Elastic Transcoder has started to process the job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.Role">
            <summary>
            <para>
            <para>The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to
            use to create the pipeline.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.ContentConfig_StorageClass">
            <summary>
            <para>
            <para> The Amazon S3 storage class, <code>Standard</code> or <code>ReducedRedundancy</code>,
            that you want Elastic Transcoder to assign to the video files and playlists that it
            stores in your Amazon S3 bucket. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.ThumbnailConfig_StorageClass">
            <summary>
            <para>
            <para> The Amazon S3 storage class, <code>Standard</code> or <code>ReducedRedundancy</code>,
            that you want Elastic Transcoder to assign to the video files and playlists that it
            stores in your Amazon S3 bucket. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.Notifications_Warning">
            <summary>
            <para>
            <para>The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a
            warning condition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPipelineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Pipeline'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticTranscoder.Model.CreatePipelineResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.Model.CreatePipelineResponse 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.ETS.NewETSPipelineCmdlet.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.ETS.NewETSPipelineCmdlet.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.ETS.NewETSPresetCmdlet">
            <summary>
            The CreatePreset operation creates a preset with settings that you specify.
             
             <important><para>
            Elastic Transcoder checks the CreatePreset settings to ensure that they meet Elastic
            Transcoder requirements and to determine whether they comply with H.264 standards.
            If your settings are not valid for Elastic Transcoder, Elastic Transcoder returns
            an HTTP 400 response (<code>ValidationException</code>) and does not create the preset.
            If the settings are valid for Elastic Transcoder but aren't strictly compliant with
            the H.264 standard, Elastic Transcoder creates the preset and returns a warning message
            in the response. This helps you determine whether your settings comply with the H.264
            standard while giving you greater flexibility with respect to the video that Elastic
            Transcoder produces.
            </para></important><para>
            Elastic Transcoder uses the H.264 video-compression format. For more information,
            see the International Telecommunication Union publication <i>Recommendation ITU-T
            H.264: Advanced video coding for generic audiovisual services</i>.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Thumbnails_AspectRatio">
            <summary>
            <para>
            <important><para>To better control resolution and aspect ratio of thumbnails, we recommend that you
            use the values <code>MaxWidth</code>, <code>MaxHeight</code>, <code>SizingPolicy</code>,
            and <code>PaddingPolicy</code> instead of <code>Resolution</code> and <code>AspectRatio</code>.
            The two groups of settings are mutually exclusive. Do not use them together.</para></important><para>The aspect ratio of thumbnails. Valid values include:</para><para><code>auto</code>, <code>1:1</code>, <code>4:3</code>, <code>3:2</code>, <code>16:9</code></para><para>If you specify <code>auto</code>, Elastic Transcoder tries to preserve the aspect
            ratio of the video in the output file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_AspectRatio">
            <summary>
            <para>
            <important><para>To better control resolution and aspect ratio of output videos, we recommend that
            you use the values <code>MaxWidth</code>, <code>MaxHeight</code>, <code>SizingPolicy</code>,
            <code>PaddingPolicy</code>, and <code>DisplayAspectRatio</code> instead of <code>Resolution</code>
            and <code>AspectRatio</code>. The two groups of settings are mutually exclusive. Do
            not use them together.</para></important><para>The display aspect ratio of the video in the output file. Valid values include:</para><para><code>auto</code>, <code>1:1</code>, <code>4:3</code>, <code>3:2</code>, <code>16:9</code></para><para>If you specify <code>auto</code>, Elastic Transcoder tries to preserve the aspect
            ratio of the input file.</para><para>If you specify an aspect ratio for the output file that differs from aspect ratio
            of the input file, Elastic Transcoder adds pillarboxing (black bars on the sides)
            or letterboxing (black bars on the top and bottom) to maintain the aspect ratio of
            the active region of the video.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Audio_AudioPackingMode">
            <summary>
            <para>
            <para>The method of organizing audio channels and tracks. Use <code>Audio:Channels</code>
            to specify the number of channels in your output, and <code>Audio:AudioPackingMode</code>
            to specify the number of tracks and their relation to the channels. If you do not
            specify an <code>Audio:AudioPackingMode</code>, Elastic Transcoder uses <code>SingleTrack</code>.</para><para>The following values are valid:</para><para><code>SingleTrack</code>, <code>OneChannelPerTrack</code>, and <code>OneChannelPerTrackWithMosTo8Tracks</code></para><para>When you specify <code>SingleTrack</code>, Elastic Transcoder creates a single track
            for your output. The track can have up to eight channels. Use <code>SingleTrack</code>
            for all non-<code>mxf</code> containers.</para><para>The outputs of <code>SingleTrack</code> for a specific channel value and inputs are
            as follows:</para><ul><li><para><code>0</code><b> channels with any input:</b> Audio omitted from the output</para></li><li><para><code>1, 2, or auto </code><b>channels with no audio input:</b> Audio omitted from
            the output</para></li><li><para><code>1 </code><b>channel with any input with audio:</b> One track with one channel,
            downmixed if necessary</para></li><li><para><code>2 </code><b>channels with one track with one channel:</b> One track with two
            identical channels</para></li><li><para><code>2 or auto </code><b>channels with two tracks with one channel each:</b> One
            track with two channels</para></li><li><para><code>2 or auto </code><b>channels with one track with two channels:</b> One track
            with two channels</para></li><li><para><code>2 </code><b>channels with one track with multiple channels:</b> One track
            with two channels</para></li><li><para><code>auto </code><b>channels with one track with one channel:</b> One track with
            one channel</para></li><li><para><code>auto </code><b>channels with one track with multiple channels:</b> One track
            with multiple channels</para></li></ul><para>When you specify <code>OneChannelPerTrack</code>, Elastic Transcoder creates a new
            track for every channel in your output. Your output can have up to eight single-channel
            tracks.</para><para>The outputs of <code>OneChannelPerTrack</code> for a specific channel value and inputs
            are as follows:</para><ul><li><para><code>0 </code><b>channels with any input:</b> Audio omitted from the output</para></li><li><para><code>1, 2, or auto </code><b>channels with no audio input:</b> Audio omitted from
            the output</para></li><li><para><code>1 </code><b>channel with any input with audio:</b> One track with one channel,
            downmixed if necessary</para></li><li><para><code>2 </code><b>channels with one track with one channel:</b> Two tracks with
            one identical channel each</para></li><li><para><code>2 or auto </code><b>channels with two tracks with one channel each:</b> Two
            tracks with one channel each</para></li><li><para><code>2 or auto </code><b>channels with one track with two channels:</b> Two tracks
            with one channel each</para></li><li><para><code>2 </code><b>channels with one track with multiple channels:</b> Two tracks
            with one channel each</para></li><li><para><code>auto </code><b>channels with one track with one channel:</b> One track with
            one channel</para></li><li><para><code>auto </code><b>channels with one track with multiple channels:</b> Up to eight
            tracks with one channel each</para></li></ul><para>When you specify <code>OneChannelPerTrackWithMosTo8Tracks</code>, Elastic Transcoder
            creates eight single-channel tracks for your output. All tracks that do not contain
            audio data from an input channel are MOS, or Mit Out Sound, tracks.</para><para>The outputs of <code>OneChannelPerTrackWithMosTo8Tracks</code> for a specific channel
            value and inputs are as follows:</para><ul><li><para><code>0 </code><b>channels with any input:</b> Audio omitted from the output</para></li><li><para><code>1, 2, or auto </code><b>channels with no audio input:</b> Audio omitted from
            the output</para></li><li><para><code>1 </code><b>channel with any input with audio:</b> One track with one channel,
            downmixed if necessary, plus six MOS tracks</para></li><li><para><code>2 </code><b>channels with one track with one channel:</b> Two tracks with
            one identical channel each, plus six MOS tracks</para></li><li><para><code>2 or auto </code><b>channels with two tracks with one channel each:</b> Two
            tracks with one channel each, plus six MOS tracks</para></li><li><para><code>2 or auto </code><b>channels with one track with two channels:</b> Two tracks
            with one channel each, plus six MOS tracks</para></li><li><para><code>2 </code><b>channels with one track with multiple channels:</b> Two tracks
            with one channel each, plus six MOS tracks</para></li><li><para><code>auto </code><b>channels with one track with one channel:</b> One track with
            one channel, plus seven MOS tracks</para></li><li><para><code>auto </code><b>channels with one track with multiple channels:</b> Up to eight
            tracks with one channel each, plus MOS tracks until there are eight tracks in all</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.CodecOptions_BitDepth">
            <summary>
            <para>
            <para>You can only choose an audio bit depth when you specify <code>flac</code> or <code>pcm</code>
            for the value of Audio:Codec.</para><para>The bit depth of a sample is how many bits of information are included in the audio
            samples. The higher the bit depth, the better the audio, but the larger the file.</para><para>Valid values are <code>16</code> and <code>24</code>.</para><para>The most common bit depth is <code>24</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.CodecOptions_BitOrder">
            <summary>
            <para>
            <para>You can only choose an audio bit order when you specify <code>pcm</code> for the value
            of Audio:Codec.</para><para>The order the bits of a PCM sample are stored in.</para><para>The supported value is <code>LittleEndian</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Audio_BitRate">
            <summary>
            <para>
            <para>The bit rate of the audio stream in the output file, in kilobits/second. Enter an
            integer between 64 and 320, inclusive.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_BitRate">
            <summary>
            <para>
            <para>The bit rate of the video stream in the output file, in kilobits/second. Valid values
            depend on the values of <code>Level</code> and <code>Profile</code>. If you specify
            <code>auto</code>, Elastic Transcoder uses the detected bit rate of the input source.
            If you specify a value other than <code>auto</code>, we recommend that you specify
            a value less than or equal to the maximum H.264-compliant value listed for your level
            and profile:</para><para><i>Level - Maximum video bit rate in kilobits/second (baseline and main Profile)
            : maximum video bit rate in kilobits/second (high Profile)</i></para><ul><li><para>1 - 64 : 80</para></li><li><para>1b - 128 : 160</para></li><li><para>1.1 - 192 : 240</para></li><li><para>1.2 - 384 : 480</para></li><li><para>1.3 - 768 : 960</para></li><li><para>2 - 2000 : 2500</para></li><li><para>3 - 10000 : 12500</para></li><li><para>3.1 - 14000 : 17500</para></li><li><para>3.2 - 20000 : 25000</para></li><li><para>4 - 20000 : 25000</para></li><li><para>4.1 - 50000 : 62500</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Audio_Channel">
            <summary>
            <para>
            <para>The number of audio channels in the output file. The following values are valid:</para><para><code>auto</code>, <code>0</code>, <code>1</code>, <code>2</code></para><para>One channel carries the information played by a single speaker. For example, a stereo
            track with two channels sends one channel to the left speaker, and the other channel
            to the right speaker. The output channels are organized into tracks. If you want Elastic
            Transcoder to automatically detect the number of audio channels in the input file
            and use that value for the output file, select <code>auto</code>.</para><para>The output of a specific channel value and inputs are as follows:</para><ul><li><para><code>auto</code><b> channel specified, with any input:</b> Pass through up to eight
            input channels.</para></li><li><para><code>0</code><b> channels specified, with any input:</b> Audio omitted from the
            output.</para></li><li><para><code>1</code><b> channel specified, with at least one input channel:</b> Mono sound.</para></li><li><para><code>2</code><b> channels specified, with any input:</b> Two identical mono channels
            or stereo. For more information about tracks, see <code>Audio:AudioPackingMode.</code></para></li></ul><para> For more information about how Elastic Transcoder organizes channels and tracks,
            see <code>Audio:AudioPackingMode</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Audio_Codec">
            <summary>
            <para>
            <para>The audio codec for the output file. Valid values include <code>aac</code>, <code>flac</code>,
            <code>mp2</code>, <code>mp3</code>, <code>pcm</code>, and <code>vorbis</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_Codec">
            <summary>
            <para>
            <para>The video codec for the output file. Valid values include <code>gif</code>, <code>H.264</code>,
            <code>mpeg2</code>, <code>vp8</code>, and <code>vp9</code>. You can only specify <code>vp8</code>
            and <code>vp9</code> when the container type is <code>webm</code>, <code>gif</code>
            when the container type is <code>gif</code>, and <code>mpeg2</code> when the container
            type is <code>mpg</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_CodecOption">
            <summary>
            <para>
            <para><b>Profile (H.264/VP8/VP9 Only)</b></para><para>The H.264 profile that you want to use for the output file. Elastic Transcoder supports
            the following profiles:</para><ul><li><para><code>baseline</code>: The profile most commonly used for videoconferencing and for
            mobile applications.</para></li><li><para><code>main</code>: The profile used for standard-definition digital TV broadcasts.</para></li><li><para><code>high</code>: The profile used for high-definition digital TV broadcasts and
            for Blu-ray discs.</para></li></ul><para><b>Level (H.264 Only)</b></para><para>The H.264 level that you want to use for the output file. Elastic Transcoder supports
            the following levels:</para><para><code>1</code>, <code>1b</code>, <code>1.1</code>, <code>1.2</code>, <code>1.3</code>,
            <code>2</code>, <code>2.1</code>, <code>2.2</code>, <code>3</code>, <code>3.1</code>,
            <code>3.2</code>, <code>4</code>, <code>4.1</code></para><para><b>MaxReferenceFrames (H.264 Only)</b></para><para>Applicable only when the value of Video:Codec is H.264. The maximum number of previously
            decoded frames to use as a reference for decoding future frames. Valid values are
            integers 0 through 16, but we recommend that you not use a value greater than the
            following:</para><para><code>Min(Floor(Maximum decoded picture buffer in macroblocks * 256 / (Width in pixels
            * Height in pixels)), 16)</code></para><para>where <i>Width in pixels</i> and <i>Height in pixels</i> represent either MaxWidth
            and MaxHeight, or Resolution. <i>Maximum decoded picture buffer in macroblocks</i>
            depends on the value of the <code>Level</code> object. See the list below. (A macroblock
            is a block of pixels measuring 16x16.) </para><ul><li><para>1 - 396</para></li><li><para>1b - 396</para></li><li><para>1.1 - 900</para></li><li><para>1.2 - 2376</para></li><li><para>1.3 - 2376</para></li><li><para>2 - 2376</para></li><li><para>2.1 - 4752</para></li><li><para>2.2 - 8100</para></li><li><para>3 - 8100</para></li><li><para>3.1 - 18000</para></li><li><para>3.2 - 20480</para></li><li><para>4 - 32768</para></li><li><para>4.1 - 32768</para></li></ul><para><b>MaxBitRate (Optional, H.264/MPEG2/VP8/VP9 only)</b></para><para>The maximum number of bits per second in a video buffer; the size of the buffer is
            specified by <code>BufferSize</code>. Specify a value between 16 and 62,500. You can
            reduce the bandwidth required to stream a video by reducing the maximum bit rate,
            but this also reduces the quality of the video.</para><para><b>BufferSize (Optional, H.264/MPEG2/VP8/VP9 only)</b></para><para>The maximum number of bits in any x seconds of the output video. This window is commonly
            10 seconds, the standard segment duration when you're using FMP4 or MPEG-TS for the
            container type of the output video. Specify an integer greater than 0. If you specify
            <code>MaxBitRate</code> and omit <code>BufferSize</code>, Elastic Transcoder sets
            <code>BufferSize</code> to 10 times the value of <code>MaxBitRate</code>.</para><para><b>InterlacedMode (Optional, H.264/MPEG2 Only)</b></para><para>The interlace mode for the output video.</para><para>Interlaced video is used to double the perceived frame rate for a video by interlacing
            two fields (one field on every other line, the other field on the other lines) so
            that the human eye registers multiple pictures per frame. Interlacing reduces the
            bandwidth required for transmitting a video, but can result in blurred images and
            flickering.</para><para>Valid values include <code>Progressive</code> (no interlacing, top to bottom), <code>TopFirst</code>
            (top field first), <code>BottomFirst</code> (bottom field first), and <code>Auto</code>.</para><para>If <code>InterlaceMode</code> is not specified, Elastic Transcoder uses <code>Progressive</code>
            for the output. If <code>Auto</code> is specified, Elastic Transcoder interlaces the
            output.</para><para><b>ColorSpaceConversionMode (Optional, H.264/MPEG2 Only)</b></para><para>The color space conversion Elastic Transcoder applies to the output video. Color spaces
            are the algorithms used by the computer to store information about how to render color.
            <code>Bt.601</code> is the standard for standard definition video, while <code>Bt.709</code>
            is the standard for high definition video.</para><para>Valid values include <code>None</code>, <code>Bt709toBt601</code>, <code>Bt601toBt709</code>,
            and <code>Auto</code>.</para><para>If you chose <code>Auto</code> for <code>ColorSpaceConversionMode</code> and your
            output is interlaced, your frame rate is one of <code>23.97</code>, <code>24</code>,
            <code>25</code>, <code>29.97</code>, <code>50</code>, or <code>60</code>, your <code>SegmentDuration</code>
            is null, and you are using one of the resolution changes from the list below, Elastic
            Transcoder applies the following color space conversions:</para><ul><li><para><i>Standard to HD, 720x480 to 1920x1080</i> - Elastic Transcoder applies <code>Bt601ToBt709</code></para></li><li><para><i>Standard to HD, 720x576 to 1920x1080</i> - Elastic Transcoder applies <code>Bt601ToBt709</code></para></li><li><para><i>HD to Standard, 1920x1080 to 720x480</i> - Elastic Transcoder applies <code>Bt709ToBt601</code></para></li><li><para><i>HD to Standard, 1920x1080 to 720x576</i> - Elastic Transcoder applies <code>Bt709ToBt601</code></para></li></ul><note><para>Elastic Transcoder may change the behavior of the <code>ColorspaceConversionMode</code><code>Auto</code> mode in the future. All outputs in a playlist must use the same
            <code>ColorSpaceConversionMode</code>.</para></note><para>If you do not specify a <code>ColorSpaceConversionMode</code>, Elastic Transcoder
            does not change the color space of a file. If you are unsure what <code>ColorSpaceConversionMode</code>
            was applied to your output file, you can check the <code>AppliedColorSpaceConversion</code>
            parameter included in your job response. If your job does not have an <code>AppliedColorSpaceConversion</code>
            in its response, no <code>ColorSpaceConversionMode</code> was applied.</para><para><b>ChromaSubsampling</b></para><para>The sampling pattern for the chroma (color) channels of the output video. Valid values
            include <code>yuv420p</code> and <code>yuv422p</code>.</para><para><code>yuv420p</code> samples the chroma information of every other horizontal and
            every other vertical line, <code>yuv422p</code> samples the color information of every
            horizontal line and every other vertical line.</para><para><b>LoopCount (Gif Only)</b></para><para>The number of times you want the output gif to loop. Valid values include <code>Infinite</code>
            and integers between <code>0</code> and <code>100</code>, inclusive.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Container">
            <summary>
            <para>
            <para>The container type for the output file. Valid values include <code>flac</code>, <code>flv</code>,
            <code>fmp4</code>, <code>gif</code>, <code>mp3</code>, <code>mp4</code>, <code>mpg</code>,
            <code>mxf</code>, <code>oga</code>, <code>ogg</code>, <code>ts</code>, and <code>webm</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Description">
            <summary>
            <para>
            <para>A description of the preset.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_DisplayAspectRatio">
            <summary>
            <para>
            <para>The value that Elastic Transcoder adds to the metadata in the output file.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_FixedGOP">
            <summary>
            <para>
            <para>Applicable only when the value of Video:Codec is one of <code>H.264</code>, <code>MPEG2</code>,
            or <code>VP8</code>.</para><para>Whether to use a fixed value for <code>FixedGOP</code>. Valid values are <code>true</code>
            and <code>false</code>:</para><ul><li><para><code>true</code>: Elastic Transcoder uses the value of <code>KeyframesMaxDist</code>
            for the distance between key frames (the number of frames in a group of pictures,
            or GOP).</para></li><li><para><code>false</code>: The distance between key frames can vary.</para></li></ul><important><para><code>FixedGOP</code> must be set to <code>true</code> for <code>fmp4</code> containers.</para></important>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Thumbnails_Format">
            <summary>
            <para>
            <para>The format of thumbnails, if any. Valid values are <code>jpg</code> and <code>png</code>.
            </para><para>You specify whether you want Elastic Transcoder to create thumbnails when you create
            a job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_FrameRate">
            <summary>
            <para>
            <para>The frames per second for the video stream in the output file. Valid values include:</para><para><code>auto</code>, <code>10</code>, <code>15</code>, <code>23.97</code>, <code>24</code>,
            <code>25</code>, <code>29.97</code>, <code>30</code>, <code>60</code></para><para>If you specify <code>auto</code>, Elastic Transcoder uses the detected frame rate
            of the input source. If you specify a frame rate, we recommend that you perform the
            following calculation:</para><para><code>Frame rate = maximum recommended decoding speed in luma samples/second / (width
            in pixels * height in pixels)</code></para><para>where:</para><ul><li><para><i>width in pixels</i> and <i>height in pixels</i> represent the Resolution of the
            output video.</para></li><li><para><i>maximum recommended decoding speed in Luma samples/second</i> is less than or
            equal to the maximum value listed in the following table, based on the value that
            you specified for Level.</para></li></ul><para>The maximum recommended decoding speed in Luma samples/second for each level is described
            in the following list (<i>Level - Decoding speed</i>):</para><ul><li><para>1 - 380160</para></li><li><para>1b - 380160</para></li><li><para>1.1 - 76800</para></li><li><para>1.2 - 1536000</para></li><li><para>1.3 - 3041280</para></li><li><para>2 - 3041280</para></li><li><para>2.1 - 5068800</para></li><li><para>2.2 - 5184000</para></li><li><para>3 - 10368000</para></li><li><para>3.1 - 27648000</para></li><li><para>3.2 - 55296000</para></li><li><para>4 - 62914560</para></li><li><para>4.1 - 62914560</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Thumbnails_Interval">
            <summary>
            <para>
            <para>The approximate number of seconds between thumbnails. Specify an integer value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_KeyframesMaxDist">
            <summary>
            <para>
            <para>Applicable only when the value of Video:Codec is one of <code>H.264</code>, <code>MPEG2</code>,
            or <code>VP8</code>.</para><para>The maximum number of frames between key frames. Key frames are fully encoded frames;
            the frames between key frames are encoded based, in part, on the content of the key
            frames. The value is an integer formatted as a string; valid values are between 1
            (every frame is a key frame) and 100000, inclusive. A higher value results in higher
            compression but may also discernibly decrease video quality.</para><para>For <code>Smooth</code> outputs, the <code>FrameRate</code> must have a constant ratio
            to the <code>KeyframesMaxDist</code>. This allows <code>Smooth</code> playlists to
            switch between different quality levels while the file is being played.</para><para>For example, an input file can have a <code>FrameRate</code> of 30 with a <code>KeyframesMaxDist</code>
            of 90. The output file then needs to have a ratio of 1:3. Valid outputs would have
            <code>FrameRate</code> of 30, 25, and 10, and <code>KeyframesMaxDist</code> of 90,
            75, and 30, respectively.</para><para>Alternately, this can be achieved by setting <code>FrameRate</code> to auto and having
            the same values for <code>MaxFrameRate</code> and <code>KeyframesMaxDist</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_MaxFrameRate">
            <summary>
            <para>
            <para>If you specify <code>auto</code> for <code>FrameRate</code>, Elastic Transcoder uses
            the frame rate of the input video for the frame rate of the output video. Specify
            the maximum frame rate that you want Elastic Transcoder to use when the frame rate
            of the input video is greater than the desired maximum frame rate of the output video.
            Valid values include: <code>10</code>, <code>15</code>, <code>23.97</code>, <code>24</code>,
            <code>25</code>, <code>29.97</code>, <code>30</code>, <code>60</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Thumbnails_MaxHeight">
            <summary>
            <para>
            <para>The maximum height of thumbnails in pixels. If you specify auto, Elastic Transcoder
            uses 1080 (Full HD) as the default value. If you specify a numeric value, enter an
            even integer between 32 and 3072.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_MaxHeight">
            <summary>
            <para>
            <para>The maximum height of the output video in pixels. If you specify <code>auto</code>,
            Elastic Transcoder uses 1080 (Full HD) as the default value. If you specify a numeric
            value, enter an even integer between 96 and 3072.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Thumbnails_MaxWidth">
            <summary>
            <para>
            <para>The maximum width of thumbnails in pixels. If you specify auto, Elastic Transcoder
            uses 1920 (Full HD) as the default value. If you specify a numeric value, enter an
            even integer between 32 and 4096.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_MaxWidth">
            <summary>
            <para>
            <para> The maximum width of the output video in pixels. If you specify <code>auto</code>,
            Elastic Transcoder uses 1920 (Full HD) as the default value. If you specify a numeric
            value, enter an even integer between 128 and 4096. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Name">
            <summary>
            <para>
            <para>The name of the preset. We recommend that the name be unique within the AWS account,
            but uniqueness is not enforced.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Thumbnails_PaddingPolicy">
            <summary>
            <para>
            <para>When you set <code>PaddingPolicy</code> to <code>Pad</code>, Elastic Transcoder may
            add black bars to the top and bottom and/or left and right sides of thumbnails to
            make the total size of the thumbnails match the values that you specified for thumbnail
            <code>MaxWidth</code> and <code>MaxHeight</code> settings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_PaddingPolicy">
            <summary>
            <para>
            <para>When you set <code>PaddingPolicy</code> to <code>Pad</code>, Elastic Transcoder may
            add black bars to the top and bottom and/or left and right sides of the output video
            to make the total size of the output video match the values that you specified for
            <code>MaxWidth</code> and <code>MaxHeight</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.CodecOptions_Profile">
            <summary>
            <para>
            <para>You can only choose an audio profile when you specify AAC for the value of Audio:Codec.</para><para>Specify the AAC profile for the output file. Elastic Transcoder supports the following
            profiles:</para><ul><li><para><code>auto</code>: If you specify <code>auto</code>, Elastic Transcoder selects the
            profile based on the bit rate selected for the output file.</para></li><li><para><code>AAC-LC</code>: The most common AAC profile. Use for bit rates larger than 64
            kbps.</para></li><li><para><code>HE-AAC</code>: Not supported on some older players and devices. Use for bit
            rates between 40 and 80 kbps.</para></li><li><para><code>HE-AACv2</code>: Not supported on some players and devices. Use for bit rates
            less than 48 kbps.</para></li></ul><para>All outputs in a <code>Smooth</code> playlist must have the same value for <code>Profile</code>.</para><note><para>If you created any presets before AAC profiles were added, Elastic Transcoder automatically
            updated your presets to use AAC-LC. You can change the value as required.</para></note>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Thumbnails_Resolution">
            <summary>
            <para>
            <important><para>To better control resolution and aspect ratio of thumbnails, we recommend that you
            use the values <code>MaxWidth</code>, <code>MaxHeight</code>, <code>SizingPolicy</code>,
            and <code>PaddingPolicy</code> instead of <code>Resolution</code> and <code>AspectRatio</code>.
            The two groups of settings are mutually exclusive. Do not use them together.</para></important><para>The width and height of thumbnail files in pixels. Specify a value in the format <code><i>width</i></code> x <code><i>height</i></code> where both values are even integers.
            The values cannot exceed the width and height that you specified in the <code>Video:Resolution</code>
            object.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_Resolution">
            <summary>
            <para>
            <important><para>To better control resolution and aspect ratio of output videos, we recommend that
            you use the values <code>MaxWidth</code>, <code>MaxHeight</code>, <code>SizingPolicy</code>,
            <code>PaddingPolicy</code>, and <code>DisplayAspectRatio</code> instead of <code>Resolution</code>
            and <code>AspectRatio</code>. The two groups of settings are mutually exclusive. Do
            not use them together.</para></important><para>The width and height of the video in the output file, in pixels. Valid values are
            <code>auto</code> and <i>width</i> x <i>height</i>:</para><ul><li><para><code>auto</code>: Elastic Transcoder attempts to preserve the width and height of
            the input file, subject to the following rules.</para></li><li><para><code><i>width</i> x <i>height</i></code>: The width and height of the output video
            in pixels.</para></li></ul><para>Note the following about specifying the width and height:</para><ul><li><para>The width must be an even integer between 128 and 4096, inclusive.</para></li><li><para>The height must be an even integer between 96 and 3072, inclusive.</para></li><li><para>If you specify a resolution that is less than the resolution of the input file, Elastic
            Transcoder rescales the output file to the lower resolution.</para></li><li><para>If you specify a resolution that is greater than the resolution of the input file,
            Elastic Transcoder rescales the output to the higher resolution.</para></li><li><para>We recommend that you specify a resolution for which the product of width and height
            is less than or equal to the applicable value in the following list (<i>List - Max
            width x height value</i>):</para><ul><li><para>1 - 25344</para></li><li><para>1b - 25344</para></li><li><para>1.1 - 101376</para></li><li><para>1.2 - 101376</para></li><li><para>1.3 - 101376</para></li><li><para>2 - 101376</para></li><li><para>2.1 - 202752</para></li><li><para>2.2 - 404720</para></li><li><para>3 - 404720</para></li><li><para>3.1 - 921600</para></li><li><para>3.2 - 1310720</para></li><li><para>4 - 2097152</para></li><li><para>4.1 - 2097152</para></li></ul></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Audio_SampleRate">
            <summary>
            <para>
            <para>The sample rate of the audio stream in the output file, in Hertz. Valid values include:</para><para><code>auto</code>, <code>22050</code>, <code>32000</code>, <code>44100</code>, <code>48000</code>,
            <code>96000</code></para><para>If you specify <code>auto</code>, Elastic Transcoder automatically detects the sample
            rate.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.CodecOptions_Signed">
            <summary>
            <para>
            <para>You can only choose whether an audio sample is signed when you specify <code>pcm</code>
            for the value of Audio:Codec.</para><para>Whether audio samples are represented with negative and positive numbers (signed)
            or only positive numbers (unsigned).</para><para>The supported value is <code>Signed</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Thumbnails_SizingPolicy">
            <summary>
            <para>
            <para>Specify one of the following values to control scaling of thumbnails:</para><ul><li><para><code>Fit</code>: Elastic Transcoder scales thumbnails so they match the value that
            you specified in thumbnail MaxWidth or MaxHeight settings without exceeding the other
            value. </para></li><li><para><code>Fill</code>: Elastic Transcoder scales thumbnails so they match the value that
            you specified in thumbnail <code>MaxWidth</code> or <code>MaxHeight</code> settings
            and matches or exceeds the other value. Elastic Transcoder centers the image in thumbnails
            and then crops in the dimension (if any) that exceeds the maximum value.</para></li><li><para><code>Stretch</code>: Elastic Transcoder stretches thumbnails to match the values
            that you specified for thumbnail <code>MaxWidth</code> and <code>MaxHeight</code>
            settings. If the relative proportions of the input video and thumbnails are different,
            the thumbnails will be distorted.</para></li><li><para><code>Keep</code>: Elastic Transcoder does not scale thumbnails. If either dimension
            of the input video exceeds the values that you specified for thumbnail <code>MaxWidth</code>
            and <code>MaxHeight</code> settings, Elastic Transcoder crops the thumbnails.</para></li><li><para><code>ShrinkToFit</code>: Elastic Transcoder scales thumbnails down so that their
            dimensions match the values that you specified for at least one of thumbnail <code>MaxWidth</code>
            and <code>MaxHeight</code> without exceeding either value. If you specify this option,
            Elastic Transcoder does not scale thumbnails up.</para></li><li><para><code>ShrinkToFill</code>: Elastic Transcoder scales thumbnails down so that their
            dimensions match the values that you specified for at least one of <code>MaxWidth</code>
            and <code>MaxHeight</code> without dropping below either value. If you specify this
            option, Elastic Transcoder does not scale thumbnails up.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_SizingPolicy">
            <summary>
            <para>
            <para>Specify one of the following values to control scaling of the output video:</para><ul><li><para><code>Fit</code>: Elastic Transcoder scales the output video so it matches the value
            that you specified in either <code>MaxWidth</code> or <code>MaxHeight</code> without
            exceeding the other value.</para></li><li><para><code>Fill</code>: Elastic Transcoder scales the output video so it matches the value
            that you specified in either <code>MaxWidth</code> or <code>MaxHeight</code> and matches
            or exceeds the other value. Elastic Transcoder centers the output video and then crops
            it in the dimension (if any) that exceeds the maximum value.</para></li><li><para><code>Stretch</code>: Elastic Transcoder stretches the output video to match the
            values that you specified for <code>MaxWidth</code> and <code>MaxHeight</code>. If
            the relative proportions of the input video and the output video are different, the
            output video will be distorted.</para></li><li><para><code>Keep</code>: Elastic Transcoder does not scale the output video. If either
            dimension of the input video exceeds the values that you specified for <code>MaxWidth</code>
            and <code>MaxHeight</code>, Elastic Transcoder crops the output video.</para></li><li><para><code>ShrinkToFit</code>: Elastic Transcoder scales the output video down so that
            its dimensions match the values that you specified for at least one of <code>MaxWidth</code>
            and <code>MaxHeight</code> without exceeding either value. If you specify this option,
            Elastic Transcoder does not scale the video up.</para></li><li><para><code>ShrinkToFill</code>: Elastic Transcoder scales the output video down so that
            its dimensions match the values that you specified for at least one of <code>MaxWidth</code>
            and <code>MaxHeight</code> without dropping below either value. If you specify this
            option, Elastic Transcoder does not scale the video up.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Video_Watermark">
            <summary>
            <para>
            <para>Settings for the size, location, and opacity of graphics that you want Elastic Transcoder
            to overlay over videos that are transcoded using this preset. You can specify settings
            for up to four watermarks. Watermarks appear in the specified size and location, and
            with the specified opacity for the duration of the transcoded video.</para><para>Watermarks can be in .png or .jpg format. If you want to display a watermark that
            is not rectangular, use the .png format, which supports transparency.</para><para>When you create a job that uses this preset, you specify the .png or .jpg graphics
            that you want Elastic Transcoder to include in the transcoded videos. You can specify
            fewer graphics in the job than you specify watermark settings in the preset, which
            allows you to use the same preset for up to four watermarks that have different dimensions.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.NewETSPresetCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticTranscoder.Model.CreatePresetResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.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.ETS.NewETSPresetCmdlet.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.ETS.NewETSPresetCmdlet.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.ETS.ReadETSJobCmdlet">
            <summary>
            The ReadJob operation returns detailed information about a job.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.ReadETSJobCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the job for which you want to get detailed information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.ReadETSJobCmdlet.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.ElasticTranscoder.Model.ReadJobResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.Model.ReadJobResponse 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.ETS.ReadETSJobCmdlet.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.ETS.ReadETSJobCmdlet.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.ETS.ReadETSPipelineCmdlet">
            <summary>
            The ReadPipeline operation gets detailed information about a pipeline.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.ReadETSPipelineCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the pipeline to read.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.ReadETSPipelineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Pipeline'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticTranscoder.Model.ReadPipelineResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.Model.ReadPipelineResponse 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.ETS.ReadETSPipelineCmdlet.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.ETS.ReadETSPipelineCmdlet.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.ETS.ReadETSPresetCmdlet">
            <summary>
            The ReadPreset operation gets detailed information about a preset.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.ReadETSPresetCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the preset for which you want to get detailed information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.ReadETSPresetCmdlet.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.ElasticTranscoder.Model.ReadPresetResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.Model.ReadPresetResponse 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.ETS.ReadETSPresetCmdlet.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.ETS.ReadETSPresetCmdlet.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.ETS.RemoveETSPipelineCmdlet">
            <summary>
            The DeletePipeline operation removes a pipeline.
             
              
            <para>
             You can only delete a pipeline that has never been used or that is not currently
            in use (doesn't contain any active jobs). If the pipeline is currently in use, <code>DeletePipeline</code>
            returns an error.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.RemoveETSPipelineCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the pipeline that you want to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.RemoveETSPipelineCmdlet.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.ElasticTranscoder.Model.DeletePipelineResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.RemoveETSPipelineCmdlet.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.ETS.RemoveETSPipelineCmdlet.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.ETS.RemoveETSPresetCmdlet">
            <summary>
            The DeletePreset operation removes a preset that you've added in an AWS region.
             
             <note><para>
            You can't delete the default presets that are included with Elastic Transcoder.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.RemoveETSPresetCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the preset for which you want to get detailed information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.RemoveETSPresetCmdlet.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.ElasticTranscoder.Model.DeletePresetResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.RemoveETSPresetCmdlet.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.ETS.RemoveETSPresetCmdlet.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.ETS.StopETSJobCmdlet">
            <summary>
            The CancelJob operation cancels an unfinished job.
             
             <note><para>
            You can only cancel a job that has a status of <code>Submitted</code>. To prevent
            a pipeline from starting to process a job while you're getting the job identifier,
            use <a>UpdatePipelineStatus</a> to temporarily pause the pipeline.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.StopETSJobCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the job that you want to cancel.</para><para>To get a list of the jobs (including their <code>jobId</code>) that have a status
            of <code>Submitted</code>, use the <a>ListJobsByStatus</a> API action.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.StopETSJobCmdlet.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.ElasticTranscoder.Model.CancelJobResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.StopETSJobCmdlet.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.ETS.StopETSJobCmdlet.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.ETS.TestETSRoleCmdlet">
            <summary>
            The TestRole operation tests the IAM role used to create the pipeline.
             
              
            <para>
            The <code>TestRole</code> action lets you determine whether the IAM role you are using
            has sufficient permissions to let Elastic Transcoder perform tasks associated with
            the transcoding process. The action attempts to assume the specified IAM role, checks
            read access to the input and output buckets, and tries to send a test notification
            to Amazon SNS topics that you specify.
            </para><br/><br/>This operation is deprecated.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.TestETSRoleCmdlet.InputBucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket that contains media files to be transcoded. The action attempts
            to read from this bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.TestETSRoleCmdlet.OutputBucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket that Elastic Transcoder writes transcoded media files to. The
            action attempts to read from this bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.TestETSRoleCmdlet.Role">
            <summary>
            <para>
            <para>The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to
            test.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.TestETSRoleCmdlet.Topic">
            <summary>
            <para>
            <para>The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that
            you want the action to send a test notification to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.TestETSRoleCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticTranscoder.Model.TestRoleResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.Model.TestRoleResponse 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.ETS.TestETSRoleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Role parameter.
            The -PassThru parameter is deprecated, use -Select '^Role' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet">
            <summary>
            Use the <code>UpdatePipeline</code> operation to update settings for a pipeline.
             
             <important><para>
            When you change pipeline settings, your changes take effect immediately. Jobs that
            you have already submitted and that Elastic Transcoder has not started to process
            are affected in addition to jobs that you submit after you change settings.
            </para></important>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.AwsKmsKeyArn">
            <summary>
            <para>
            <para>The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.</para><para>If you use either <code>s3</code> or <code>s3-aws-kms</code> as your <code>Encryption:Mode</code>,
            you don't need to provide a key with your job because a default key, known as an AWS-KMS
            key, is created for you automatically. You need to provide an AWS-KMS key only if
            you want to use a non-default AWS-KMS key, or if you are using an <code>Encryption:Mode</code>
            of <code>aes-cbc-pkcs7</code>, <code>aes-ctr</code>, or <code>aes-gcm</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.ContentConfig_Bucket">
            <summary>
            <para>
            <para> The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded
            files. Specify this value when all of the following are true:</para><ul><li><para>You want to save transcoded files, thumbnails (if any), and playlists (if any) together
            in one bucket.</para></li><li><para>You do not want to specify the users or groups who have access to the transcoded files,
            thumbnails, and playlists.</para></li><li><para>You do not want to specify the permissions that Elastic Transcoder grants to the files.</para></li><li><para>You want to associate the transcoded files and thumbnails with the Amazon S3 Standard
            storage class.</para></li></ul><para>If you want to save transcoded files and playlists in one bucket and thumbnails in
            another bucket, specify which users can access the transcoded files or the permissions
            the users have, or change the Amazon S3 storage class, omit OutputBucket and specify
            values for <code>ContentConfig</code> and <code>ThumbnailConfig</code> instead. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.ThumbnailConfig_Bucket">
            <summary>
            <para>
            <para> The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded
            files. Specify this value when all of the following are true:</para><ul><li><para>You want to save transcoded files, thumbnails (if any), and playlists (if any) together
            in one bucket.</para></li><li><para>You do not want to specify the users or groups who have access to the transcoded files,
            thumbnails, and playlists.</para></li><li><para>You do not want to specify the permissions that Elastic Transcoder grants to the files.</para></li><li><para>You want to associate the transcoded files and thumbnails with the Amazon S3 Standard
            storage class.</para></li></ul><para>If you want to save transcoded files and playlists in one bucket and thumbnails in
            another bucket, specify which users can access the transcoded files or the permissions
            the users have, or change the Amazon S3 storage class, omit OutputBucket and specify
            values for <code>ContentConfig</code> and <code>ThumbnailConfig</code> instead. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.Notifications_Completed">
            <summary>
            <para>
            <para>The Amazon SNS topic that you want to notify when Elastic Transcoder has finished
            processing the job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.Notifications_Error">
            <summary>
            <para>
            <para>The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an
            error condition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the pipeline that you want to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.InputBucket">
            <summary>
            <para>
            <para>The Amazon S3 bucket in which you saved the media files that you want to transcode
            and the graphics that you want to use as watermarks.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.Name">
            <summary>
            <para>
            <para>The name of the pipeline. We recommend that the name be unique within the AWS account,
            but uniqueness is not enforced.</para><para>Constraints: Maximum 40 characters</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.ContentConfig_Permission">
            <summary>
            <para>
            <para>Optional. The <code>Permissions</code> object specifies which users and/or predefined
            Amazon S3 groups you want to have access to transcoded files and playlists, and the
            type of access you want them to have. You can grant permissions to a maximum of 30
            users and/or predefined Amazon S3 groups.</para><para>If you include <code>Permissions</code>, Elastic Transcoder grants only the permissions
            that you specify. It does not grant full permissions to the owner of the role specified
            by <code>Role</code>. If you want that user to have full control, you must explicitly
            grant full control to the user.</para><para> If you omit <code>Permissions</code>, Elastic Transcoder grants full control over
            the transcoded files and playlists to the owner of the role specified by <code>Role</code>,
            and grants no other permissions to any other user or group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.ThumbnailConfig_Permission">
            <summary>
            <para>
            <para>Optional. The <code>Permissions</code> object specifies which users and/or predefined
            Amazon S3 groups you want to have access to transcoded files and playlists, and the
            type of access you want them to have. You can grant permissions to a maximum of 30
            users and/or predefined Amazon S3 groups.</para><para>If you include <code>Permissions</code>, Elastic Transcoder grants only the permissions
            that you specify. It does not grant full permissions to the owner of the role specified
            by <code>Role</code>. If you want that user to have full control, you must explicitly
            grant full control to the user.</para><para> If you omit <code>Permissions</code>, Elastic Transcoder grants full control over
            the transcoded files and playlists to the owner of the role specified by <code>Role</code>,
            and grants no other permissions to any other user or group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.Notifications_Progressing">
            <summary>
            <para>
            <para>The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify
            when Elastic Transcoder has started to process the job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.Role">
            <summary>
            <para>
            <para>The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to
            use to transcode jobs for this pipeline.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.ContentConfig_StorageClass">
            <summary>
            <para>
            <para> The Amazon S3 storage class, <code>Standard</code> or <code>ReducedRedundancy</code>,
            that you want Elastic Transcoder to assign to the video files and playlists that it
            stores in your Amazon S3 bucket. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.ThumbnailConfig_StorageClass">
            <summary>
            <para>
            <para> The Amazon S3 storage class, <code>Standard</code> or <code>ReducedRedundancy</code>,
            that you want Elastic Transcoder to assign to the video files and playlists that it
            stores in your Amazon S3 bucket. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.Notifications_Warning">
            <summary>
            <para>
            <para>The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a
            warning condition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Pipeline'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticTranscoder.Model.UpdatePipelineResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.Model.UpdatePipelineResponse 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.ETS.UpdateETSPipelineCmdlet.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.ETS.UpdateETSPipelineCmdlet.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.ETS.UpdateETSPipelineNotificationCmdlet">
            <summary>
            With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification
            Service (Amazon SNS) notifications for a pipeline.
             
              
            <para>
            When you update notifications for a pipeline, Elastic Transcoder returns the values
            that you specified in the request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineNotificationCmdlet.Notifications_Completed">
            <summary>
            <para>
            <para>The Amazon SNS topic that you want to notify when Elastic Transcoder has finished
            processing the job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineNotificationCmdlet.Notifications_Error">
            <summary>
            <para>
            <para>The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an
            error condition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineNotificationCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the pipeline for which you want to change notification settings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineNotificationCmdlet.Notifications_Progressing">
            <summary>
            <para>
            <para>The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify
            when Elastic Transcoder has started to process the job.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineNotificationCmdlet.Notifications_Warning">
            <summary>
            <para>
            <para>The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a
            warning condition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineNotificationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Pipeline'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.Model.UpdatePipelineNotificationsResponse 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.ETS.UpdateETSPipelineNotificationCmdlet.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.ETS.UpdateETSPipelineNotificationCmdlet.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.ETS.UpdateETSPipelineStatusCmdlet">
            <summary>
            The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline
            stops or restarts the processing of jobs.
             
              
            <para>
            Changing the pipeline status is useful if you want to cancel one or more jobs. You
            can't cancel jobs after Elastic Transcoder has started processing them; if you pause
            the pipeline to which you submitted the jobs, you have more time to get the job IDs
            for the jobs that you want to cancel, and to send a <a>CancelJob</a> request.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineStatusCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the pipeline to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineStatusCmdlet.Status">
            <summary>
            <para>
            <para>The desired status of the pipeline:</para><ul><li><para><code>Active</code>: The pipeline is processing jobs.</para></li><li><para><code>Paused</code>: The pipeline is not currently processing jobs.</para></li></ul>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ETS.UpdateETSPipelineStatusCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Pipeline'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ElasticTranscoder.Model.UpdatePipelineStatusResponse).
            Specifying the name of a property of type Amazon.ElasticTranscoder.Model.UpdatePipelineStatusResponse 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.ETS.UpdateETSPipelineStatusCmdlet.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.ETS.UpdateETSPipelineStatusCmdlet.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>