AWS.Tools.MediaTailor.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.MediaTailor</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.AddEMTResourceTagCmdlet">
            <summary>
            Adds tags to the specified playback configuration resource. You can specify one or
            more tags to add.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the playback configuration. You can get this from
            the response to any playback configuration request. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.AddEMTResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>A comma-separated list of tag key:value pairs. For example: { "Key1": "Value1", "Key2":
            "Value2" } </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.GetEMTPlaybackConfigurationCmdlet">
            <summary>
            Returns the playback configuration for the specified name.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationCmdlet.Name">
            <summary>
            <para>
            <para>The identifier for the playback configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaTailor.Model.GetPlaybackConfigurationResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.GetPlaybackConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationListCmdlet">
            <summary>
            Returns a list of the playback configurations defined in AWS Elemental MediaTailor.
            You can specify a maximum number of configurations to return at a time. The default
            maximum is 50. Results are returned in pagefuls. If MediaTailor has more configurations
            than the specified maximum, it provides parameters in the response that you can use
            to retrieve the next pageful.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of records to return. </para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>20</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationListCmdlet.NextToken">
            <summary>
            <para>
            <para>Pagination token returned by the GET list request when results exceed the maximum
            allowed. Use the token to fetch the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Items'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaTailor.Model.ListPlaybackConfigurationsResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.ListPlaybackConfigurationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTPlaybackConfigurationListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.GetEMTResourceTagCmdlet">
            <summary>
            Returns a list of the tags assigned to the specified playback configuration resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the playback configuration. You can get this from
            the response to any playback configuration request. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaTailor.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.MediaTailor.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.GetEMTResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTPlaybackConfigurationCmdlet">
            <summary>
            Deletes the playback configuration for the specified name.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTPlaybackConfigurationCmdlet.Name">
            <summary>
            <para>
            <para>The identifier for the playback configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTPlaybackConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaTailor.Model.DeletePlaybackConfigurationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTPlaybackConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTPlaybackConfigurationCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTResourceTagCmdlet">
            <summary>
            Removes tags from the specified playback configuration resource. You can specify one
            or more tags to remove.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) for the playback configuration. You can get this from
            the response to any playback configuration request. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>A comma-separated list of the tag keys to remove from the playback configuration.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.MediaTailor.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.RemoveEMTResourceTagCmdlet.Force">
            <summary>
            This parameter overrides confirmation prompts to force
            the cmdlet to continue its operation. This parameter should always
            be used with caution.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet">
            <summary>
            Adds a new playback configuration to AWS Elemental MediaTailor.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.AdDecisionServerUrl">
            <summary>
            <para>
            <para>The URL for the ad decision server (ADS). This includes the specification of static
            parameters and placeholders for dynamic parameters. AWS Elemental MediaTailor substitutes
            player-specific and session-specific parameters as needed when calling the ADS. Alternately,
            for testing you can provide a static VAST URL. The maximum length is 25,000 characters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.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.DashConfiguration">
            <summary>
            <para>
            <para>The configuration for DASH content. </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.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.Tag">
            <summary>
            <para>
            <para>The tags to assign to the playback configuration. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.TranscodeProfileName">
            <summary>
            <para>
            <para>The name that is used to associate this playback configuration with a custom transcode
            profile. This overrides the dynamic transcoding defaults of MediaTailor. Use this
            only if you have already set up custom profiles with the help of AWS Support.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.EMT.SetEMTPlaybackConfigurationCmdlet.VideoContentSourceUrl">
            <summary>
            <para>
            <para>The URL prefix for the master playlist 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>
    </members>
</doc>