AWS.Tools.MediaTailor.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.MediaTailor</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.AddEMTLogsForChannelCmdlet">
            <summary>
            Configures Amazon CloudWatch log settings for a channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTLogsForChannelCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTLogsForChannelCmdlet.LogType">
            <summary>
            <para>
            <para>The types of logs to collect.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTLogsForChannelCmdlet.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.ConfigureLogsForChannelResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.ConfigureLogsForChannelResponse 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.AddEMTLogsForChannelCmdlet.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.AddEMTLogsForChannelCmdlet.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.AddEMTLogsForPlaybackConfigurationCmdlet">
            <summary>
            Amazon CloudWatch log settings for a playback configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTLogsForPlaybackConfigurationCmdlet.PercentEnabled">
            <summary>
            <para>
            <para>The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account.
            For example, if your playback configuration has 1000 sessions and percentEnabled is
            set to <c>60</c>, MediaTailor sends logs for 600 of the sessions to CloudWatch Logs.
            MediaTailor decides at random which of the playback configuration sessions to send
            logs for. If you want to view logs for a specific session, you can use the <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/debug-log-mode.html">debug
            log mode</a>.</para><para>Valid values: <c>0</c> - <c>100</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTLogsForPlaybackConfigurationCmdlet.PlaybackConfigurationName">
            <summary>
            <para>
            <para>The name of the playback configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTLogsForPlaybackConfigurationCmdlet.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.ConfigureLogsForPlaybackConfigurationResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.ConfigureLogsForPlaybackConfigurationResponse 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.AddEMTLogsForPlaybackConfigurationCmdlet.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.AddEMTResourceTagCmdlet">
            <summary>
            The resource to tag. Tags are key-value pairs that you can associate with Amazon resources
            to help with organization, access control, and cost tracking. For more information,
            see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging
            AWS Elemental MediaTailor Resources</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) associated with the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to assign to the resource. Tags are key-value pairs that you can associate
            with Amazon resources to help with organization, access control, and cost tracking.
            For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging
            AWS Elemental MediaTailor Resources</a>.</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.GetEMTAlertListCmdlet">
            <summary>
            Lists the alerts that are associated with a MediaTailor channel assembly resource.<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.GetEMTAlertListCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTAlertListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of alerts that you want MediaTailor to return in response to the
            current request. If there are more than <c>MaxResults</c> alerts, use the value of
            <c>NextToken</c> in the response to get the next page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTAlertListCmdlet.NextToken">
            <summary>
            <para>
            <para>Pagination token returned by the 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.GetEMTAlertListCmdlet.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.ListAlertsResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.ListAlertsResponse 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.GetEMTAlertListCmdlet.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.GetEMTAlertListCmdlet.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.GetEMTChannelCmdlet">
            <summary>
            Describes a channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working
            with channels</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel.</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 information about the channels that are 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.EMT.GetEMTChannelListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of channels that you want MediaTailor to return in response to
            the current request. If there are more than <c>MaxResults</c> channels, use the value
            of <c>NextToken</c> in the response to get the next page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelListCmdlet.NextToken">
            <summary>
            <para>
            <para>Pagination token returned by the 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.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>
            Returns the channel's IAM policy. IAM policies are used to control access to your
            channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelPolicyCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel associated with this Channel Policy.</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.Audience">
            <summary>
            <para>
            <para>The single audience for GetChannelScheduleRequest.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelScheduleCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel associated with this Channel Schedule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelScheduleCmdlet.DurationMinute">
            <summary>
            <para>
            <para>The duration in minutes of the channel schedule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelScheduleCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of channel schedules that you want MediaTailor to return in response
            to the current request. If there are more than <c>MaxResults</c> channel schedules,
            use the value of <c>NextToken</c> in the response to get the next page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTChannelScheduleCmdlet.NextToken">
            <summary>
            <para>
            <para>(Optional) If the playback configuration has more than <c>MaxResults</c> channel schedules,
            use <c>NextToken</c> to get the second and subsequent pages of results.</para><para>For the first <c>GetChannelScheduleRequest</c> request, omit this value.</para><para>For the second and subsequent requests, get the value of <c>NextToken</c> from the
            previous response and specify that value for <c>NextToken</c> in the request.</para><para>If the previous response didn't include a <c>NextToken</c> element, there are no more
            channel schedules to get.</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.GetEMTLiveSourceCmdlet">
            <summary>
            The live source to describe.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTLiveSourceCmdlet.LiveSourceName">
            <summary>
            <para>
            <para>The name of the live source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTLiveSourceCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The name of the source location associated with this Live Source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTLiveSourceCmdlet.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.DescribeLiveSourceResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.DescribeLiveSourceResponse 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.GetEMTLiveSourceListCmdlet">
            <summary>
            Lists the live sources contained in a source location. A source represents a piece
            of content.<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.GetEMTLiveSourceListCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The name of the source location associated with this Live Sources list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTLiveSourceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of live sources that you want MediaTailor to return in response
            to the current request. If there are more than <c>MaxResults</c> live sources, use
            the value of <c>NextToken</c> in the response to get the next page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTLiveSourceListCmdlet.NextToken">
            <summary>
            <para>
            <para>Pagination token returned by the 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.GetEMTLiveSourceListCmdlet.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.ListLiveSourcesResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.ListLiveSourcesResponse 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.GetEMTLiveSourceListCmdlet.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.GetEMTLiveSourceListCmdlet.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>
            Retrieves a playback configuration. For information about MediaTailor configurations,
            see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working
            with configurations in AWS Elemental MediaTailor</a>.
            </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>
            Retrieves existing playback configurations. For information about MediaTailor configurations,
            see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working
            with Configurations in AWS Elemental MediaTailor</a>.<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>The maximum number of playback configurations that you want MediaTailor to return
            in response to the current request. If there are more than <c>MaxResults</c> playback
            configurations, use the value of <c>NextToken</c> in the response to get the next
            page of results.</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 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.GetEMTPrefetchScheduleCmdlet">
            <summary>
            Retrieves a prefetch schedule for a playback configuration. A prefetch schedule allows
            you to tell MediaTailor to fetch and prepare certain ads before an ad break happens.
            For more information about ad prefetching, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html">Using
            ad prefetching</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPrefetchScheduleCmdlet.Name">
            <summary>
            <para>
            <para>The name of the prefetch schedule. The name must be unique among all prefetch schedules
            that are associated with the specified playback configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPrefetchScheduleCmdlet.PlaybackConfigurationName">
            <summary>
            <para>
            <para>Returns information about the prefetch schedule for a specific playback configuration.
            If you call <c>GetPrefetchSchedule</c> on an expired prefetch schedule, MediaTailor
            returns an HTTP 404 status code.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPrefetchScheduleCmdlet.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.GetPrefetchScheduleResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.GetPrefetchScheduleResponse 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.GetEMTPrefetchScheduleCmdlet.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.GetEMTPrefetchScheduleListCmdlet">
            <summary>
            Lists the prefetch schedules for a playback configuration.<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.GetEMTPrefetchScheduleListCmdlet.PlaybackConfigurationName">
            <summary>
            <para>
            <para>Retrieves the prefetch schedule(s) for a specific playback configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPrefetchScheduleListCmdlet.StreamId">
            <summary>
            <para>
            <para>An optional filtering parameter whereby MediaTailor filters the prefetch schedules
            to include only specific streams.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPrefetchScheduleListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of prefetch schedules that you want MediaTailor to return in response
            to the current request. If there are more than <c>MaxResults</c> prefetch schedules,
            use the value of <c>NextToken</c> in the response to get the next page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPrefetchScheduleListCmdlet.NextToken">
            <summary>
            <para>
            <para>(Optional) If the playback configuration has more than <c>MaxResults</c> prefetch
            schedules, use <c>NextToken</c> to get the second and subsequent pages of results.</para><para> For the first <c>ListPrefetchSchedulesRequest</c> request, omit this value.</para><para> For the second and subsequent requests, get the value of <c>NextToken</c> from the
            previous response and specify that value for <c>NextToken</c> in the request.</para><para> If the previous response didn't include a <c>NextToken</c> element, there are no
            more prefetch schedules to get.</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.GetEMTPrefetchScheduleListCmdlet.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.ListPrefetchSchedulesResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.ListPrefetchSchedulesResponse 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.GetEMTPrefetchScheduleListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PlaybackConfigurationName parameter.
            The -PassThru parameter is deprecated, use -Select '^PlaybackConfigurationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPrefetchScheduleListCmdlet.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>
            Describes a program within a channel. For information about programs, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html">Working
            with programs</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTProgramCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel associated with this Program.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTProgramCmdlet.ProgramName">
            <summary>
            <para>
            <para>The name of the program.</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>
            A list of tags that are associated with this resource. Tags are key-value pairs that
            you can associate with Amazon resources to help with organization, access control,
            and cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging
            AWS Elemental MediaTailor Resources</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) associated with this resource.</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>
            Describes a source location. A source location is a container for sources. For more
            information about source locations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html">Working
            with source locations</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTSourceLocationCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The name of the source location.</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>
            Lists the source locations for a channel. A source location defines the host server
            URL, and contains a list of sources.<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> The maximum number of source locations that you want MediaTailor to return in response
            to the current request. If there are more than <c>MaxResults</c> source locations,
            use the value of <c>NextToken</c> in the response to get the next page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTSourceLocationListCmdlet.NextToken">
            <summary>
            <para>
            <para>Pagination token returned by the 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.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 video on demand (VOD) source in a specific source
            location.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTVodSourceCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The name of the source location associated with this VOD Source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTVodSourceCmdlet.VodSourceName">
            <summary>
            <para>
            <para>The name of the VOD Source.</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 the VOD sources contained in a source location. A source represents a piece
            of content.<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 name of the source location associated with this VOD Source list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTVodSourceListCmdlet.MaxResult">
            <summary>
            <para>
            <para> The maximum number of VOD sources that you want MediaTailor to return in response
            to the current request. If there are more than <c>MaxResults</c> VOD sources, use
            the value of <c>NextToken</c> in the response to get the next page of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTVodSourceListCmdlet.NextToken">
            <summary>
            <para>
            <para>Pagination token returned by the 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.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. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working
            with channels</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTChannelCmdlet.Audience">
            <summary>
            <para>
            <para>The list of audiences defined in channel.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTChannelCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTChannelCmdlet.TimeShiftConfiguration_MaxTimeDelaySecond">
            <summary>
            <para>
            <para> The maximum time delay for time-shifted viewing. The minimum allowed maximum time
            delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6
            hours). </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 to use for this channel.</para><para><c>LINEAR</c> - The programs in the schedule play once back-to-back in the schedule.</para><para><c>LOOP</c> - The programs in the schedule play back-to-back in an endless loop.
            When the last program in the schedule stops playing, playback loops back to the first
            program in the schedule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTChannelCmdlet.FillerSlate_SourceLocationName">
            <summary>
            <para>
            <para>The name of the source location where the slate VOD source is stored.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTChannelCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to assign to the channel. Tags are key-value pairs that you can associate
            with Amazon resources to help with organization, access control, and cost tracking.
            For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging
            AWS Elemental MediaTailor Resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTChannelCmdlet.Tier">
            <summary>
            <para>
            <para>The tier of the channel.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTChannelCmdlet.FillerSlate_VodSourceName">
            <summary>
            <para>
            <para>The slate VOD source name. The VOD source must already exist in a source location
            before it can be used for slate.</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.NewEMTLiveSourceCmdlet">
            <summary>
            The live source configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTLiveSourceCmdlet.HttpPackageConfiguration">
            <summary>
            <para>
            <para>A list of HTTP package configuration parameters for this live source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTLiveSourceCmdlet.LiveSourceName">
            <summary>
            <para>
            <para>The name of the live source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTLiveSourceCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The name of the source location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTLiveSourceCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to assign to the live source. Tags are key-value pairs that you can associate
            with Amazon resources to help with organization, access control, and cost tracking.
            For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging
            AWS Elemental MediaTailor Resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTLiveSourceCmdlet.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.CreateLiveSourceResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.CreateLiveSourceResponse 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.NewEMTLiveSourceCmdlet.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.NewEMTPrefetchScheduleCmdlet">
            <summary>
            Creates a prefetch schedule for a playback configuration. A prefetch schedule allows
            you to tell MediaTailor to fetch and prepare certain ads before an ad break happens.
            For more information about ad prefetching, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html">Using
            ad prefetching</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTPrefetchScheduleCmdlet.Consumption_AvailMatchingCriterion">
            <summary>
            <para>
            <para>If you only want MediaTailor to insert prefetched ads into avails (ad breaks) that
            match specific dynamic variables, such as <c>scte.event_id</c>, set the avail matching
            criteria.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTPrefetchScheduleCmdlet.Retrieval_DynamicVariable">
            <summary>
            <para>
            <para>The dynamic variables to use for substitution during prefetch requests to the ad decision
            server (ADS).</para><para>You initially configure <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/variables.html">dynamic
            variables</a> for the ADS URL when you set up your playback configuration. When you
            specify <c>DynamicVariables</c> for prefetch retrieval, MediaTailor includes the dynamic
            variables in the request to the ADS.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTPrefetchScheduleCmdlet.Consumption_EndTime">
            <summary>
            <para>
            <para>The time when MediaTailor no longer considers the prefetched ads for use in an ad
            break. MediaTailor automatically deletes prefetch schedules no less than seven days
            after the end time. If you'd like to manually delete the prefetch schedule, you can
            call <c>DeletePrefetchSchedule</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTPrefetchScheduleCmdlet.Retrieval_EndTime">
            <summary>
            <para>
            <para>The time when prefetch retrieval ends for the ad break. Prefetching will be attempted
            for manifest requests that occur at or before this time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTPrefetchScheduleCmdlet.Name">
            <summary>
            <para>
            <para>The name to assign to the schedule request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTPrefetchScheduleCmdlet.PlaybackConfigurationName">
            <summary>
            <para>
            <para>The name to assign to the playback configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTPrefetchScheduleCmdlet.Consumption_StartTime">
            <summary>
            <para>
            <para>The time when prefetched ads are considered for use in an ad break. If you don't specify
            <c>StartTime</c>, the prefetched ads are available after MediaTailor retrives them
            from the ad decision server.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTPrefetchScheduleCmdlet.Retrieval_StartTime">
            <summary>
            <para>
            <para>The time when prefetch retrievals can start for this break. Ad prefetching will be
            attempted for manifest requests that occur at or after this time. Defaults to the
            current time. If not specified, the prefetch retrieval starts as soon as possible.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTPrefetchScheduleCmdlet.StreamId">
            <summary>
            <para>
            <para>An optional stream identifier that MediaTailor uses to prefetch ads for multiple streams
            that use the same playback configuration. If <c>StreamId</c> is specified, MediaTailor
            returns all of the prefetch schedules with an exact match on <c>StreamId</c>. If not
            specified, MediaTailor returns all of the prefetch schedules for the playback configuration,
            regardless of <c>StreamId</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTPrefetchScheduleCmdlet.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.CreatePrefetchScheduleResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.CreatePrefetchScheduleResponse 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.NewEMTPrefetchScheduleCmdlet.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.NewEMTPrefetchScheduleCmdlet.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 within a channel. For information about programs, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html">Working
            with programs</a> in the <i>MediaTailor User Guide</i>.
            </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.AudienceMedia">
            <summary>
            <para>
            <para>The list of AudienceMedia defined in program.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel for this Program.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.Transition_DurationMilli">
            <summary>
            <para>
            <para>The duration of the live program in seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.ClipRange_EndOffsetMilli">
            <summary>
            <para>
            <para>The end offset of the clip range, in milliseconds, starting from the beginning of
            the VOD source associated with the program.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.LiveSourceName">
            <summary>
            <para>
            <para>The name of the LiveSource for this Program.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.ProgramName">
            <summary>
            <para>
            <para>The name of the Program.</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 <c>RelativePosition</c>.</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
            <c>RelativePosition</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.Transition_ScheduledStartTimeMilli">
            <summary>
            <para>
            <para>The date and time that the program is scheduled to start, in epoch milliseconds.</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.ClipRange_StartOffsetMilli">
            <summary>
            <para>
            <para>The start offset of the clip range, in milliseconds. This offset truncates the start
            at the number of milliseconds into the duration of the VOD source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTProgramCmdlet.Transition_Type">
            <summary>
            <para>
            <para>Defines when the program plays in the schedule. You can set the value to <c>ABSOLUTE</c>
            or <c>RELATIVE</c>.</para><para><c>ABSOLUTE</c> - The program plays at a specific wall clock time. This setting can
            only be used for channels using the <c>LINEAR</c><c>PlaybackMode</c>.</para><para>Note the following considerations when using <c>ABSOLUTE</c> transitions:</para><para>If the preceding program in the schedule has a duration that extends past the wall
            clock time, MediaTailor truncates the preceding program on a common segment boundary.</para><para>If there are gaps in playback, MediaTailor plays the <c>FillerSlate</c> you configured
            for your linear channel.</para><para><c>RELATIVE</c> - The program is inserted into the schedule either before or after
            a program that you specify via <c>RelativePosition</c>.</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. A source location is a container for sources. For more
            information about source locations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html">Working
            with source locations</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTSourceLocationCmdlet.AccessConfiguration_AccessType">
            <summary>
            <para>
            <para>The type of authentication used to access content from <c>HttpConfiguration::BaseUrl</c>
            on your source location.</para><para><c>S3_SIGV4</c> - 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 <c>S3_SIGV4</c>, 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><c>AUTODETECT_SIGV4</c> - AWS Signature Version 4 authentication for a set of supported
            services: MediaPackage Version 2 and Amazon S3 hosted virtual-style access. If your
            source location base URL is a MediaPackage Version 2 endpoint or an Amazon S3 bucket,
            MediaTailor can use AWS Signature Version 4 (SigV4) authentication to access the resource
            where your source content is stored.</para><para>Before you can use <c>AUTODETECT_SIGV4</c> with a MediaPackage Version 2 endpoint,
            you must meet these requirements:</para><para>• You must grant MediaTailor access to your MediaPackage endpoint by granting <c>mediatailor.amazonaws.com</c>
            principal access in an Origin Access policy on the endpoint.</para><para>• Your MediaTailor source location base URL must be a MediaPackage V2 endpoint.</para><para>• The caller of the API must have <c>mediapackagev2:GetObject</c> IAM permissions
            to read all top level manifests referenced by the MediaTailor source packaging configurations.</para><para>Before you can use <c>AUTODETECT_SIGV4</c> with an Amazon S3 bucket, you must meet
            these requirements:</para><para>• You must grant MediaTailor access to your S3 bucket by granting <c>mediatailor.amazonaws.com</c>
            principal access in IAM. For more information about configuring access in IAM, see
            <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access management</a>
            in the <i>IAM User Guide.</i>.</para><para>• The <c>mediatailor.amazonaws.com</c> service principal must have permissions to
            read all top-level manifests referenced by the <c>VodSource</c> packaging configurations.</para><para>• The caller of the API must have <c>s3:GetObject</c> IAM permissions to read all
            top level manifests referenced by your MediaTailor <c>VodSource</c> 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.SecretsManagerAccessTokenConfiguration_HeaderName">
            <summary>
            <para>
            <para>The name of the HTTP header used to supply the access token in requests to the source
            location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTSourceLocationCmdlet.SecretsManagerAccessTokenConfiguration_SecretArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the
            access token.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTSourceLocationCmdlet.SecretsManagerAccessTokenConfiguration_SecretStringKey">
            <summary>
            <para>
            <para>The AWS Secrets Manager <a href="https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_CreateSecret.html#SecretsManager-CreateSecret-request-SecretString.html">SecretString</a>
            key associated with the access token. MediaTailor uses the key to look up SecretString
            key and value pair containing the access token.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTSourceLocationCmdlet.SegmentDeliveryConfiguration">
            <summary>
            <para>
            <para>A list of the segment delivery configurations associated with this resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTSourceLocationCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The name associated with the source location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTSourceLocationCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to assign to the source location. Tags are key-value pairs that you can associate
            with Amazon resources to help with organization, access control, and cost tracking.
            For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging
            AWS Elemental MediaTailor Resources</a>.</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>
            The VOD source configuration parameters.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTVodSourceCmdlet.HttpPackageConfiguration">
            <summary>
            <para>
            <para>A list 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 name of the source location for this VOD source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTVodSourceCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to assign to the VOD source. Tags are key-value pairs that you can associate
            with Amazon resources to help with organization, access control, and cost tracking.
            For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging
            AWS Elemental MediaTailor Resources</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.NewEMTVodSourceCmdlet.VodSourceName">
            <summary>
            <para>
            <para>The name associated with the VOD source.&gt;</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. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working
            with channels</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTChannelCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel.</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>
            The channel policy to delete.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTChannelPolicyCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel associated with this channel policy.</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.RemoveEMTLiveSourceCmdlet">
            <summary>
            The live source to delete.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTLiveSourceCmdlet.LiveSourceName">
            <summary>
            <para>
            <para>The name of the live source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTLiveSourceCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The name of the source location associated with this Live Source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTLiveSourceCmdlet.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.DeleteLiveSourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTLiveSourceCmdlet.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 a playback configuration. For information about MediaTailor configurations,
            see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working
            with configurations in AWS Elemental MediaTailor</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTPlaybackConfigurationCmdlet.Name">
            <summary>
            <para>
            <para>The name of 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.RemoveEMTPrefetchScheduleCmdlet">
            <summary>
            Deletes a prefetch schedule for a specific playback configuration. If you call <c>DeletePrefetchSchedule</c>
            on an expired prefetch schedule, MediaTailor returns an HTTP 404 status code. For
            more information about ad prefetching, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/prefetching-ads.html">Using
            ad prefetching</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTPrefetchScheduleCmdlet.Name">
            <summary>
            <para>
            <para>The name of the prefetch schedule. If the action is successful, the service sends
            back an HTTP 204 response with an empty HTTP body.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTPrefetchScheduleCmdlet.PlaybackConfigurationName">
            <summary>
            <para>
            <para>The name of the playback configuration for this prefetch schedule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTPrefetchScheduleCmdlet.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.DeletePrefetchScheduleResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTPrefetchScheduleCmdlet.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.RemoveEMTPrefetchScheduleCmdlet.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 program within a channel. For information about programs, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-programs.html">Working
            with programs</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTProgramCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTProgramCmdlet.ProgramName">
            <summary>
            <para>
            <para>The name of the program.</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>
            The resource to untag.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the resource to untag.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The tag keys associated with the resource.</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. A source location is a container for sources. For more
            information about source locations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html">Working
            with source locations</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTSourceLocationCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The name of the source location.</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>
            The video on demand (VOD) source to delete.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTVodSourceCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The name of the source location associated with this VOD Source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTVodSourceCmdlet.VodSourceName">
            <summary>
            <para>
            <para>The name of the VOD source.</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>
            Creates a playback configuration. For information about MediaTailor configurations,
            see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/configurations.html">Working
            with configurations in AWS Elemental MediaTailor</a>.
            </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.AvailSuppression_FillPolicy">
            <summary>
            <para>
            <para>Defines the policy to apply to the avail suppression mode. <c>BEHIND_LIVE_EDGE</c>
            will always use the full avail suppression policy. <c>AFTER_LIVE_EDGE</c> mode can
            be used to invoke partial ad break fills when a session starts mid-break.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.InsertionMode">
            <summary>
            <para>
            <para>The setting that controls whether players can use stitched or guided ad insertion.
            The default, <c>STITCHED_ONLY</c>, forces all player sessions to use stitched (server-side)
            ad insertion. Choosing <c>PLAYER_SELECT</c> allows players to select either stitched
            or guided ad insertion at session-initialization time. The default for players that
            do not specify an insertion mode is stitched.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.LivePreRollConfiguration_MaxDurationSecond">
            <summary>
            <para>
            <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>
            </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 <c>BEHIND_LIVE_EDGE</c>, ad suppression
            is active and MediaTailor won't fill ad breaks on or behind the ad suppression Value
            time in the manifest lookback window. When Mode is set to <c>AFTER_LIVE_EDGE</c>,
            ad suppression is active and MediaTailor won't fill ad breaks that are within the
            live edge plus the avail suppression value.</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. Tags are key-value pairs that you
            can associate with Amazon resources to help with organization, access control, and
            cost tracking. For more information, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/tagging.html">Tagging
            AWS Elemental MediaTailor Resources</a>.</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 channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working
            with channels</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.StartEMTChannelCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel.</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 channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working
            with channels</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.StopEMTChannelCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel.</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 a channel. For information about MediaTailor channels, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html">Working
            with channels</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTChannelCmdlet.Audience">
            <summary>
            <para>
            <para>The list of audiences defined in channel.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTChannelCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTChannelCmdlet.TimeShiftConfiguration_MaxTimeDelaySecond">
            <summary>
            <para>
            <para> The maximum time delay for time-shifted viewing. The minimum allowed maximum time
            delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6
            hours). </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.FillerSlate_SourceLocationName">
            <summary>
            <para>
            <para>The name of the source location where the slate VOD source is stored.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTChannelCmdlet.FillerSlate_VodSourceName">
            <summary>
            <para>
            <para>The slate VOD source name. The VOD source must already exist in a source location
            before it can be used for slate.</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.UpdateEMTLiveSourceCmdlet">
            <summary>
            Updates a live source's configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTLiveSourceCmdlet.HttpPackageConfiguration">
            <summary>
            <para>
            <para>A list of HTTP package configurations for the live source on this account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTLiveSourceCmdlet.LiveSourceName">
            <summary>
            <para>
            <para>The name of the live source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTLiveSourceCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The name of the source location associated with this Live Source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTLiveSourceCmdlet.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.UpdateLiveSourceResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.UpdateLiveSourceResponse 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.UpdateEMTLiveSourceCmdlet.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.UpdateEMTProgramCmdlet">
            <summary>
            Updates a program within a channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTProgramCmdlet.AdBreak">
            <summary>
            <para>
            <para>The ad break configuration settings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTProgramCmdlet.AudienceMedia">
            <summary>
            <para>
            <para>The list of AudienceMedia defined in program.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTProgramCmdlet.ChannelName">
            <summary>
            <para>
            <para>The name of the channel for this Program.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTProgramCmdlet.Transition_DurationMilli">
            <summary>
            <para>
            <para>The duration of the live program in seconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTProgramCmdlet.ClipRange_EndOffsetMilli">
            <summary>
            <para>
            <para>The end offset of the clip range, in milliseconds, starting from the beginning of
            the VOD source associated with the program.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTProgramCmdlet.ProgramName">
            <summary>
            <para>
            <para>The name of the Program.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTProgramCmdlet.Transition_ScheduledStartTimeMilli">
            <summary>
            <para>
            <para>The date and time that the program is scheduled to start, in epoch milliseconds.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTProgramCmdlet.ClipRange_StartOffsetMilli">
            <summary>
            <para>
            <para>The start offset of the clip range, in milliseconds. This offset truncates the start
            at the number of milliseconds into the duration of the VOD source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTProgramCmdlet.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.UpdateProgramResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.UpdateProgramResponse 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.UpdateEMTProgramCmdlet.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. A source location is a container for sources. For more
            information about source locations, see <a href="https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html">Working
            with source locations</a> in the <i>MediaTailor User Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTSourceLocationCmdlet.AccessConfiguration_AccessType">
            <summary>
            <para>
            <para>The type of authentication used to access content from <c>HttpConfiguration::BaseUrl</c>
            on your source location.</para><para><c>S3_SIGV4</c> - 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 <c>S3_SIGV4</c>, 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><c>AUTODETECT_SIGV4</c> - AWS Signature Version 4 authentication for a set of supported
            services: MediaPackage Version 2 and Amazon S3 hosted virtual-style access. If your
            source location base URL is a MediaPackage Version 2 endpoint or an Amazon S3 bucket,
            MediaTailor can use AWS Signature Version 4 (SigV4) authentication to access the resource
            where your source content is stored.</para><para>Before you can use <c>AUTODETECT_SIGV4</c> with a MediaPackage Version 2 endpoint,
            you must meet these requirements:</para><para>• You must grant MediaTailor access to your MediaPackage endpoint by granting <c>mediatailor.amazonaws.com</c>
            principal access in an Origin Access policy on the endpoint.</para><para>• Your MediaTailor source location base URL must be a MediaPackage V2 endpoint.</para><para>• The caller of the API must have <c>mediapackagev2:GetObject</c> IAM permissions
            to read all top level manifests referenced by the MediaTailor source packaging configurations.</para><para>Before you can use <c>AUTODETECT_SIGV4</c> with an Amazon S3 bucket, you must meet
            these requirements:</para><para>• You must grant MediaTailor access to your S3 bucket by granting <c>mediatailor.amazonaws.com</c>
            principal access in IAM. For more information about configuring access in IAM, see
            <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access management</a>
            in the <i>IAM User Guide.</i>.</para><para>• The <c>mediatailor.amazonaws.com</c> service principal must have permissions to
            read all top-level manifests referenced by the <c>VodSource</c> packaging configurations.</para><para>• The caller of the API must have <c>s3:GetObject</c> IAM permissions to read all
            top level manifests referenced by your MediaTailor <c>VodSource</c> 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.SecretsManagerAccessTokenConfiguration_HeaderName">
            <summary>
            <para>
            <para>The name of the HTTP header used to supply the access token in requests to the source
            location.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTSourceLocationCmdlet.SecretsManagerAccessTokenConfiguration_SecretArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the
            access token.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTSourceLocationCmdlet.SecretsManagerAccessTokenConfiguration_SecretStringKey">
            <summary>
            <para>
            <para>The AWS Secrets Manager <a href="https://docs.aws.amazon.com/secretsmanager/latest/apireference/API_CreateSecret.html#SecretsManager-CreateSecret-request-SecretString.html">SecretString</a>
            key associated with the access token. MediaTailor uses the key to look up SecretString
            key and value pair containing the access token.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTSourceLocationCmdlet.SegmentDeliveryConfiguration">
            <summary>
            <para>
            <para>A list of the segment delivery configurations associated with this resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTSourceLocationCmdlet.SourceLocationName">
            <summary>
            <para>
            <para>The name of the source location.</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 VOD source's configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTVodSourceCmdlet.HttpPackageConfiguration">
            <summary>
            <para>
            <para>A list 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 name of the source location associated with this VOD Source.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.UpdateEMTVodSourceCmdlet.VodSourceName">
            <summary>
            <para>
            <para>The name of the VOD source.</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. IAM policies are used to control access to
            your channel.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.WriteEMTChannelPolicyCmdlet.ChannelName">
            <summary>
            <para>
            <para>The channel name associated with this Channel Policy.</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>