AWS.Tools.MediaTailor.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.MediaTailor</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.AddEMTResourceTagCmdlet">
            <summary>
            Adds tags to the specified playback configuration resource. You can specify one or
            more tags to add.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the playback configuration. You can get this from
            the response to any playback configuration request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>A comma-separated list of tag key:value pairs.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTResourceTagCmdlet.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.MediaTailor.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTResourceTagCmdlet.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.EMT.GetEMTChannelCmdlet">
            <summary>
            Describes the properties of a specific channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelCmdlet.ChannelName">
            <summary>
            <para>
            <para>The identifier for the channel you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelCmdlet.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.MediaTailor.Model.DescribeChannelResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.DescribeChannelResponse 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.EMT.GetEMTChannelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ChannelName parameter.
            The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelListCmdlet">
            <summary>
            Retrieves a list of channels that are associated with this 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.EMT.GetEMTChannelListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Upper bound on number of records to return. The maximum number of results is 100.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelListCmdlet.NextToken">
            <summary>
            <para>
            <para>Pagination token from the GET list request. Use the token to fetch the next 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 '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaTailor.Model.ListChannelsResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.ListChannelsResponse 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.EMT.GetEMTChannelListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelPolicyCmdlet">
            <summary>
            Retrieves information about a channel's IAM policy.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelPolicyCmdlet.ChannelName">
            <summary>
            <para>
            <para>The identifier for the channel you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelPolicyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Policy'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaTailor.Model.GetChannelPolicyResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.GetChannelPolicyResponse 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.EMT.GetEMTChannelPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ChannelName parameter.
            The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelScheduleCmdlet">
            <summary>
            Retrieves information about your channel's schedule.<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.EMT.GetEMTChannelScheduleCmdlet.ChannelName">
            <summary>
            <para>
            <para>The identifier for the channel you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelScheduleCmdlet.DurationMinute">
            <summary>
            <para>
            <para>The schedule duration in minutes. The maximum duration is 4320 minutes (three days).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelScheduleCmdlet.MaxResult">
            <summary>
            <para>
            <para>Upper bound on number of records to return. The maximum number of results is 100.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelScheduleCmdlet.NextToken">
            <summary>
            <para>
            <para>Pagination token from the GET list request. Use the token to fetch the next 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 '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelScheduleCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaTailor.Model.GetChannelScheduleResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.GetChannelScheduleResponse 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.EMT.GetEMTChannelScheduleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ChannelName parameter.
            The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelScheduleCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationCmdlet">
            <summary>
            Returns the playback configuration for the specified name.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationCmdlet.Name">
            <summary>
            <para>
            <para>The identifier for the playback configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationCmdlet.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.MediaTailor.Model.GetPlaybackConfigurationResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.GetPlaybackConfigurationResponse 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.EMT.GetEMTPlaybackConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationListCmdlet">
            <summary>
            Returns a list of the playback configurations defined in AWS Elemental MediaTailor.
            You can specify a maximum number of configurations to return at a time. The default
            maximum is 50. Results are returned in pagefuls. If MediaTailor has more configurations
            than the specified maximum, it provides parameters in the response that you can use
            to retrieve the next pageful.<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.EMT.GetEMTPlaybackConfigurationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of records to return.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationListCmdlet.NextToken">
            <summary>
            <para>
            <para>Pagination token returned by the GET list request when results exceed the maximum
            allowed. Use the token to fetch the next 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 '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaTailor.Model.ListPlaybackConfigurationsResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.ListPlaybackConfigurationsResponse 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.EMT.GetEMTPlaybackConfigurationListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.GetEMTProgramCmdlet">
            <summary>
            Retrieves the properties of the requested program.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTProgramCmdlet.ChannelName">
            <summary>
            <para>
            <para>The identifier for the channel you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTProgramCmdlet.ProgramName">
            <summary>
            <para>
            <para>The identifier for the program you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTProgramCmdlet.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.MediaTailor.Model.DescribeProgramResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.DescribeProgramResponse 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="T:Amazon.PowerShell.Cmdlets.EMT.GetEMTResourceTagCmdlet">
            <summary>
            Returns a list of the tags assigned to the specified playback configuration resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the playback configuration. You can get this from
            the response to any playback configuration request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaTailor.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.GetEMTSourceLocationCmdlet">
            <summary>
            Retrieves the properties of the requested source location.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTSourceLocationCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The identifier for the source location you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTSourceLocationCmdlet.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.MediaTailor.Model.DescribeSourceLocationResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.DescribeSourceLocationResponse 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.EMT.GetEMTSourceLocationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SourceLocationName parameter.
            The -PassThru parameter is deprecated, use -Select '^SourceLocationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.GetEMTSourceLocationListCmdlet">
            <summary>
            Retrieves a list of source locations.<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.EMT.GetEMTSourceLocationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Upper bound on number of records to return. The maximum number of results is 100.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTSourceLocationListCmdlet.NextToken">
            <summary>
            <para>
            <para>Pagination token from the GET list request. Use the token to fetch the next 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 '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTSourceLocationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaTailor.Model.ListSourceLocationsResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.ListSourceLocationsResponse 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.EMT.GetEMTSourceLocationListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.GetEMTVodSourceCmdlet">
            <summary>
            Provides details about a specific VOD source in a specific source location.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTVodSourceCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The identifier for the source location you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTVodSourceCmdlet.VodSourceName">
            <summary>
            <para>
            <para>The identifier for the VOD source you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTVodSourceCmdlet.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.MediaTailor.Model.DescribeVodSourceResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.DescribeVodSourceResponse 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="T:Amazon.PowerShell.Cmdlets.EMT.GetEMTVodSourceListCmdlet">
            <summary>
            Lists all the VOD sources in a source location.<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.EMT.GetEMTVodSourceListCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The identifier for the source location you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTVodSourceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Upper bound on number of records to return. The maximum number of results is 100.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTVodSourceListCmdlet.NextToken">
            <summary>
            <para>
            <para>Pagination token from the GET list request. Use the token to fetch the next 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 '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTVodSourceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaTailor.Model.ListVodSourcesResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.ListVodSourcesResponse 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.EMT.GetEMTVodSourceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SourceLocationName parameter.
            The -PassThru parameter is deprecated, use -Select '^SourceLocationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTVodSourceListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.NewEMTChannelCmdlet">
            <summary>
            Creates a channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTChannelCmdlet.ChannelName">
            <summary>
            <para>
            <para>The identifier for the channel you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTChannelCmdlet.Output">
            <summary>
            <para>
            <para>The channel's output properties.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTChannelCmdlet.PlaybackMode">
            <summary>
            <para>
            <para>The type of playback mode for this channel. The only supported value is LOOP.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTChannelCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to assign to the channel.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTChannelCmdlet.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.MediaTailor.Model.CreateChannelResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.CreateChannelResponse 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.EMT.NewEMTChannelCmdlet.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.EMT.NewEMTProgramCmdlet">
            <summary>
            Creates a program.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.AdBreak">
            <summary>
            <para>
            <para>The ad break configuration settings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.ChannelName">
            <summary>
            <para>
            <para>The identifier for the channel you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.ProgramName">
            <summary>
            <para>
            <para>The identifier for the program you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.Transition_RelativePosition">
            <summary>
            <para>
            <para>The position where this program will be inserted relative to the RelativeProgram.
            Possible values are: AFTER_PROGRAM, and BEFORE_PROGRAM.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.Transition_RelativeProgram">
            <summary>
            <para>
            <para>The name of the program that this program will be inserted next to, as defined by
            RelativePosition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The name of the source location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.Transition_Type">
            <summary>
            <para>
            <para>When the program should be played. RELATIVE means that programs will be played back-to-back.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.VodSourceName">
            <summary>
            <para>
            <para>The name that's used to refer to a VOD source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.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.MediaTailor.Model.CreateProgramResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.CreateProgramResponse 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.EMT.NewEMTProgramCmdlet.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.EMT.NewEMTSourceLocationCmdlet">
            <summary>
            Creates a source location on a specific channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTSourceLocationCmdlet.AccessConfiguration_AccessType">
            <summary>
            <para>
            <para>The type of authentication used to access content from HttpConfiguration::BaseUrl
            on your source location. Accepted value: S3_SIGV4.</para><para>S3_SIGV4 - AWS Signature Version 4 authentication for Amazon S3 hosted virtual-style
            access. If your source location base URL is an Amazon S3 bucket, MediaTailor can use
            AWS Signature Version 4 (SigV4) authentication to access the bucket where your source
            content is stored. Your MediaTailor source location baseURL must follow the S3 virtual
            hosted-style request URL format. For example, https://bucket-name.s3.Region.amazonaws.com/key-name.</para><para>Before you can use S3_SIGV4, you must meet these requirements:</para><para>• You must allow MediaTailor to access your S3 bucket by granting mediatailor.amazonaws.com
            principal access in IAM. For information about configuring access in IAM, see Access
            management in the IAM User Guide.</para><para>• The mediatailor.amazonaws.com service principal must have permissions to read all
            top level manifests referenced by the VodSource packaging configurations.</para><para>• The caller of the API must have s3:GetObject IAM permissions to read all top level
            manifests referenced by your MediaTailor VodSource packaging configurations.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTSourceLocationCmdlet.DefaultSegmentDeliveryConfiguration_BaseUrl">
            <summary>
            <para>
            <para>The hostname of the server that will be used to serve segments. This string must include
            the protocol, such as <b>https://</b>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTSourceLocationCmdlet.HttpConfiguration_BaseUrl">
            <summary>
            <para>
            <para>The base URL for the source location host server. This string must include the protocol,
            such as <b>https://</b>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTSourceLocationCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The identifier for the source location you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTSourceLocationCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to assign to the source location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTSourceLocationCmdlet.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.MediaTailor.Model.CreateSourceLocationResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.CreateSourceLocationResponse 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.EMT.NewEMTSourceLocationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SourceLocationName parameter.
            The -PassThru parameter is deprecated, use -Select '^SourceLocationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTSourceLocationCmdlet.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.EMT.NewEMTVodSourceCmdlet">
            <summary>
            Creates name for a specific VOD source in a source location.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTVodSourceCmdlet.HttpPackageConfiguration">
            <summary>
            <para>
            <para>An array of HTTP package configuration parameters for this VOD source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTVodSourceCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The identifier for the source location you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTVodSourceCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to assign to the VOD source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTVodSourceCmdlet.VodSourceName">
            <summary>
            <para>
            <para>The identifier for the VOD source you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTVodSourceCmdlet.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.MediaTailor.Model.CreateVodSourceResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.CreateVodSourceResponse 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.EMT.NewEMTVodSourceCmdlet.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.EMT.RemoveEMTChannelCmdlet">
            <summary>
            Deletes a channel. You must stop the channel before it can be deleted.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTChannelCmdlet.ChannelName">
            <summary>
            <para>
            <para>The identifier for the channel you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTChannelCmdlet.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.MediaTailor.Model.DeleteChannelResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTChannelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ChannelName parameter.
            The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTChannelCmdlet.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.EMT.RemoveEMTChannelPolicyCmdlet">
            <summary>
            Deletes a channel's IAM policy.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTChannelPolicyCmdlet.ChannelName">
            <summary>
            <para>
            <para>The identifier for the channel you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTChannelPolicyCmdlet.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.MediaTailor.Model.DeleteChannelPolicyResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTChannelPolicyCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ChannelName parameter.
            The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTChannelPolicyCmdlet.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.EMT.RemoveEMTPlaybackConfigurationCmdlet">
            <summary>
            Deletes the playback configuration for the specified name.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTPlaybackConfigurationCmdlet.Name">
            <summary>
            <para>
            <para>The identifier for the playback configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTPlaybackConfigurationCmdlet.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.MediaTailor.Model.DeletePlaybackConfigurationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTPlaybackConfigurationCmdlet.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.EMT.RemoveEMTPlaybackConfigurationCmdlet.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.EMT.RemoveEMTProgramCmdlet">
            <summary>
            Deletes a specific program on a specific channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTProgramCmdlet.ChannelName">
            <summary>
            <para>
            <para>The identifier for the channel you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTProgramCmdlet.ProgramName">
            <summary>
            <para>
            <para>The identifier for the program you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTProgramCmdlet.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.MediaTailor.Model.DeleteProgramResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTProgramCmdlet.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.EMT.RemoveEMTResourceTagCmdlet">
            <summary>
            Removes tags from the specified playback configuration resource. You can specify one
            or more tags to remove.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the playback configuration. You can get this from
            the response to any playback configuration request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>A comma-separated list of the tag keys to remove from the playback configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTResourceTagCmdlet.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.MediaTailor.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTResourceTagCmdlet.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.EMT.RemoveEMTSourceLocationCmdlet">
            <summary>
            Deletes a source location on a specific channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTSourceLocationCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The identifier for the source location you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTSourceLocationCmdlet.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.MediaTailor.Model.DeleteSourceLocationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTSourceLocationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SourceLocationName parameter.
            The -PassThru parameter is deprecated, use -Select '^SourceLocationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTSourceLocationCmdlet.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.EMT.RemoveEMTVodSourceCmdlet">
            <summary>
            Deletes a specific VOD source in a specific source location.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTVodSourceCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The identifier for the source location you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTVodSourceCmdlet.VodSourceName">
            <summary>
            <para>
            <para>The identifier for the VOD source you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTVodSourceCmdlet.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.MediaTailor.Model.DeleteVodSourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTVodSourceCmdlet.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.EMT.SetEMTPlaybackConfigurationCmdlet">
            <summary>
            Adds a new playback configuration to AWS Elemental MediaTailor.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.AdDecisionServerUrl">
            <summary>
            <para>
            <para>The URL for the ad decision server (ADS). This includes the specification of static
            parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes
            player-specific and session-specific parameters as needed when calling the ADS. Alternately,
            for testing you can provide a static VAST URL. The maximum length is 25,000 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.LivePreRollConfiguration_AdDecisionServerUrl">
            <summary>
            <para>
            <para>The URL for the ad decision server (ADS) for pre-roll ads. This includes the specification
            of static parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor
            substitutes player-specific and session-specific parameters as needed when calling
            the ADS. Alternately, for testing, you can provide a static VAST URL. The maximum
            length is 25,000 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.CdnConfiguration">
            <summary>
            <para>
            <para>The configuration for using a content delivery network (CDN), like Amazon CloudFront,
            for content and ad segment management.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.ConfigurationAlias">
            <summary>
            <para>
            <para>The player parameters and aliases used as dynamic variables during session initialization.
            For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/variables-domain.html">Domain
            Variables</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.DashConfiguration">
            <summary>
            <para>
            <para>The configuration for DASH content.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.AdMarkerPassthrough_Enabled">
            <summary>
            <para>
            <para>Enables ad marker passthrough for your configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.Bumper_EndUrl">
            <summary>
            <para>
            <para>The URL for the end bumper asset.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.LivePreRollConfiguration_MaxDurationSecond">
            <summary>
            <para>
            The maximum allowed duration for the
            pre-roll ad avail. AWS Elemental MediaTailor won't play pre-roll ads to exceed this
            duration, regardless of the total duration of ads that the ADS returns.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.AvailSuppression_Mode">
            <summary>
            <para>
            <para>Sets the ad suppression mode. By default, ad suppression is off and all ad breaks
            are filled with ads or slate. When Mode is set to BEHIND_LIVE_EDGE, ad suppression
            is active and MediaTailor won't fill ad breaks on or behind the ad suppression Value
            time in the manifest lookback window.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.Name">
            <summary>
            <para>
            <para>The identifier for the playback configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.PersonalizationThresholdSecond">
            <summary>
            <para>
            <para>Defines the maximum duration of underfilled ad time (in seconds) allowed in an ad
            break. If the duration of underfilled ad time exceeds the personalization threshold,
            then the personalization of the ad break is abandoned and the underlying content is
            shown. This feature applies to <i>ad replacement</i> in live and VOD streams, rather
            than ad insertion, because it relies on an underlying content stream. For more information
            about ad break behavior, including ad replacement and insertion, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/ad-behavior.html">Ad
            Behavior in AWS Elemental MediaTailor</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.SlateAdUrl">
            <summary>
            <para>
            <para>The URL for a high-quality video asset to transcode and use to fill in time that's
            not used by ads. AWS Elemental MediaTailor shows the slate to fill in gaps in media
            content. Configuring the slate is optional for non-VPAID configurations. For VPAID,
            the slate is required because MediaTailor provides it in the slots that are designated
            for dynamic ad content. The slate must be a high-quality asset that contains both
            audio and video.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.Bumper_StartUrl">
            <summary>
            <para>
            <para>The URL for the start bumper asset.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to assign to the playback configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.TranscodeProfileName">
            <summary>
            <para>
            <para>The name that is used to associate this playback configuration with a custom transcode
            profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this
            only if you have already set up custom profiles with the help of AWS Support.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.AvailSuppression_Value">
            <summary>
            <para>
            <para>A live edge offset time in HH:MM:SS. MediaTailor won't fill ad breaks on or behind
            this time in the manifest lookback window. If Value is set to 00:00:00, it is in sync
            with the live edge, and MediaTailor won't fill any ad breaks on or behind the live
            edge. If you set a Value time, MediaTailor won't fill any ad breaks on or behind this
            time in the manifest lookback window. For example, if you set 00:45:00, then MediaTailor
            will fill ad breaks that occur within 45 minutes behind the live edge, but won't fill
            ad breaks on or behind 45 minutes behind the live edge.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.VideoContentSourceUrl">
            <summary>
            <para>
            <para>The URL prefix for the parent manifest for the stream, minus the asset ID. The maximum
            length is 512 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.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.MediaTailor.Model.PutPlaybackConfigurationResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.PutPlaybackConfigurationResponse 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.EMT.SetEMTPlaybackConfigurationCmdlet.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.EMT.SetEMTPlaybackConfigurationCmdlet.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.EMT.StartEMTChannelCmdlet">
            <summary>
            Starts a specific channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.StartEMTChannelCmdlet.ChannelName">
            <summary>
            <para>
            <para>The identifier for the channel you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.StartEMTChannelCmdlet.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.MediaTailor.Model.StartChannelResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.StartEMTChannelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ChannelName parameter.
            The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.StartEMTChannelCmdlet.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.EMT.StopEMTChannelCmdlet">
            <summary>
            Stops a specific channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.StopEMTChannelCmdlet.ChannelName">
            <summary>
            <para>
            <para>The identifier for the channel you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.StopEMTChannelCmdlet.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.MediaTailor.Model.StopChannelResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.StopEMTChannelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ChannelName parameter.
            The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.StopEMTChannelCmdlet.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.EMT.UpdateEMTChannelCmdlet">
            <summary>
            Updates an existing channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTChannelCmdlet.ChannelName">
            <summary>
            <para>
            <para>The identifier for the channel you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTChannelCmdlet.Output">
            <summary>
            <para>
            <para>The channel's output properties.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTChannelCmdlet.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.MediaTailor.Model.UpdateChannelResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.UpdateChannelResponse 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.EMT.UpdateEMTChannelCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ChannelName parameter.
            The -PassThru parameter is deprecated, use -Select '^ChannelName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTChannelCmdlet.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.EMT.UpdateEMTSourceLocationCmdlet">
            <summary>
            Updates a source location on a specific channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTSourceLocationCmdlet.AccessConfiguration_AccessType">
            <summary>
            <para>
            <para>The type of authentication used to access content from HttpConfiguration::BaseUrl
            on your source location. Accepted value: S3_SIGV4.</para><para>S3_SIGV4 - AWS Signature Version 4 authentication for Amazon S3 hosted virtual-style
            access. If your source location base URL is an Amazon S3 bucket, MediaTailor can use
            AWS Signature Version 4 (SigV4) authentication to access the bucket where your source
            content is stored. Your MediaTailor source location baseURL must follow the S3 virtual
            hosted-style request URL format. For example, https://bucket-name.s3.Region.amazonaws.com/key-name.</para><para>Before you can use S3_SIGV4, you must meet these requirements:</para><para>• You must allow MediaTailor to access your S3 bucket by granting mediatailor.amazonaws.com
            principal access in IAM. For information about configuring access in IAM, see Access
            management in the IAM User Guide.</para><para>• The mediatailor.amazonaws.com service principal must have permissions to read all
            top level manifests referenced by the VodSource packaging configurations.</para><para>• The caller of the API must have s3:GetObject IAM permissions to read all top level
            manifests referenced by your MediaTailor VodSource packaging configurations.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTSourceLocationCmdlet.DefaultSegmentDeliveryConfiguration_BaseUrl">
            <summary>
            <para>
            <para>The hostname of the server that will be used to serve segments. This string must include
            the protocol, such as <b>https://</b>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTSourceLocationCmdlet.HttpConfiguration_BaseUrl">
            <summary>
            <para>
            <para>The base URL for the source location host server. This string must include the protocol,
            such as <b>https://</b>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTSourceLocationCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The identifier for the source location you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTSourceLocationCmdlet.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.MediaTailor.Model.UpdateSourceLocationResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.UpdateSourceLocationResponse 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.EMT.UpdateEMTSourceLocationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SourceLocationName parameter.
            The -PassThru parameter is deprecated, use -Select '^SourceLocationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTSourceLocationCmdlet.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.EMT.UpdateEMTVodSourceCmdlet">
            <summary>
            Updates a specific VOD source in a specific source location.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTVodSourceCmdlet.HttpPackageConfiguration">
            <summary>
            <para>
            <para>An array of HTTP package configurations for the VOD source on this account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTVodSourceCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The identifier for the source location you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTVodSourceCmdlet.VodSourceName">
            <summary>
            <para>
            <para>The identifier for the VOD source you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTVodSourceCmdlet.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.MediaTailor.Model.UpdateVodSourceResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.UpdateVodSourceResponse 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.EMT.UpdateEMTVodSourceCmdlet.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.EMT.WriteEMTChannelPolicyCmdlet">
            <summary>
            Creates an IAM policy for the channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.WriteEMTChannelPolicyCmdlet.ChannelName">
            <summary>
            <para>
            <para>The identifier for the channel you are working on.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.WriteEMTChannelPolicyCmdlet.Policy">
            <summary>
            <para>
            <para>Adds an IAM role that determines the permissions of your channel.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.WriteEMTChannelPolicyCmdlet.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.MediaTailor.Model.PutChannelPolicyResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.WriteEMTChannelPolicyCmdlet.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>