AWS.Tools.ChimeSDKMeetings.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.ChimeSDKMeetings</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.CHMTG.GetCHMTGAttendeeCmdlet">
            <summary>
            Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee
            ID. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
            the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.GetCHMTGAttendeeCmdlet.AttendeeId">
            <summary>
            <para>
            <para>The Amazon Chime SDK attendee ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.GetCHMTGAttendeeCmdlet.MeetingId">
            <summary>
            <para>
            <para>The Amazon Chime SDK meeting ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.GetCHMTGAttendeeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Attendee'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ChimeSDKMeetings.Model.GetAttendeeResponse).
            Specifying the name of a property of type Amazon.ChimeSDKMeetings.Model.GetAttendeeResponse 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.CHMTG.GetCHMTGAttendeeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AttendeeId parameter.
            The -PassThru parameter is deprecated, use -Select '^AttendeeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CHMTG.GetCHMTGAttendeeListCmdlet">
            <summary>
            Lists the attendees for the specified Amazon Chime SDK meeting. For more information
            about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
            the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.<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.CHMTG.GetCHMTGAttendeeListCmdlet.MeetingId">
            <summary>
            <para>
            <para>The Amazon Chime SDK meeting ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.GetCHMTGAttendeeListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in a single call.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.GetCHMTGAttendeeListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token to use to retrieve the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>In order to manually control output pagination, use '-NextToken $null' for the first call and '-NextToken $AWSHistory.LastServiceResponse.NextToken' for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.GetCHMTGAttendeeListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Attendees'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ChimeSDKMeetings.Model.ListAttendeesResponse).
            Specifying the name of a property of type Amazon.ChimeSDKMeetings.Model.ListAttendeesResponse 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.CHMTG.GetCHMTGAttendeeListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MeetingId parameter.
            The -PassThru parameter is deprecated, use -Select '^MeetingId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.GetCHMTGAttendeeListCmdlet.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.CHMTG.GetCHMTGMeetingCmdlet">
            <summary>
            Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information
            about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
            the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.GetCHMTGMeetingCmdlet.MeetingId">
            <summary>
            <para>
            <para>The Amazon Chime SDK meeting ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.GetCHMTGMeetingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Meeting'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ChimeSDKMeetings.Model.GetMeetingResponse).
            Specifying the name of a property of type Amazon.ChimeSDKMeetings.Model.GetMeetingResponse 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.CHMTG.GetCHMTGMeetingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MeetingId parameter.
            The -PassThru parameter is deprecated, use -Select '^MeetingId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGAttendeeCmdlet">
            <summary>
            Creates a new attendee for an active Amazon Chime SDK meeting. For more information
            about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
            the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGAttendeeCmdlet.Capabilities_Audio">
            <summary>
            <para>
            <para>The audio capability assigned to an attendee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGAttendeeCmdlet.Capabilities_Content">
            <summary>
            <para>
            <para>The content capability assigned to an attendee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGAttendeeCmdlet.ExternalUserId">
            <summary>
            <para>
            <para>The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to
            an identity managed by a builder application.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGAttendeeCmdlet.MeetingId">
            <summary>
            <para>
            <para>The unique ID of the meeting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGAttendeeCmdlet.Capabilities_Video">
            <summary>
            <para>
            <para>The video capability assigned to an attendee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGAttendeeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Attendee'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ChimeSDKMeetings.Model.CreateAttendeeResponse).
            Specifying the name of a property of type Amazon.ChimeSDKMeetings.Model.CreateAttendeeResponse 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.CHMTG.NewCHMTGAttendeeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ExternalUserId parameter.
            The -PassThru parameter is deprecated, use -Select '^ExternalUserId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGAttendeeCmdlet.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.CHMTG.NewCHMTGAttendeeBatchCmdlet">
            <summary>
            Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information
            about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
            the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGAttendeeBatchCmdlet.Attendee">
            <summary>
            <para>
            <para>The attendee information, including attendees' IDs and join tokens.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGAttendeeBatchCmdlet.MeetingId">
            <summary>
            <para>
            <para>The Amazon Chime SDK ID of the meeting to which you're adding attendees.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGAttendeeBatchCmdlet.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.ChimeSDKMeetings.Model.BatchCreateAttendeeResponse).
            Specifying the name of a property of type Amazon.ChimeSDKMeetings.Model.BatchCreateAttendeeResponse 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.CHMTG.NewCHMTGAttendeeBatchCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MeetingId parameter.
            The -PassThru parameter is deprecated, use -Select '^MeetingId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGAttendeeBatchCmdlet.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.CHMTG.NewCHMTGMeetingCmdlet">
            <summary>
            Creates a new Amazon Chime SDK meeting in the specified media Region with no initial
            attendees. For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
            Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
            about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
            the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>The unique identifier for the client request. Use a different token for different
            meetings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingCmdlet.Audio_EchoReduction">
            <summary>
            <para>
            <para>Makes echo reduction available to clients who connect to the meeting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingCmdlet.ExternalMeetingId">
            <summary>
            <para>
            <para>The external meeting ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingCmdlet.NotificationsConfiguration_LambdaFunctionArn">
            <summary>
            <para>
            <para>The ARN of the AWS Lambda function in the notifications configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingCmdlet.MediaRegion">
            <summary>
            <para>
            <para>The Region in which to create the meeting.</para><para> Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>,
            <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>,
            <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>,
            <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>,
            <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>.
            </para><para>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingCmdlet.MeetingHostId">
            <summary>
            <para>
            <para>Reserved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingCmdlet.PrimaryMeetingId">
            <summary>
            <para>
            <para>When specified, replicates the media from the primary meeting to the new meeting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingCmdlet.NotificationsConfiguration_SnsTopicArn">
            <summary>
            <para>
            <para>The ARN of the SNS topic.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingCmdlet.NotificationsConfiguration_SqsQueueArn">
            <summary>
            <para>
            <para>The ARN of the SQS queue.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Meeting'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ChimeSDKMeetings.Model.CreateMeetingResponse).
            Specifying the name of a property of type Amazon.ChimeSDKMeetings.Model.CreateMeetingResponse 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.CHMTG.NewCHMTGMeetingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ClientRequestToken parameter.
            The -PassThru parameter is deprecated, use -Select '^ClientRequestToken' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingCmdlet.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.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet">
            <summary>
            Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees.
            For more information about specifying media Regions, see <a href="https://docs.aws.amazon.com/chime/latest/dg/chime-sdk-meetings-regions.html">Amazon
            Chime SDK Media Regions</a> in the <i>Amazon Chime Developer Guide</i>. For more information
            about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
            the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet.Attendee">
            <summary>
            <para>
            <para>The attendee information, including attendees' IDs and join tokens.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>The unique identifier for the client request. Use a different token for different
            meetings.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet.Audio_EchoReduction">
            <summary>
            <para>
            <para>Makes echo reduction available to clients who connect to the meeting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet.ExternalMeetingId">
            <summary>
            <para>
            <para>The external meeting ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet.NotificationsConfiguration_LambdaFunctionArn">
            <summary>
            <para>
            <para>The ARN of the AWS Lambda function in the notifications configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet.MediaRegion">
            <summary>
            <para>
            <para>The Region in which to create the meeting.</para><para> Available values: <code>af-south-1</code>, <code>ap-northeast-1</code>, <code>ap-northeast-2</code>,
            <code>ap-south-1</code>, <code>ap-southeast-1</code>, <code>ap-southeast-2</code>,
            <code>ca-central-1</code>, <code>eu-central-1</code>, <code>eu-north-1</code>, <code>eu-south-1</code>,
            <code>eu-west-1</code>, <code>eu-west-2</code>, <code>eu-west-3</code>, <code>sa-east-1</code>,
            <code>us-east-1</code>, <code>us-east-2</code>, <code>us-west-1</code>, <code>us-west-2</code>.
            </para><para>Available values in AWS GovCloud (US) Regions: <code>us-gov-east-1</code>, <code>us-gov-west-1</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet.MeetingHostId">
            <summary>
            <para>
            <para>Reserved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet.PrimaryMeetingId">
            <summary>
            <para>
            <para>When specified, replicates the media from the primary meeting to the new meeting.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet.NotificationsConfiguration_SnsTopicArn">
            <summary>
            <para>
            <para>The ARN of the SNS topic.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet.NotificationsConfiguration_SqsQueueArn">
            <summary>
            <para>
            <para>The ARN of the SQS queue.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet.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.ChimeSDKMeetings.Model.CreateMeetingWithAttendeesResponse).
            Specifying the name of a property of type Amazon.ChimeSDKMeetings.Model.CreateMeetingWithAttendeesResponse 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.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ClientRequestToken parameter.
            The -PassThru parameter is deprecated, use -Select '^ClientRequestToken' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.NewCHMTGMeetingWithAttendeeCmdlet.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.CHMTG.RemoveCHMTGAttendeeCmdlet">
            <summary>
            Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their
            <code>JoinToken</code>. Attendees are automatically deleted when a Amazon Chime SDK
            meeting is deleted. For more information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
            the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.RemoveCHMTGAttendeeCmdlet.AttendeeId">
            <summary>
            <para>
            <para>The Amazon Chime SDK attendee ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.RemoveCHMTGAttendeeCmdlet.MeetingId">
            <summary>
            <para>
            <para>The Amazon Chime SDK meeting ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.RemoveCHMTGAttendeeCmdlet.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.ChimeSDKMeetings.Model.DeleteAttendeeResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.RemoveCHMTGAttendeeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AttendeeId parameter.
            The -PassThru parameter is deprecated, use -Select '^AttendeeId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.RemoveCHMTGAttendeeCmdlet.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.CHMTG.RemoveCHMTGMeetingCmdlet">
            <summary>
            Deletes the specified Amazon Chime SDK meeting. The operation deletes all attendees,
            disconnects all clients, and prevents new clients from joining the meeting. For more
            information about the Amazon Chime SDK, see <a href="https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html">Using
            the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.RemoveCHMTGMeetingCmdlet.MeetingId">
            <summary>
            <para>
            <para>The Amazon Chime SDK meeting ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.RemoveCHMTGMeetingCmdlet.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.ChimeSDKMeetings.Model.DeleteMeetingResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.RemoveCHMTGMeetingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MeetingId parameter.
            The -PassThru parameter is deprecated, use -Select '^MeetingId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.RemoveCHMTGMeetingCmdlet.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.CHMTG.StartCHMTGMeetingTranscriptionCmdlet">
            <summary>
            Starts transcription for the specified <code>meetingId</code>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeMedicalSettings_ContentIdentificationType">
            <summary>
            <para>
            <para>Set this field to <code>PHI</code> to identify personal health information in the
            transcription output.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_ContentIdentificationType">
            <summary>
            <para>
            <para>Set this field to <code>PII</code> to identify personally identifiable information
            in the transcription output.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_ContentRedactionType">
            <summary>
            <para>
            <para>Set this field to <code>PII</code> to redact personally identifiable information in
            the transcription output. Content redaction is performed only upon complete transcription
            of the audio segments.</para><para>You can’t set <code>ContentRedactionType</code> and <code>ContentIdentificationType</code>
            in the same request. If you set both, your request returns a <code>BadRequestException</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_EnablePartialResultsStabilization">
            <summary>
            <para>
            <para>Generates partial transcription results that are less likely to change as meeting
            attendees speak. It does so by only allowing the last few words from the partial results
            to change.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_IdentifyLanguage">
            <summary>
            <para>
            <para>Automatically identifies the language spoken in media files.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeMedicalSettings_LanguageCode">
            <summary>
            <para>
            <para>The language code specified for the Amazon Transcribe Medical engine.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_LanguageCode">
            <summary>
            <para>
            <para>The language code specified for the Amazon Transcribe engine.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_LanguageModelName">
            <summary>
            <para>
            <para>The name of the language model used during transcription.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_LanguageOption">
            <summary>
            <para>
            <para>Language codes for the languages that you want to identify. You must provide at least
            2 codes.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.MeetingId">
            <summary>
            <para>
            <para>The unique ID of the meeting being transcribed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_PartialResultsStability">
            <summary>
            <para>
            <para>The stabity level of a partial results transcription. Determines how stable you want
            the transcription results to be. A higher level means the transcription results are
            less likely to change.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_PiiEntityType">
            <summary>
            <para>
            <para>Lists the PII entity types you want to identify or redact. To specify entity types,
            you must enable <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</para><para><code>PIIEntityTypes</code> must be comma-separated. The available values are: <code>BANK_ACCOUNT_NUMBER</code>,
            <code>BANK_ROUTING, CREDIT_DEBIT_NUMBER</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>,
            <code>PIN</code>, <code>EMAIL</code>, <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>,
            <code>SSN</code>, and <code>ALL</code>.</para><para><code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_PreferredLanguage">
            <summary>
            <para>
            <para>Language code for the preferred language.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeMedicalSettings_Region">
            <summary>
            <para>
            <para>The AWS Region passed to Amazon Transcribe Medical. If you don't specify a Region,
            Amazon Chime uses the meeting's Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_Region">
            <summary>
            <para>
            <para>The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon
            Chime uses the meeting's Region.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeMedicalSettings_Specialty">
            <summary>
            <para>
            <para>The specialty specified for the Amazon Transcribe Medical engine.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeMedicalSettings_Type">
            <summary>
            <para>
            <para>The type of transcription.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_VocabularyFilterMethod">
            <summary>
            <para>
            <para>The filtering method passed to Amazon Transcribe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_VocabularyFilterName">
            <summary>
            <para>
            <para>The name of the vocabulary filter passed to Amazon Transcribe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeMedicalSettings_VocabularyName">
            <summary>
            <para>
            <para>The name of the vocabulary passed to Amazon Transcribe Medical.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.EngineTranscribeSettings_VocabularyName">
            <summary>
            <para>
            <para>The name of the vocabulary passed to Amazon Transcribe.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.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.ChimeSDKMeetings.Model.StartMeetingTranscriptionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MeetingId parameter.
            The -PassThru parameter is deprecated, use -Select '^MeetingId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StartCHMTGMeetingTranscriptionCmdlet.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.CHMTG.StopCHMTGMeetingTranscriptionCmdlet">
            <summary>
            Stops transcription for the specified <code>meetingId</code>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StopCHMTGMeetingTranscriptionCmdlet.MeetingId">
            <summary>
            <para>
            <para>The unique ID of the meeting for which you stop transcription.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StopCHMTGMeetingTranscriptionCmdlet.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.ChimeSDKMeetings.Model.StopMeetingTranscriptionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StopCHMTGMeetingTranscriptionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MeetingId parameter.
            The -PassThru parameter is deprecated, use -Select '^MeetingId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.StopCHMTGMeetingTranscriptionCmdlet.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.CHMTG.UpdateCHMTGAttendeeCapabilityCmdlet">
            <summary>
            The capabilties that you want to update.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGAttendeeCapabilityCmdlet.AttendeeId">
            <summary>
            <para>
            <para>The ID of the attendee associated with the update request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGAttendeeCapabilityCmdlet.Capabilities_Audio">
            <summary>
            <para>
            <para>The audio capability assigned to an attendee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGAttendeeCapabilityCmdlet.Capabilities_Content">
            <summary>
            <para>
            <para>The content capability assigned to an attendee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGAttendeeCapabilityCmdlet.MeetingId">
            <summary>
            <para>
            <para>The ID of the meeting associated with the update request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGAttendeeCapabilityCmdlet.Capabilities_Video">
            <summary>
            <para>
            <para>The video capability assigned to an attendee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGAttendeeCapabilityCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Attendee'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.ChimeSDKMeetings.Model.UpdateAttendeeCapabilitiesResponse).
            Specifying the name of a property of type Amazon.ChimeSDKMeetings.Model.UpdateAttendeeCapabilitiesResponse 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.CHMTG.UpdateCHMTGAttendeeCapabilityCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MeetingId parameter.
            The -PassThru parameter is deprecated, use -Select '^MeetingId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGAttendeeCapabilityCmdlet.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.CHMTG.UpdateCHMTGUpdateAttendeeCapabilitiesExceptCmdlet">
            <summary>
            Updates <code>AttendeeCapabilities</code> except the capabilities listed in an <code>ExcludedAttendeeIds</code>
            table.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGUpdateAttendeeCapabilitiesExceptCmdlet.Capabilities_Audio">
            <summary>
            <para>
            <para>The audio capability assigned to an attendee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGUpdateAttendeeCapabilitiesExceptCmdlet.Capabilities_Content">
            <summary>
            <para>
            <para>The content capability assigned to an attendee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGUpdateAttendeeCapabilitiesExceptCmdlet.ExcludedAttendeeId">
            <summary>
            <para>
            <para>The <code>AttendeeIDs</code> that you want to exclude from one or more capabilities.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGUpdateAttendeeCapabilitiesExceptCmdlet.MeetingId">
            <summary>
            <para>
            <para>The ID of the meeting associated with the update request.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGUpdateAttendeeCapabilitiesExceptCmdlet.Capabilities_Video">
            <summary>
            <para>
            <para>The video capability assigned to an attendee.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGUpdateAttendeeCapabilitiesExceptCmdlet.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.ChimeSDKMeetings.Model.BatchUpdateAttendeeCapabilitiesExceptResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGUpdateAttendeeCapabilitiesExceptCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the MeetingId parameter.
            The -PassThru parameter is deprecated, use -Select '^MeetingId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.CHMTG.UpdateCHMTGUpdateAttendeeCapabilitiesExceptCmdlet.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>