AWS.Tools.IVSRealTime.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.IVSRealTime</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.IVSRT.AddIVSRTResourceTagCmdlet">
            <summary>
            Adds or updates tags for the AWS resource with the specified ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.AddIVSRTResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource to be tagged. The ARN must be URL-encoded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.AddIVSRTResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>Array of tags to be added or updated. Array of maps, each of the form <c>string:string
            (key:value)</c>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
            practices and strategies</a> in <i>Tagging AWS Resources and Tag Editor</i> for details,
            including restrictions that apply to tags and "Tag naming limits and requirements";
            Amazon IVS has no constraints on tags beyond what is documented there.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.AddIVSRTResourceTagCmdlet.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.IVSRealTime.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.AddIVSRTResourceTagCmdlet.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.IVSRT.DisconnectIVSRTParticipantCmdlet">
            <summary>
            Disconnects a specified participant from a specified stage. If the participant is
            publishing using an <a>IngestConfiguration</a>, DisconnectParticipant also updates
            the <c>stageArn</c> in the IngestConfiguration to be an empty string.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.DisconnectIVSRTParticipantCmdlet.ParticipantId">
            <summary>
            <para>
            <para>Identifier of the participant to be disconnected. IVS assigns this; it is returned
            by <a>CreateParticipantToken</a> (for streams using WebRTC ingest) or <a>CreateIngestConfiguration</a>
            (for streams using RTMP ingest).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.DisconnectIVSRTParticipantCmdlet.Reason">
            <summary>
            <para>
            <para>Description of why this participant is being disconnected.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.DisconnectIVSRTParticipantCmdlet.StageArn">
            <summary>
            <para>
            <para>ARN of the stage to which the participant is attached.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.DisconnectIVSRTParticipantCmdlet.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.IVSRealTime.Model.DisconnectParticipantResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.DisconnectIVSRTParticipantCmdlet.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.IVSRT.GetIVSRTCompositionCmdlet">
            <summary>
            Get information about the specified Composition resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTCompositionCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the Composition resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTCompositionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Composition'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.GetCompositionResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.GetCompositionResponse 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.IVSRT.GetIVSRTCompositionListCmdlet">
            <summary>
            Gets summary information about all Compositions in your account, in the AWS region
            where the API request is processed.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTCompositionListCmdlet.FilterByEncoderConfigurationArn">
            <summary>
            <para>
            <para>Filters the Composition list to match the specified EncoderConfiguration attached
            to at least one of its output.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTCompositionListCmdlet.FilterByStageArn">
            <summary>
            <para>
            <para>Filters the Composition list to match the specified Stage ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTCompositionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of results to return. Default: 100.</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>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTCompositionListCmdlet.NextToken">
            <summary>
            <para>
            <para>The first Composition to retrieve. This is used for pagination; see the <c>nextToken</c>
            response field.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTCompositionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Compositions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.ListCompositionsResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.ListCompositionsResponse 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.IVSRT.GetIVSRTCompositionListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTEncoderConfigurationCmdlet">
            <summary>
            Gets information about the specified EncoderConfiguration resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTEncoderConfigurationCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the EncoderConfiguration resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTEncoderConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EncoderConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.GetEncoderConfigurationResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.GetEncoderConfigurationResponse 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.IVSRT.GetIVSRTEncoderConfigurationListCmdlet">
            <summary>
            Gets summary information about all EncoderConfigurations in your account, in the AWS
            region where the API request is processed.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTEncoderConfigurationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of results to return. Default: 100.</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>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTEncoderConfigurationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The first encoder configuration to retrieve. This is used for pagination; see the
            <c>nextToken</c> response field.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTEncoderConfigurationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EncoderConfigurations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.ListEncoderConfigurationsResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.ListEncoderConfigurationsResponse 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.IVSRT.GetIVSRTEncoderConfigurationListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTIngestConfigurationCmdlet">
            <summary>
            Gets information about the specified IngestConfiguration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTIngestConfigurationCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the ingest for which the information is to be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTIngestConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'IngestConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.GetIngestConfigurationResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.GetIngestConfigurationResponse 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.IVSRT.GetIVSRTIngestConfigurationListCmdlet">
            <summary>
            Lists all IngestConfigurations in your account, in the AWS region where the API request
            is processed.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTIngestConfigurationListCmdlet.FilterByStageArn">
            <summary>
            <para>
            <para>Filters the response list to match the specified stage ARN. Only one filter (by stage
            ARN or by state) can be used at a time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTIngestConfigurationListCmdlet.FilterByState">
            <summary>
            <para>
            <para>Filters the response list to match the specified state. Only one filter (by stage
            ARN or by state) can be used at a time.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTIngestConfigurationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of results to return. Default: 50.</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>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTIngestConfigurationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The first IngestConfiguration to retrieve. This is used for pagination; see the <c>nextToken</c>
            response field.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTIngestConfigurationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'IngestConfigurations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.ListIngestConfigurationsResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.ListIngestConfigurationsResponse 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.IVSRT.GetIVSRTIngestConfigurationListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantCmdlet">
            <summary>
            Gets information about the specified participant token.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantCmdlet.ParticipantId">
            <summary>
            <para>
            <para>Unique identifier for the participant. This is assigned by IVS and returned by <a>CreateParticipantToken</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantCmdlet.SessionId">
            <summary>
            <para>
            <para>ID of a session within the stage.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantCmdlet.StageArn">
            <summary>
            <para>
            <para>Stage ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Participant'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.GetParticipantResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.GetParticipantResponse 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.IVSRT.GetIVSRTParticipantEventListCmdlet">
            <summary>
            Lists events for a specified participant that occurred during a specified stage session.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantEventListCmdlet.ParticipantId">
            <summary>
            <para>
            <para>Unique identifier for this participant. This is assigned by IVS and returned by <a>CreateParticipantToken</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantEventListCmdlet.SessionId">
            <summary>
            <para>
            <para>ID of a session within the stage.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantEventListCmdlet.StageArn">
            <summary>
            <para>
            <para>Stage ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantEventListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of results to return. Default: 50.</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>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantEventListCmdlet.NextToken">
            <summary>
            <para>
            <para>The first participant event to retrieve. This is used for pagination; see the <c>nextToken</c>
            response field.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantEventListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Events'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.ListParticipantEventsResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.ListParticipantEventsResponse 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.IVSRT.GetIVSRTParticipantEventListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantListCmdlet">
            <summary>
            Lists all participants in a specified stage session.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantListCmdlet.FilterByPublished">
            <summary>
            <para>
            <para>Filters the response list to only show participants who published during the stage
            session. Only one of <c>filterByUserId</c>, <c>filterByPublished</c>, <c>filterByState</c>,
            or <c>filterByRecordingState</c> can be provided per request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantListCmdlet.FilterByRecordingState">
            <summary>
            <para>
            <para>Filters the response list to only show participants with the specified recording state.
            Only one of <c>filterByUserId</c>, <c>filterByPublished</c>, <c>filterByState</c>,
            or <c>filterByRecordingState</c> can be provided per request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantListCmdlet.FilterByState">
            <summary>
            <para>
            <para>Filters the response list to only show participants in the specified state. Only one
            of <c>filterByUserId</c>, <c>filterByPublished</c>, <c>filterByState</c>, or <c>filterByRecordingState</c>
            can be provided per request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantListCmdlet.FilterByUserId">
            <summary>
            <para>
            <para>Filters the response list to match the specified user ID. Only one of <c>filterByUserId</c>,
            <c>filterByPublished</c>, <c>filterByState</c>, or <c>filterByRecordingState</c> can
            be provided per request. A <c>userId</c> is a customer-assigned name to help identify
            the token; this can be used to link a participant to a user in the customer’s own
            systems.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantListCmdlet.SessionId">
            <summary>
            <para>
            <para>ID of the session within the stage.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantListCmdlet.StageArn">
            <summary>
            <para>
            <para>Stage ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of results to return. Default: 50.</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>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantListCmdlet.NextToken">
            <summary>
            <para>
            <para>The first participant to retrieve. This is used for pagination; see the <c>nextToken</c>
            response field.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Participants'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.ListParticipantsResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.ListParticipantsResponse 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.IVSRT.GetIVSRTParticipantListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantReplicaListCmdlet">
            <summary>
            Lists all the replicas for a participant from a source stage.<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.IVSRT.GetIVSRTParticipantReplicaListCmdlet.ParticipantId">
            <summary>
            <para>
            <para>Participant ID of the publisher that has been replicated. This is assigned by IVS
            and returned by <a>CreateParticipantToken</a> or the <c>jti</c> (JWT ID) used to <a href="https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/getting-started-distribute-tokens.html#getting-started-distribute-tokens-self-signed">create
            a self signed token</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantReplicaListCmdlet.SourceStageArn">
            <summary>
            <para>
            <para>ARN of the stage where the participant is publishing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantReplicaListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of results to return. Default: 50.</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>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantReplicaListCmdlet.NextToken">
            <summary>
            <para>
            <para>The first participant to retrieve. This is used for pagination; see the <c>nextToken</c>
            response field.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTParticipantReplicaListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Replicas'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.ListParticipantReplicasResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.ListParticipantReplicasResponse 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.IVSRT.GetIVSRTParticipantReplicaListCmdlet.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.IVSRT.GetIVSRTPublicKeyCmdlet">
            <summary>
            Gets information for the specified public key.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTPublicKeyCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the public key for which the information is to be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTPublicKeyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PublicKey'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.GetPublicKeyResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.GetPublicKeyResponse 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.IVSRT.GetIVSRTPublicKeyListCmdlet">
            <summary>
            Gets summary information about all public keys in your account, in the AWS region
            where the API request is processed.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTPublicKeyListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of results to return. Default: 50.</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>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTPublicKeyListCmdlet.NextToken">
            <summary>
            <para>
            <para>The first public key to retrieve. This is used for pagination; see the <c>nextToken</c>
            response field.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTPublicKeyListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PublicKeys'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.ListPublicKeysResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.ListPublicKeysResponse 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.IVSRT.GetIVSRTPublicKeyListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTResourceTagCmdlet">
            <summary>
            Gets information about AWS tags for the specified ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource to be retrieved. The ARN must be URL-encoded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTResourceTagCmdlet.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.IVSRealTime.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.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="T:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageCmdlet">
            <summary>
            Gets information for the specified stage.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the stage for which the information is to be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Stage'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.GetStageResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.GetStageResponse 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.IVSRT.GetIVSRTStageListCmdlet">
            <summary>
            Gets summary information about all stages in your account, in the AWS region where
            the API request is processed.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of results to return. Default: 50.</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>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageListCmdlet.NextToken">
            <summary>
            <para>
            <para>The first stage to retrieve. This is used for pagination; see the <c>nextToken</c>
            response field.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Stages'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.ListStagesResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.ListStagesResponse 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.IVSRT.GetIVSRTStageListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageSessionCmdlet">
            <summary>
            Gets information for the specified stage session.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageSessionCmdlet.SessionId">
            <summary>
            <para>
            <para>ID of a session within the stage.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageSessionCmdlet.StageArn">
            <summary>
            <para>
            <para>ARN of the stage for which the information is to be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageSessionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StageSession'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.GetStageSessionResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.GetStageSessionResponse 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.IVSRT.GetIVSRTStageSessionListCmdlet">
            <summary>
            Gets all sessions for a specified stage.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageSessionListCmdlet.StageArn">
            <summary>
            <para>
            <para>Stage ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageSessionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of results to return. Default: 50.</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>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageSessionListCmdlet.NextToken">
            <summary>
            <para>
            <para>The first stage session to retrieve. This is used for pagination; see the <c>nextToken</c>
            response field.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStageSessionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StageSessions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.ListStageSessionsResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.ListStageSessionsResponse 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.IVSRT.GetIVSRTStageSessionListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStorageConfigurationCmdlet">
            <summary>
            Gets the storage configuration for the specified ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStorageConfigurationCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the storage configuration to be retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStorageConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StorageConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.GetStorageConfigurationResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.GetStorageConfigurationResponse 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.IVSRT.GetIVSRTStorageConfigurationListCmdlet">
            <summary>
            Gets summary information about all storage configurations in your account, in the
            AWS region where the API request is processed.<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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStorageConfigurationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>Maximum number of storage configurations to return. Default: your service quota or
            100, whichever is smaller.</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>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStorageConfigurationListCmdlet.NextToken">
            <summary>
            <para>
            <para>The first storage configuration to retrieve. This is used for pagination; see the
            <c>nextToken</c> response field.</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/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.GetIVSRTStorageConfigurationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StorageConfigurations'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.ListStorageConfigurationsResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.ListStorageConfigurationsResponse 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.IVSRT.GetIVSRTStorageConfigurationListCmdlet.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.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IVSRT.ImportIVSRTPublicKeyCmdlet">
            <summary>
            Import a public key to be used for signing stage participant tokens.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.ImportIVSRTPublicKeyCmdlet.Name">
            <summary>
            <para>
            <para>Name of the public key to be imported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.ImportIVSRTPublicKeyCmdlet.PublicKeyMaterial">
            <summary>
            <para>
            <para>The content of the public key to be imported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.ImportIVSRTPublicKeyCmdlet.Tag">
            <summary>
            <para>
            <para>Tags attached to the resource. Array of maps, each of the form <c>string:string (key:value)</c>.
            See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
            practices and strategies</a> in <i>Tagging AWS Resources and Tag Editor</i> for details,
            including restrictions that apply to tags and "Tag naming limits and requirements";
            Amazon IVS has no constraints on tags beyond what is documented there.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.ImportIVSRTPublicKeyCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PublicKey'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.ImportPublicKeyResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.ImportPublicKeyResponse 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.IVSRT.ImportIVSRTPublicKeyCmdlet.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.IVSRT.NewIVSRTEncoderConfigurationCmdlet">
            <summary>
            Creates an EncoderConfiguration object.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTEncoderConfigurationCmdlet.Video_Bitrate">
            <summary>
            <para>
            <para>Bitrate for generated output, in bps. Default: 2500000.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTEncoderConfigurationCmdlet.Video_Framerate">
            <summary>
            <para>
            <para>Video frame rate, in fps. Default: 30.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTEncoderConfigurationCmdlet.Video_Height">
            <summary>
            <para>
            <para>Video-resolution height. This must be an even number. Note that the maximum value
            is determined by <c>width</c> times <c>height</c>, such that the maximum total pixels
            is 2073600 (1920x1080 or 1080x1920). Default: 720.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTEncoderConfigurationCmdlet.Name">
            <summary>
            <para>
            <para>Optional name to identify the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTEncoderConfigurationCmdlet.Tag">
            <summary>
            <para>
            <para>Tags attached to the resource. Array of maps, each of the form <c>string:string (key:value)</c>.
            See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
            practices and strategies</a> in <i>Tagging AWS Resources and Tag Editor</i> for details,
            including restrictions that apply to tags and "Tag naming limits and requirements";
            Amazon IVS has no constraints on tags beyond what is documented there.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTEncoderConfigurationCmdlet.Video_Width">
            <summary>
            <para>
            <para>Video-resolution width. This must be an even number. Note that the maximum value is
            determined by <c>width</c> times <c>height</c>, such that the maximum total pixels
            is 2073600 (1920x1080 or 1080x1920). Default: 1280.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTEncoderConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EncoderConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.CreateEncoderConfigurationResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.CreateEncoderConfigurationResponse 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.IVSRT.NewIVSRTEncoderConfigurationCmdlet.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.IVSRT.NewIVSRTIngestConfigurationCmdlet">
            <summary>
            Creates a new IngestConfiguration resource, used to specify the ingest protocol for
            a stage.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTIngestConfigurationCmdlet.Attribute">
            <summary>
            <para>
            <para>Application-provided attributes to store in the IngestConfiguration and attach to
            a stage. Map keys and values can contain UTF-8 encoded text. The maximum length of
            this field is 1 KB total. <i>This field is exposed to all stage participants and should
            not be used for personally identifying, confidential, or sensitive information.</i></para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTIngestConfigurationCmdlet.IngestProtocol">
            <summary>
            <para>
            <para>Type of ingest protocol that the user employs to broadcast. If this is set to <c>RTMP</c>,
            <c>insecureIngest</c> must be set to <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTIngestConfigurationCmdlet.InsecureIngest">
            <summary>
            <para>
            <para>Whether the stage allows insecure RTMP ingest. This must be set to <c>true</c>, if
            <c>ingestProtocol</c> is set to <c>RTMP</c>. Default: <c>false</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTIngestConfigurationCmdlet.Name">
            <summary>
            <para>
            <para>Optional name that can be specified for the IngestConfiguration being created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTIngestConfigurationCmdlet.StageArn">
            <summary>
            <para>
            <para>ARN of the stage with which the IngestConfiguration is associated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTIngestConfigurationCmdlet.Tag">
            <summary>
            <para>
            <para>Tags attached to the resource. Array of maps, each of the form <c>string:string (key:value)</c>.
            See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
            practices and strategies</a> in <i>Tagging AWS Resources and Tag Editor</i> for details,
            including restrictions that apply to tags and "Tag naming limits and requirements";
            Amazon IVS has no constraints on tags beyond what is documented there.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTIngestConfigurationCmdlet.UserId">
            <summary>
            <para>
            <para>Customer-assigned name to help identify the participant using the IngestConfiguration;
            this can be used to link a participant to a user in the customer’s own systems. This
            can be any UTF-8 encoded text. <i>This field is exposed to all stage participants
            and should not be used for personally identifying, confidential, or sensitive information.</i></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTIngestConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'IngestConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.CreateIngestConfigurationResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.CreateIngestConfigurationResponse 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.IVSRT.NewIVSRTIngestConfigurationCmdlet.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.IVSRT.NewIVSRTParticipantTokenCmdlet">
            <summary>
            Creates an additional token for a specified stage. This can be done after stage creation
            or when tokens expire. Tokens always are scoped to the stage for which they are created.
             
              
            <para>
            Encryption keys are owned by Amazon IVS and never used directly by your application.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTParticipantTokenCmdlet.Attribute">
            <summary>
            <para>
            <para>Application-provided attributes to encode into the token and attach to a stage. Map
            keys and values can contain UTF-8 encoded text. The maximum length of this field is
            1 KB total. <i>This field is exposed to all stage participants and should not be used
            for personally identifying, confidential, or sensitive information.</i></para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTParticipantTokenCmdlet.Capability">
            <summary>
            <para>
            <para>Set of capabilities that the user is allowed to perform in the stage. Default: <c>PUBLISH,
            SUBSCRIBE</c>.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTParticipantTokenCmdlet.Duration">
            <summary>
            <para>
            <para>Duration (in minutes), after which the token expires. Default: 720 (12 hours).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTParticipantTokenCmdlet.StageArn">
            <summary>
            <para>
            <para>ARN of the stage to which this token is scoped.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTParticipantTokenCmdlet.UserId">
            <summary>
            <para>
            <para>Name that can be specified to help identify the token. This can be any UTF-8 encoded
            text. <i>This field is exposed to all stage participants and should not be used for
            personally identifying, confidential, or sensitive information.</i></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTParticipantTokenCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ParticipantToken'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.CreateParticipantTokenResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.CreateParticipantTokenResponse 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.IVSRT.NewIVSRTParticipantTokenCmdlet.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.IVSRT.NewIVSRTStageCmdlet">
            <summary>
            Creates a new stage (and optionally participant tokens).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStageCmdlet.AutoParticipantRecordingConfiguration_MediaType">
            <summary>
            <para>
            <para>Types of media to be recorded. Default: <c>AUDIO_VIDEO</c>.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStageCmdlet.Name">
            <summary>
            <para>
            <para>Optional name that can be specified for the stage being created.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStageCmdlet.ParticipantTokenConfiguration">
            <summary>
            <para>
            <para>Array of participant token configuration objects to attach to the new stage.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStageCmdlet.ThumbnailConfiguration_RecordingMode">
            <summary>
            <para>
            <para>Thumbnail recording mode. Default: <c>DISABLED</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStageCmdlet.AutoParticipantRecordingConfiguration_RecordingReconnectWindowSecond">
            <summary>
            <para>
            <para>If a stage publisher disconnects and then reconnects within the specified interval,
            the multiple recordings will be considered a single recording and merged together.</para><para>The default value is 0, which disables merging.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStageCmdlet.AutoParticipantRecordingConfiguration_RecordParticipantReplica">
            <summary>
            <para>
            <para>Optional field to disable replica participant recording. If this is set to <c>false</c>
            when a participant is a replica, replica participants are not recorded. Default: <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStageCmdlet.ThumbnailConfiguration_Storage">
            <summary>
            <para>
            <para>Indicates the format in which thumbnails are recorded. <c>SEQUENTIAL</c> records all
            generated thumbnails in a serial manner, to the media/thumbnails/high directory. <c>LATEST</c>
            saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites
            it at the interval specified by <c>targetIntervalSeconds</c>. You can enable both
            <c>SEQUENTIAL</c> and <c>LATEST</c>. Default: <c>SEQUENTIAL</c>.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStageCmdlet.AutoParticipantRecordingConfiguration_StorageConfigurationArn">
            <summary>
            <para>
            <para>ARN of the <a>StorageConfiguration</a> resource to use for individual participant
            recording. Default: <c>""</c> (empty string, no storage configuration is specified).
            Individual participant recording cannot be started unless a storage configuration
            is specified, when a <a>Stage</a> is created or updated. To disable individual participant
            recording, set this to <c>""</c>; other fields in this object will get reset to their
            defaults when sending <c>""</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStageCmdlet.Tag">
            <summary>
            <para>
            <para>Tags attached to the resource. Array of maps, each of the form <c>string:string (key:value)</c>.
            See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
            practices and strategies</a> in <i>Tagging AWS Resources and Tag Editor</i> for details,
            including restrictions that apply to tags and "Tag naming limits and requirements";
            Amazon IVS has no constraints on tags beyond what is documented there. </para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStageCmdlet.ThumbnailConfiguration_TargetIntervalSecond">
            <summary>
            <para>
            <para>The targeted thumbnail-generation interval in seconds. This is configurable only if
            <c>recordingMode</c> is <c>INTERVAL</c>. Default: 60.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStageCmdlet.HlsConfiguration_TargetSegmentDurationSecond">
            <summary>
            <para>
            <para>Defines the target duration for recorded segments generated when recording a stage
            participant. Segments may have durations longer than the specified value when needed
            to ensure each segment begins with a keyframe. Default: 6.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStageCmdlet.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.IVSRealTime.Model.CreateStageResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.CreateStageResponse 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.IVSRT.NewIVSRTStageCmdlet.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.IVSRT.NewIVSRTStorageConfigurationCmdlet">
            <summary>
            Creates a new storage configuration, used to enable recording to Amazon S3. When a
            StorageConfiguration is created, IVS will modify the S3 bucketPolicy of the provided
            bucket. This will ensure that IVS has sufficient permissions to write content to the
            provided bucket.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStorageConfigurationCmdlet.S3_BucketName">
            <summary>
            <para>
            <para>Location (S3 bucket name) where recorded videos will be stored. Note that the StorageConfiguration
            and S3 bucket must be in the same region as the Composition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStorageConfigurationCmdlet.Name">
            <summary>
            <para>
            <para>Storage configuration name. The value does not need to be unique.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStorageConfigurationCmdlet.Tag">
            <summary>
            <para>
            <para>Tags attached to the resource. Array of maps, each of the form <c>string:string (key:value)</c>.
            See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
            practices and strategies</a> in <i>Tagging AWS Resources and Tag Editor</i> for details,
            including restrictions that apply to tags and "Tag naming limits and requirements";
            Amazon IVS has no constraints on tags beyond what is documented there.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.NewIVSRTStorageConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'StorageConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.CreateStorageConfigurationResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.CreateStorageConfigurationResponse 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.IVSRT.NewIVSRTStorageConfigurationCmdlet.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.IVSRT.RemoveIVSRTEncoderConfigurationCmdlet">
            <summary>
            Deletes an EncoderConfiguration resource. Ensures that no Compositions are using this
            template; otherwise, returns an error.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTEncoderConfigurationCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the EncoderConfiguration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTEncoderConfigurationCmdlet.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.IVSRealTime.Model.DeleteEncoderConfigurationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTEncoderConfigurationCmdlet.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.IVSRT.RemoveIVSRTIngestConfigurationCmdlet">
            <summary>
            Deletes a specified IngestConfiguration, so it can no longer be used to broadcast.
            An IngestConfiguration cannot be deleted if the publisher is actively streaming to
            a stage, unless <c>force</c> is set to <c>true</c>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTIngestConfigurationCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the IngestConfiguration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTIngestConfigurationCmdlet.ForceDelete">
            <summary>
            <para>
            <para>Optional field to force deletion of the IngestConfiguration. If this is set to <c>true</c>
            when a participant is actively publishing, the participant is disconnected from the
            stage, followed by deletion of the IngestConfiguration. Default: <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTIngestConfigurationCmdlet.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.IVSRealTime.Model.DeleteIngestConfigurationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTIngestConfigurationCmdlet.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.IVSRT.RemoveIVSRTPublicKeyCmdlet">
            <summary>
            Deletes the specified public key used to sign stage participant tokens. This invalidates
            future participant tokens generated using the key pair’s private key.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTPublicKeyCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the public key to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTPublicKeyCmdlet.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.IVSRealTime.Model.DeletePublicKeyResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTPublicKeyCmdlet.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.IVSRT.RemoveIVSRTResourceTagCmdlet">
            <summary>
            Removes tags from the resource with the specified ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource to be untagged. The ARN must be URL-encoded.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>Array of tag keys (strings) for the tags to be removed. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
            practices and strategies</a> in <i>Tagging AWS Resources and Tag Editor</i> for details,
            including restrictions that apply to tags and "Tag naming limits and requirements";
            Amazon IVS has no constraints on tags beyond what is documented there.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTResourceTagCmdlet.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.IVSRealTime.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTResourceTagCmdlet.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.IVSRT.RemoveIVSRTStageCmdlet">
            <summary>
            Shuts down and deletes the specified stage (disconnecting all participants). This
            operation also removes the <c>stageArn</c> from the associated <a>IngestConfiguration</a>,
            if there are participants using the IngestConfiguration to publish to the stage.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTStageCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the stage to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTStageCmdlet.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.IVSRealTime.Model.DeleteStageResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTStageCmdlet.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.IVSRT.RemoveIVSRTStorageConfigurationCmdlet">
            <summary>
            Deletes the storage configuration for the specified ARN.
             
              
            <para>
            If you try to delete a storage configuration that is used by a Composition, you will
            get an error (409 ConflictException). To avoid this, for all Compositions that reference
            the storage configuration, first use <a>StopComposition</a> and wait for it to complete,
            then use DeleteStorageConfiguration.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTStorageConfigurationCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the storage configuration to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTStorageConfigurationCmdlet.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.IVSRealTime.Model.DeleteStorageConfigurationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.RemoveIVSRTStorageConfigurationCmdlet.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.IVSRT.StartIVSRTCompositionCmdlet">
            <summary>
            Starts a Composition from a stage based on the configuration provided in the request.
             
              
            <para>
            A Composition is an ephemeral resource that exists after this operation returns successfully.
            Composition stops and the resource is deleted:
            </para><ul><li><para>
            When <a>StopComposition</a> is called.
            </para></li><li><para>
            After a 1-minute timeout, when all participants are disconnected from the stage.
            </para></li><li><para>
            After a 1-minute timeout, if there are no participants in the stage when StartComposition
            is called.
            </para></li><li><para>
            When broadcasting to the IVS channel fails and all retries are exhausted.
            </para></li><li><para>
            When broadcasting is disconnected and all attempts to reconnect are exhausted.
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Destination">
            <summary>
            <para>
            <para>Array of destination configuration.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Grid_FeaturedParticipantAttribute">
            <summary>
            <para>
            <para>This attribute name identifies the featured slot. A participant with this attribute
            set to <c>"true"</c> (as a string value) in <a>ParticipantTokenConfiguration</a> is
            placed in the featured slot. Default: <c>""</c> (no featured participant).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Pip_FeaturedParticipantAttribute">
            <summary>
            <para>
            <para>This attribute name identifies the featured slot. A participant with this attribute
            set to <c>"true"</c> (as a string value) in <a>ParticipantTokenConfiguration</a> is
            placed in the featured slot. Default: <c>""</c> (no featured participant).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Grid_GridGap">
            <summary>
            <para>
            <para>Specifies the spacing between participant tiles in pixels. Default: <c>2</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Pip_GridGap">
            <summary>
            <para>
            <para>Specifies the spacing between participant tiles in pixels. Default: <c>0</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.IdempotencyToken">
            <summary>
            <para>
            <para>Idempotency token.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Grid_OmitStoppedVideo">
            <summary>
            <para>
            <para>Determines whether to omit participants with stopped video in the composition. Default:
            <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Pip_OmitStoppedVideo">
            <summary>
            <para>
            <para>Determines whether to omit participants with stopped video in the composition. Default:
            <c>false</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Pip_PipBehavior">
            <summary>
            <para>
            <para>Defines PiP behavior when all participants have left: <c>STATIC</c> (maintains original
            position/size) or <c>DYNAMIC</c> (expands to full composition). Default: <c>STATIC</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Pip_PipHeight">
            <summary>
            <para>
            <para>Specifies the height of the PiP window in pixels. When this is not set explicitly,
            <c>pipHeight</c>’s value will be based on the size of the composition and the aspect
            ratio of the participant’s video.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Pip_PipOffset">
            <summary>
            <para>
            <para>Sets the PiP window’s offset position in pixels from the closest edges determined
            by <c>PipPosition</c>. Default: <c>0</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Pip_PipParticipantAttribute">
            <summary>
            <para>
            <para>Specifies the participant for the PiP window. A participant with this attribute set
            to <c>"true"</c> (as a string value) in <a>ParticipantTokenConfiguration</a> is placed
            in the PiP slot. Default: <c>""</c> (no PiP participant).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Pip_PipPosition">
            <summary>
            <para>
            <para>Determines the corner position of the PiP window. Default: <c>BOTTOM_RIGHT</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Pip_PipWidth">
            <summary>
            <para>
            <para>Specifies the width of the PiP window in pixels. When this is not set explicitly,
            <c>pipWidth</c>’s value will be based on the size of the composition and the aspect
            ratio of the participant’s video.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.StageArn">
            <summary>
            <para>
            <para>ARN of the stage to be used for compositing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Tag">
            <summary>
            <para>
            <para>Tags attached to the resource. Array of maps, each of the form <c>string:string (key:value)</c>.
            See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best
            practices and strategies</a> in <i>Tagging AWS Resources and Tag Editor</i> for details,
            including restrictions that apply to tags and "Tag naming limits and requirements";
            Amazon IVS has no constraints on tags beyond what is documented there.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Grid_VideoAspectRatio">
            <summary>
            <para>
            <para>Sets the non-featured participant display mode, to control the aspect ratio of video
            tiles. <c>VIDEO</c> is 16:9, <c>SQUARE</c> is 1:1, and <c>PORTRAIT</c> is 3:4. Default:
            <c>VIDEO</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Grid_VideoFillMode">
            <summary>
            <para>
            <para>Defines how video content fits within the participant tile: <c>FILL</c> (stretched),
            <c>COVER</c> (cropped), or <c>CONTAIN</c> (letterboxed). When not set, <c>videoFillMode</c>
            defaults to <c>COVER</c> fill mode for participants in the grid and to <c>CONTAIN</c>
            fill mode for featured participants.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Pip_VideoFillMode">
            <summary>
            <para>
            <para>Defines how video content fits within the participant tile: <c>FILL</c> (stretched),
            <c>COVER</c> (cropped), or <c>CONTAIN</c> (letterboxed). Default: <c>COVER</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTCompositionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Composition'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.StartCompositionResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.StartCompositionResponse 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.IVSRT.StartIVSRTCompositionCmdlet.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.IVSRT.StartIVSRTParticipantReplicationCmdlet">
            <summary>
            Starts replicating a publishing participant from a source stage to a destination stage.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTParticipantReplicationCmdlet.Attribute">
            <summary>
            <para>
            <para>Application-provided attributes to set on the replicated participant in the destination
            stage. Map keys and values can contain UTF-8 encoded text. The maximum length of this
            field is 1 KB total. <i>This field is exposed to all stage participants and should
            not be used for personally identifying, confidential, or sensitive information.</i></para><para>These attributes are merged with any attributes set for this participant when creating
            the token. If there is overlap in keys, the values in these attributes are replaced.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTParticipantReplicationCmdlet.DestinationStageArn">
            <summary>
            <para>
            <para>ARN of the stage to which the participant will be replicated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTParticipantReplicationCmdlet.ParticipantId">
            <summary>
            <para>
            <para>Participant ID of the publisher that will be replicated. This is assigned by IVS and
            returned by <a>CreateParticipantToken</a> or the <c>jti</c> (JWT ID) used to <a href="https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/getting-started-distribute-tokens.html#getting-started-distribute-tokens-self-signed">create
            a self signed token</a>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTParticipantReplicationCmdlet.ReconnectWindowSecond">
            <summary>
            <para>
            <para>If the participant disconnects and then reconnects within the specified interval,
            replication will continue to be <c>ACTIVE</c>. Default: 0.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTParticipantReplicationCmdlet.SourceStageArn">
            <summary>
            <para>
            <para>ARN of the stage where the participant is publishing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StartIVSRTParticipantReplicationCmdlet.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.IVSRealTime.Model.StartParticipantReplicationResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.StartParticipantReplicationResponse 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.IVSRT.StartIVSRTParticipantReplicationCmdlet.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.IVSRT.StopIVSRTCompositionCmdlet">
            <summary>
            Stops and deletes a Composition resource. Any broadcast from the Composition resource
            is stopped.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StopIVSRTCompositionCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the Composition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StopIVSRTCompositionCmdlet.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.IVSRealTime.Model.StopCompositionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StopIVSRTCompositionCmdlet.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.IVSRT.StopIVSRTParticipantReplicationCmdlet">
            <summary>
            Stops a replicated participant session.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StopIVSRTParticipantReplicationCmdlet.DestinationStageArn">
            <summary>
            <para>
            <para>ARN of the stage where the participant has been replicated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StopIVSRTParticipantReplicationCmdlet.ParticipantId">
            <summary>
            <para>
            <para>Participant ID of the publisher that has been replicated. This is assigned by IVS
            and returned by <a>CreateParticipantToken</a> or the <c>jti</c> (JWT ID) used to <a href="https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/getting-started-distribute-tokens.html#getting-started-distribute-tokens-self-signed">
            create a self signed token</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StopIVSRTParticipantReplicationCmdlet.SourceStageArn">
            <summary>
            <para>
            <para>ARN of the stage where the participant is publishing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.StopIVSRTParticipantReplicationCmdlet.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.IVSRealTime.Model.StopParticipantReplicationResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.StopParticipantReplicationResponse 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.IVSRT.StopIVSRTParticipantReplicationCmdlet.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.IVSRT.UpdateIVSRTIngestConfigurationCmdlet">
            <summary>
            Updates a specified IngestConfiguration. Only the stage ARN attached to the IngestConfiguration
            can be updated. An IngestConfiguration that is active cannot be updated.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTIngestConfigurationCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the IngestConfiguration, for which the related stage ARN needs to be updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTIngestConfigurationCmdlet.StageArn">
            <summary>
            <para>
            <para>Stage ARN that needs to be updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTIngestConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'IngestConfiguration'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.UpdateIngestConfigurationResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.UpdateIngestConfigurationResponse 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.IVSRT.UpdateIVSRTIngestConfigurationCmdlet.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.IVSRT.UpdateIVSRTStageCmdlet">
            <summary>
            Updates a stage’s configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTStageCmdlet.Arn">
            <summary>
            <para>
            <para>ARN of the stage to be updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTStageCmdlet.AutoParticipantRecordingConfiguration_MediaType">
            <summary>
            <para>
            <para>Types of media to be recorded. Default: <c>AUDIO_VIDEO</c>.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTStageCmdlet.Name">
            <summary>
            <para>
            <para>Name of the stage to be updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTStageCmdlet.ThumbnailConfiguration_RecordingMode">
            <summary>
            <para>
            <para>Thumbnail recording mode. Default: <c>DISABLED</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTStageCmdlet.AutoParticipantRecordingConfiguration_RecordingReconnectWindowSecond">
            <summary>
            <para>
            <para>If a stage publisher disconnects and then reconnects within the specified interval,
            the multiple recordings will be considered a single recording and merged together.</para><para>The default value is 0, which disables merging.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTStageCmdlet.AutoParticipantRecordingConfiguration_RecordParticipantReplica">
            <summary>
            <para>
            <para>Optional field to disable replica participant recording. If this is set to <c>false</c>
            when a participant is a replica, replica participants are not recorded. Default: <c>true</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTStageCmdlet.ThumbnailConfiguration_Storage">
            <summary>
            <para>
            <para>Indicates the format in which thumbnails are recorded. <c>SEQUENTIAL</c> records all
            generated thumbnails in a serial manner, to the media/thumbnails/high directory. <c>LATEST</c>
            saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites
            it at the interval specified by <c>targetIntervalSeconds</c>. You can enable both
            <c>SEQUENTIAL</c> and <c>LATEST</c>. Default: <c>SEQUENTIAL</c>.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTStageCmdlet.AutoParticipantRecordingConfiguration_StorageConfigurationArn">
            <summary>
            <para>
            <para>ARN of the <a>StorageConfiguration</a> resource to use for individual participant
            recording. Default: <c>""</c> (empty string, no storage configuration is specified).
            Individual participant recording cannot be started unless a storage configuration
            is specified, when a <a>Stage</a> is created or updated. To disable individual participant
            recording, set this to <c>""</c>; other fields in this object will get reset to their
            defaults when sending <c>""</c>. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTStageCmdlet.ThumbnailConfiguration_TargetIntervalSecond">
            <summary>
            <para>
            <para>The targeted thumbnail-generation interval in seconds. This is configurable only if
            <c>recordingMode</c> is <c>INTERVAL</c>. Default: 60.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTStageCmdlet.HlsConfiguration_TargetSegmentDurationSecond">
            <summary>
            <para>
            <para>Defines the target duration for recorded segments generated when recording a stage
            participant. Segments may have durations longer than the specified value when needed
            to ensure each segment begins with a keyframe. Default: 6.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IVSRT.UpdateIVSRTStageCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Stage'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IVSRealTime.Model.UpdateStageResponse).
            Specifying the name of a property of type Amazon.IVSRealTime.Model.UpdateStageResponse 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.IVSRT.UpdateIVSRTStageCmdlet.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>