AWS.Tools.AlexaForBusiness.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.AlexaForBusiness</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.AddALXBContactToAddressBookCmdlet">
            <summary>
            Associates a contact with a given address book.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBContactToAddressBookCmdlet.AddressBookArn">
            <summary>
            <para>
            <para>The ARN of the address book with which to associate the contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBContactToAddressBookCmdlet.ContactArn">
            <summary>
            <para>
            <para>The ARN of the contact to associate with an address book.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBContactToAddressBookCmdlet.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.AlexaForBusiness.Model.AssociateContactWithAddressBookResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBContactToAddressBookCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ContactArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ContactArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBContactToAddressBookCmdlet.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.ALXB.AddALXBDeviceToNetworkProfileCmdlet">
            <summary>
            Associates a device with the specified network profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBDeviceToNetworkProfileCmdlet.DeviceArn">
            <summary>
            <para>
            <para>The device ARN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBDeviceToNetworkProfileCmdlet.NetworkProfileArn">
            <summary>
            <para>
            <para>The ARN of the network profile to associate with a device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBDeviceToNetworkProfileCmdlet.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.AlexaForBusiness.Model.AssociateDeviceWithNetworkProfileResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBDeviceToNetworkProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBDeviceToNetworkProfileCmdlet.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.ALXB.AddALXBDeviceToRoomCmdlet">
            <summary>
            Associates a device with a given room. This applies all the settings from the room
            profile to the device, and all the skills in any skill groups added to that room.
            This operation requires the device to be online, or else a manual sync is required.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBDeviceToRoomCmdlet.DeviceArn">
            <summary>
            <para>
            <para>The ARN of the device to associate to a room. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBDeviceToRoomCmdlet.RoomArn">
            <summary>
            <para>
            <para>The ARN of the room with which to associate the device. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBDeviceToRoomCmdlet.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.AlexaForBusiness.Model.AssociateDeviceWithRoomResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBDeviceToRoomCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBDeviceToRoomCmdlet.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.ALXB.AddALXBResourceTagCmdlet">
            <summary>
            Adds metadata tags to a specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBResourceTagCmdlet.Arn">
            <summary>
            <para>
            <para>The ARN of the resource to which to add metadata tags. Required. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to be added to the specified resource. Do not provide system tags. Required.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBResourceTagCmdlet.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.AlexaForBusiness.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Tag parameter.
            The -PassThru parameter is deprecated, use -Select '^Tag' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBResourceTagCmdlet.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.ALXB.AddALXBSkillGroupToRoomCmdlet">
            <summary>
            Associates a skill group with a given room. This enables all skills in the associated
            skill group on all devices in the room.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillGroupToRoomCmdlet.RoomArn">
            <summary>
            <para>
            <para>The ARN of the room with which to associate the skill group. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillGroupToRoomCmdlet.SkillGroupArn">
            <summary>
            <para>
            <para>The ARN of the skill group to associate with a room. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillGroupToRoomCmdlet.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.AlexaForBusiness.Model.AssociateSkillGroupWithRoomResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillGroupToRoomCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillGroupToRoomCmdlet.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.ALXB.AddALXBSkillToSkillGroupCmdlet">
            <summary>
            Associates a skill with a skill group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillToSkillGroupCmdlet.SkillGroupArn">
            <summary>
            <para>
            <para>The ARN of the skill group to associate the skill to. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillToSkillGroupCmdlet.SkillId">
            <summary>
            <para>
            <para>The unique identifier of the skill.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillToSkillGroupCmdlet.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.AlexaForBusiness.Model.AssociateSkillWithSkillGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillToSkillGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillId parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillToSkillGroupCmdlet.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.ALXB.AddALXBSkillToUserCmdlet">
            <summary>
            Makes a private skill available for enrolled users to enable on their devices.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillToUserCmdlet.SkillId">
            <summary>
            <para>
            <para>The private skill ID you want to make available to enrolled users.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillToUserCmdlet.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.AlexaForBusiness.Model.AssociateSkillWithUsersResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillToUserCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillId parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.AddALXBSkillToUserCmdlet.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.ALXB.ApproveALXBSkillCmdlet">
            <summary>
            Associates a skill with the organization under the customer's AWS account. If a skill
            is private, the user implicitly accepts access to this skill during enablement.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.ApproveALXBSkillCmdlet.SkillId">
            <summary>
            <para>
            <para>The unique identifier of the skill.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.ApproveALXBSkillCmdlet.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.AlexaForBusiness.Model.ApproveSkillResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.ApproveALXBSkillCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillId parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.ApproveALXBSkillCmdlet.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.ALXB.DenyALXBSkillCmdlet">
            <summary>
            Disassociates a skill from the organization under a user's AWS account. If the skill
            is a private skill, it moves to an AcceptStatus of PENDING. Any private or public
            skill that is rejected can be added later by calling the ApproveSkill API.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.DenyALXBSkillCmdlet.SkillId">
            <summary>
            <para>
            <para>The unique identifier of the skill.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.DenyALXBSkillCmdlet.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.AlexaForBusiness.Model.RejectSkillResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.DenyALXBSkillCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillId parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.DenyALXBSkillCmdlet.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.ALXB.FindALXBDeviceCmdlet">
            <summary>
            Searches devices and lists the ones that meet a set of filter criteria.<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.ALXB.FindALXBDeviceCmdlet.Filter">
            <summary>
            <para>
            <para>The filters to use to list a specified set of devices. Supported filter keys are DeviceName,
            DeviceStatus, DeviceStatusDetailCode, RoomName, DeviceType, DeviceSerialNumber, UnassociatedOnly,
            ConnectionStatus (ONLINE and OFFLINE), NetworkProfileName, NetworkProfileArn, Feature,
            and FailureCode.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBDeviceCmdlet.SortCriterion">
            <summary>
            <para>
            <para>The sort order to use in listing the specified set of devices. Supported sort keys
            are DeviceName, DeviceStatus, RoomName, DeviceType, DeviceSerialNumber, ConnectionStatus,
            NetworkProfileName, NetworkProfileArn, Feature, and FailureCode.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBDeviceCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBDeviceCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional token returned from a prior request. Use this token for pagination of
            results from this action. If this parameter is specified, the response includes only
            results beyond the token, up to the value specified by <code>MaxResults</code>.</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.ALXB.FindALXBDeviceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Devices'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.SearchDevicesResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.SearchDevicesResponse 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.ALXB.FindALXBDeviceCmdlet.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.ALXB.FindALXBProfileCmdlet">
            <summary>
            Searches room profiles and lists the ones that meet a set of filter criteria.<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.ALXB.FindALXBProfileCmdlet.Filter">
            <summary>
            <para>
            <para>The filters to use to list a specified set of room profiles. Supported filter keys
            are ProfileName and Address. Required. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBProfileCmdlet.SortCriterion">
            <summary>
            <para>
            <para>The sort order to use in listing the specified set of room profiles. Supported sort
            keys are ProfileName and Address.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBProfileCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBProfileCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional token returned from a prior request. Use this token for pagination of
            results from this action. If this parameter is specified, the response includes only
            results beyond the token, up to the value specified by <code>MaxResults</code>.</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.ALXB.FindALXBProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Profiles'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.SearchProfilesResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.SearchProfilesResponse 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.ALXB.FindALXBProfileCmdlet.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.ALXB.FindALXBRoomCmdlet">
            <summary>
            Searches rooms and lists the ones that meet a set of filter and sort criteria.<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.ALXB.FindALXBRoomCmdlet.Filter">
            <summary>
            <para>
            <para>The filters to use to list a specified set of rooms. The supported filter keys are
            RoomName and ProfileName.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBRoomCmdlet.SortCriterion">
            <summary>
            <para>
            <para>The sort order to use in listing the specified set of rooms. The supported sort keys
            are RoomName and ProfileName.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBRoomCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved. </para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBRoomCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional token returned from a prior request. Use this token for pagination of
            results from this action. If this parameter is specified, the response includes only
            results beyond the token, up to the value specified by <code>MaxResults</code>.</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.ALXB.FindALXBRoomCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Rooms'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.SearchRoomsResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.SearchRoomsResponse 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.ALXB.FindALXBRoomCmdlet.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.ALXB.FindALXBSkillGroupCmdlet">
            <summary>
            Searches skill groups and lists the ones that meet a set of filter and sort criteria.<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.ALXB.FindALXBSkillGroupCmdlet.Filter">
            <summary>
            <para>
            <para>The filters to use to list a specified set of skill groups. The supported filter key
            is SkillGroupName. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBSkillGroupCmdlet.SortCriterion">
            <summary>
            <para>
            <para>The sort order to use in listing the specified set of skill groups. The supported
            sort key is SkillGroupName. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBSkillGroupCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved. </para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBSkillGroupCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional token returned from a prior request. Use this token for pagination of
            results from this action. If this parameter is specified, the response includes only
            results beyond the token, up to the value specified by <code>MaxResults</code>. Required.</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.ALXB.FindALXBSkillGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SkillGroups'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.SearchSkillGroupsResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.SearchSkillGroupsResponse 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.ALXB.FindALXBSkillGroupCmdlet.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.ALXB.FindALXBUserCmdlet">
            <summary>
            Searches users and lists the ones that meet a set of filter and sort criteria.<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.ALXB.FindALXBUserCmdlet.Filter">
            <summary>
            <para>
            <para>The filters to use for listing a specific set of users. Required. Supported filter
            keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBUserCmdlet.SortCriterion">
            <summary>
            <para>
            <para>The sort order to use in listing the filtered set of users. Required. Supported sort
            keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBUserCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved. Required.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.FindALXBUserCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional token returned from a prior request. Use this token for pagination of
            results from this action. If this parameter is specified, the response includes only
            results beyond the token, up to the value specified by <code>MaxResults</code>. Required.</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.ALXB.FindALXBUserCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Users'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.SearchUsersResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.SearchUsersResponse 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.ALXB.FindALXBUserCmdlet.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.ALXB.GetALXBAddressBookCmdlet">
            <summary>
            Gets address the book details by the address book ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBAddressBookCmdlet.AddressBookArn">
            <summary>
            <para>
            <para>The ARN of the address book for which to request details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBAddressBookCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AddressBook'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.GetAddressBookResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.GetAddressBookResponse 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.ALXB.GetALXBAddressBookCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AddressBookArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AddressBookArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBBusinessReportScheduleListCmdlet">
            <summary>
            Lists the details of the schedules that a user configured. A download URL of the report
            associated with each schedule is returned every time this action is called. A new
            download URL is returned each time, and is valid for 24 hours.<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.ALXB.GetALXBBusinessReportScheduleListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of schedules listed in the call.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBBusinessReportScheduleListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token used to list the remaining schedules from the previous API call.</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.ALXB.GetALXBBusinessReportScheduleListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'BusinessReportSchedules'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.ListBusinessReportSchedulesResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.ListBusinessReportSchedulesResponse 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.ALXB.GetALXBBusinessReportScheduleListCmdlet.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.ALXB.GetALXBConferencePreferenceCmdlet">
            <summary>
            Retrieves the existing conference preferences.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBConferencePreferenceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Preference'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.GetConferencePreferenceResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.GetConferencePreferenceResponse 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.ALXB.GetALXBConferenceProviderCmdlet">
            <summary>
            Gets details about a specific conference provider.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBConferenceProviderCmdlet.ConferenceProviderArn">
            <summary>
            <para>
            <para>The ARN of the newly created conference provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBConferenceProviderCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ConferenceProvider'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.GetConferenceProviderResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.GetConferenceProviderResponse 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.ALXB.GetALXBConferenceProviderCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConferenceProviderArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ConferenceProviderArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBConferenceProviderListCmdlet">
            <summary>
            Lists conference providers under a specific AWS account.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBConferenceProviderListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of conference providers to be returned, per paginated calls.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBConferenceProviderListCmdlet.NextToken">
            <summary>
            <para>
            <para>The tokens used for pagination.</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.ALXB.GetALXBConferenceProviderListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ConferenceProviders'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.ListConferenceProvidersResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.ListConferenceProvidersResponse 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.ALXB.GetALXBConferenceProviderListCmdlet.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.ALXB.GetALXBContactCmdlet">
            <summary>
            Gets the contact details by the contact ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBContactCmdlet.ContactArn">
            <summary>
            <para>
            <para>The ARN of the contact for which to request details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBContactCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Contact'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.GetContactResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.GetContactResponse 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.ALXB.GetALXBContactCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ContactArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ContactArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBDeviceCmdlet">
            <summary>
            Gets the details of a device by device ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBDeviceCmdlet.DeviceArn">
            <summary>
            <para>
            <para>The ARN of the device for which to request details. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBDeviceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Device'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.GetDeviceResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.GetDeviceResponse 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.ALXB.GetALXBDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBDeviceEventListCmdlet">
            <summary>
            Lists the device event history, including device connection status, for up to 30 days.<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.ALXB.GetALXBDeviceEventListCmdlet.DeviceArn">
            <summary>
            <para>
            <para>The ARN of a device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBDeviceEventListCmdlet.EventType">
            <summary>
            <para>
            <para>The event type to filter device events. If EventType isn't specified, this returns
            a list of all device events in reverse chronological order. If EventType is specified,
            this returns a list of device events for that EventType in reverse chronological order.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBDeviceEventListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. The default value is 50.
            If more results exist than the specified MaxResults value, a token is included in
            the response so that the remaining results can be retrieved. </para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBDeviceEventListCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional token returned from a prior request. Use this token for pagination of
            results from this action. If this parameter is specified, the response only includes
            results beyond the token, up to the value specified by MaxResults. When the end of
            results is reached, the response has a value of null.</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.ALXB.GetALXBDeviceEventListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DeviceEvents'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.ListDeviceEventsResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.ListDeviceEventsResponse 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.ALXB.GetALXBDeviceEventListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBDeviceEventListCmdlet.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.ALXB.GetALXBGatewayCmdlet">
            <summary>
            Retrieves the details of a gateway.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBGatewayCmdlet.GatewayArn">
            <summary>
            <para>
            <para>The ARN of the gateway to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBGatewayCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Gateway'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.GetGatewayResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.GetGatewayResponse 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.ALXB.GetALXBGatewayCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the GatewayArn parameter.
            The -PassThru parameter is deprecated, use -Select '^GatewayArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBGatewayGroupCmdlet">
            <summary>
            Retrieves the details of a gateway group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBGatewayGroupCmdlet.GatewayGroupArn">
            <summary>
            <para>
            <para>The ARN of the gateway group to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBGatewayGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'GatewayGroup'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.GetGatewayGroupResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.GetGatewayGroupResponse 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.ALXB.GetALXBGatewayGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the GatewayGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^GatewayGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBGatewayGroupListCmdlet">
            <summary>
            Retrieves a list of gateway group summaries. Use GetGatewayGroup to retrieve details
            of a specific gateway group.<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.ALXB.GetALXBGatewayGroupListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of gateway group summaries to return. The default is 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>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBGatewayGroupListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token used to paginate though multiple pages of gateway group summaries.</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.ALXB.GetALXBGatewayGroupListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'GatewayGroups'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.ListGatewayGroupsResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.ListGatewayGroupsResponse 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.ALXB.GetALXBGatewayGroupListCmdlet.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.ALXB.GetALXBGatewayListCmdlet">
            <summary>
            Retrieves a list of gateway summaries. Use GetGateway to retrieve details of a specific
            gateway. An optional gateway group ARN can be provided to only retrieve gateway summaries
            of gateways that are associated with that gateway group ARN.<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.ALXB.GetALXBGatewayListCmdlet.GatewayGroupArn">
            <summary>
            <para>
            <para>The gateway group ARN for which to list gateways.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBGatewayListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of gateway summaries to return. The default is 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>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBGatewayListCmdlet.NextToken">
            <summary>
            <para>
            <para>The token used to paginate though multiple pages of gateway summaries.</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.ALXB.GetALXBGatewayListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Gateways'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.ListGatewaysResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.ListGatewaysResponse 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.ALXB.GetALXBGatewayListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the GatewayGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^GatewayGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBGatewayListCmdlet.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.ALXB.GetALXBInvitationConfigurationCmdlet">
            <summary>
            Retrieves the configured values for the user enrollment invitation email template.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBInvitationConfigurationCmdlet.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.AlexaForBusiness.Model.GetInvitationConfigurationResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.GetInvitationConfigurationResponse 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.ALXB.GetALXBNetworkProfileCmdlet">
            <summary>
            Gets the network profile details by the network profile ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBNetworkProfileCmdlet.NetworkProfileArn">
            <summary>
            <para>
            <para>The ARN of the network profile associated with a device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBNetworkProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'NetworkProfile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.GetNetworkProfileResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.GetNetworkProfileResponse 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.ALXB.GetALXBNetworkProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NetworkProfileArn parameter.
            The -PassThru parameter is deprecated, use -Select '^NetworkProfileArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBProfileCmdlet">
            <summary>
            Gets the details of a room profile by profile ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBProfileCmdlet.ProfileArn">
            <summary>
            <para>
            <para>The ARN of the room profile for which to request details. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Profile'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.GetProfileResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.GetProfileResponse 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.ALXB.GetALXBProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProfileArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ProfileArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBRoomCmdlet">
            <summary>
            Gets room details by room ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBRoomCmdlet.RoomArn">
            <summary>
            <para>
            <para>The ARN of the room for which to request details. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBRoomCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Room'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.GetRoomResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.GetRoomResponse 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.ALXB.GetALXBRoomCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RoomArn parameter.
            The -PassThru parameter is deprecated, use -Select '^RoomArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBRoomSkillParameterCmdlet">
            <summary>
            Gets room skill parameter details by room, skill, and parameter key ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBRoomSkillParameterCmdlet.ParameterKey">
            <summary>
            <para>
            <para>The room skill parameter key for which to get details. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBRoomSkillParameterCmdlet.RoomArn">
            <summary>
            <para>
            <para>The ARN of the room from which to get the room skill parameter details. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBRoomSkillParameterCmdlet.SkillId">
            <summary>
            <para>
            <para>The ARN of the skill from which to get the room skill parameter details. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBRoomSkillParameterCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RoomSkillParameter'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.GetRoomSkillParameterResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.GetRoomSkillParameterResponse 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.ALXB.GetALXBRoomSkillParameterCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ParameterKey parameter.
            The -PassThru parameter is deprecated, use -Select '^ParameterKey' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillGroupCmdlet">
            <summary>
            Gets skill group details by skill group ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillGroupCmdlet.SkillGroupArn">
            <summary>
            <para>
            <para>The ARN of the skill group for which to get details. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SkillGroup'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.GetSkillGroupResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.GetSkillGroupResponse 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.ALXB.GetALXBSkillGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillListCmdlet">
            <summary>
            Lists all enabled skills in a specific skill group.<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.ALXB.GetALXBSkillListCmdlet.EnablementType">
            <summary>
            <para>
            <para>Whether the skill is enabled under the user's account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillListCmdlet.SkillGroupArn">
            <summary>
            <para>
            <para>The ARN of the skill group for which to list enabled skills.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillListCmdlet.SkillType">
            <summary>
            <para>
            <para>Whether the skill is publicly available or is a private skill.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillListCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional token returned from a prior request. Use this token for pagination of
            results from this action. If this parameter is specified, the response includes only
            results beyond the token, up to the value specified by <code>MaxResults</code>.</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.ALXB.GetALXBSkillListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SkillSummaries'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.ListSkillsResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.ListSkillsResponse 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.ALXB.GetALXBSkillListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillListCmdlet.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.ALXB.GetALXBSkillsStoreCategoryListCmdlet">
            <summary>
            Lists all categories in the Alexa skill store.<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.ALXB.GetALXBSkillsStoreCategoryListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of categories returned, per paginated calls.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillsStoreCategoryListCmdlet.NextToken">
            <summary>
            <para>
            <para>The tokens used for pagination.</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.ALXB.GetALXBSkillsStoreCategoryListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'CategoryList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.ListSkillsStoreCategoriesResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.ListSkillsStoreCategoriesResponse 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.ALXB.GetALXBSkillsStoreCategoryListCmdlet.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.ALXB.GetALXBSkillsStoreSkillListByCategoryCmdlet">
            <summary>
            Lists all skills in the Alexa skill store by category.<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.ALXB.GetALXBSkillsStoreSkillListByCategoryCmdlet.CategoryId">
            <summary>
            <para>
            <para>The category ID for which the skills are being retrieved from the skill store.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillsStoreSkillListByCategoryCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of skills returned per paginated calls.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillsStoreSkillListByCategoryCmdlet.NextToken">
            <summary>
            <para>
            <para>The tokens used for pagination.</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.ALXB.GetALXBSkillsStoreSkillListByCategoryCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SkillsStoreSkills'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.ListSkillsStoreSkillsByCategoryResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.ListSkillsStoreSkillsByCategoryResponse 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.ALXB.GetALXBSkillsStoreSkillListByCategoryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the CategoryId parameter.
            The -PassThru parameter is deprecated, use -Select '^CategoryId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillsStoreSkillListByCategoryCmdlet.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.ALXB.GetALXBSmartHomeApplianceListCmdlet">
            <summary>
            Lists all of the smart home appliances associated with a room.<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.ALXB.GetALXBSmartHomeApplianceListCmdlet.RoomArn">
            <summary>
            <para>
            <para>The room that the appliances are associated with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSmartHomeApplianceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of appliances to be returned, per paginated calls.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSmartHomeApplianceListCmdlet.NextToken">
            <summary>
            <para>
            <para>The tokens used for pagination.</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.ALXB.GetALXBSmartHomeApplianceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SmartHomeAppliances'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.ListSmartHomeAppliancesResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.ListSmartHomeAppliancesResponse 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.ALXB.GetALXBSmartHomeApplianceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RoomArn parameter.
            The -PassThru parameter is deprecated, use -Select '^RoomArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSmartHomeApplianceListCmdlet.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.ALXB.GetALXBTagListCmdlet">
            <summary>
            Lists all tags for the specified resource.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBTagListCmdlet.Arn">
            <summary>
            <para>
            <para>The ARN of the specified resource for which to list tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBTagListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified <code>MaxResults</code> value, a token is included in the response so
            that the remaining results can be retrieved.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBTagListCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional token returned from a prior request. Use this token for pagination of
            results from this action. If this parameter is specified, the response includes only
            results beyond the token, up to the value specified by <code>MaxResults</code>. </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.ALXB.GetALXBTagListCmdlet.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.AlexaForBusiness.Model.ListTagsResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.ListTagsResponse 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.ALXB.GetALXBTagListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Arn parameter.
            The -PassThru parameter is deprecated, use -Select '^Arn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBTagListCmdlet.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.ALXB.NewALXBAddressBookCmdlet">
            <summary>
            Creates an address book with the specified details.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBAddressBookCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, user-specified identifier for the request that ensures idempotency.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBAddressBookCmdlet.Description">
            <summary>
            <para>
            <para>The description of the address book.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBAddressBookCmdlet.Name">
            <summary>
            <para>
            <para>The name of the address book.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBAddressBookCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to be added to the specified resource. Do not provide system tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBAddressBookCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AddressBookArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.CreateAddressBookResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.CreateAddressBookResponse 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.ALXB.NewALXBAddressBookCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBAddressBookCmdlet.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.ALXB.NewALXBBusinessReportScheduleCmdlet">
            <summary>
            Creates a recurring schedule for usage reports to deliver to the specified S3 location
            with a specified daily or weekly interval.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBBusinessReportScheduleCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>The client request token.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBBusinessReportScheduleCmdlet.Format">
            <summary>
            <para>
            <para>The format of the generated report (individual CSV files or zipped files of individual
            files).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBBusinessReportScheduleCmdlet.ContentRange_Interval">
            <summary>
            <para>
            <para>The interval of the content range.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBBusinessReportScheduleCmdlet.S3BucketName">
            <summary>
            <para>
            <para>The S3 bucket name of the output reports. If this isn't specified, the report can
            be retrieved from a download link by calling ListBusinessReportSchedule. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBBusinessReportScheduleCmdlet.S3KeyPrefix">
            <summary>
            <para>
            <para>The S3 key where the report is delivered.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBBusinessReportScheduleCmdlet.ScheduleName">
            <summary>
            <para>
            <para>The name identifier of the schedule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBBusinessReportScheduleCmdlet.Recurrence_StartDate">
            <summary>
            <para>
            <para>The start date.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBBusinessReportScheduleCmdlet.Tag">
            <summary>
            <para>
            <para>The tags for the business report schedule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBBusinessReportScheduleCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ScheduleArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.CreateBusinessReportScheduleResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.CreateBusinessReportScheduleResponse 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.ALXB.NewALXBBusinessReportScheduleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ScheduleName parameter.
            The -PassThru parameter is deprecated, use -Select '^ScheduleName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBBusinessReportScheduleCmdlet.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.ALXB.NewALXBConferenceProviderCmdlet">
            <summary>
            Adds a new conference provider under the user's AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBConferenceProviderCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>The request token of the client.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBConferenceProviderCmdlet.IPDialIn_CommsProtocol">
            <summary>
            <para>
            <para>The protocol, including SIP, SIPS, and H323.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBConferenceProviderCmdlet.ConferenceProviderName">
            <summary>
            <para>
            <para>The name of the conference provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBConferenceProviderCmdlet.ConferenceProviderType">
            <summary>
            <para>
            <para>Represents a type within a list of predefined types.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBConferenceProviderCmdlet.PSTNDialIn_CountryCode">
            <summary>
            <para>
            <para>The zip code.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBConferenceProviderCmdlet.IPDialIn_Endpoint">
            <summary>
            <para>
            <para>The IP address.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBConferenceProviderCmdlet.PSTNDialIn_OneClickIdDelay">
            <summary>
            <para>
            <para>The delay duration before Alexa enters the conference ID with dual-tone multi-frequency
            (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send
            data over the telephone network.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBConferenceProviderCmdlet.PSTNDialIn_OneClickPinDelay">
            <summary>
            <para>
            <para>The delay duration before Alexa enters the conference pin with dual-tone multi-frequency
            (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send
            data over the telephone network.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBConferenceProviderCmdlet.PSTNDialIn_PhoneNumber">
            <summary>
            <para>
            <para>The phone number to call to join the conference.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBConferenceProviderCmdlet.MeetingSetting_RequirePin">
            <summary>
            <para>
            <para>The values that indicate whether the pin is always required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBConferenceProviderCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to be added to the specified resource. Do not provide system tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBConferenceProviderCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ConferenceProviderArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.CreateConferenceProviderResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.CreateConferenceProviderResponse 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.ALXB.NewALXBConferenceProviderCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConferenceProviderName parameter.
            The -PassThru parameter is deprecated, use -Select '^ConferenceProviderName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBConferenceProviderCmdlet.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.ALXB.NewALXBContactCmdlet">
            <summary>
            Creates a contact with the specified details.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBContactCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, user-specified identifier for this request that ensures idempotency.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBContactCmdlet.DisplayName">
            <summary>
            <para>
            <para>The name of the contact to display on the console.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBContactCmdlet.FirstName">
            <summary>
            <para>
            <para>The first name of the contact that is used to call the contact on the device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBContactCmdlet.LastName">
            <summary>
            <para>
            <para>The last name of the contact that is used to call the contact on the device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBContactCmdlet.PhoneNumber">
            <summary>
            <para>
            <para>The phone number of the contact in E.164 format. The phone number type defaults to
            WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers,
            which lets you specify the phone number type and multiple numbers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBContactCmdlet.PhoneNumberList">
            <summary>
            <para>
            <para>The list of phone numbers for the contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBContactCmdlet.SipAddress">
            <summary>
            <para>
            <para>The list of SIP addresses for the contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBContactCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to be added to the specified resource. Do not provide system tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBContactCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ContactArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.CreateContactResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.CreateContactResponse 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.ALXB.NewALXBContactCmdlet.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.ALXB.NewALXBGatewayGroupCmdlet">
            <summary>
            Creates a gateway group with the specified details.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBGatewayGroupCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para> A unique, user-specified identifier for the request that ensures idempotency.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBGatewayGroupCmdlet.Description">
            <summary>
            <para>
            <para>The description of the gateway group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBGatewayGroupCmdlet.Name">
            <summary>
            <para>
            <para>The name of the gateway group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBGatewayGroupCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to be added to the specified resource. Do not provide system tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBGatewayGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'GatewayGroupArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.CreateGatewayGroupResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.CreateGatewayGroupResponse 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.ALXB.NewALXBGatewayGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBGatewayGroupCmdlet.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.ALXB.NewALXBNetworkProfileCmdlet">
            <summary>
            Creates a network profile with the specified details.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBNetworkProfileCmdlet.CertificateAuthorityArn">
            <summary>
            <para>
            <para>The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager
            (ACM). This is used to issue certificates to the devices. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBNetworkProfileCmdlet.ClientRequestToken">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBNetworkProfileCmdlet.CurrentPassword">
            <summary>
            <para>
            <para>The current password of the Wi-Fi network.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBNetworkProfileCmdlet.Description">
            <summary>
            <para>
            <para>Detailed information about a device's network profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBNetworkProfileCmdlet.EapMethod">
            <summary>
            <para>
            <para>The authentication standard that is used in the EAP framework. Currently, EAP_TLS
            is supported.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBNetworkProfileCmdlet.NetworkProfileName">
            <summary>
            <para>
            <para>The name of the network profile associated with a device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBNetworkProfileCmdlet.NextPassword">
            <summary>
            <para>
            <para>The next, or subsequent, password of the Wi-Fi network. This password is asynchronously
            transmitted to the device and is used when the password of the network changes to
            NextPassword. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBNetworkProfileCmdlet.SecurityType">
            <summary>
            <para>
            <para>The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK,
            WEP, or OPEN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBNetworkProfileCmdlet.Ssid">
            <summary>
            <para>
            <para>The SSID of the Wi-Fi network.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBNetworkProfileCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to be added to the specified resource. Do not provide system tags. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBNetworkProfileCmdlet.TrustAnchor">
            <summary>
            <para>
            <para>The root certificates of your authentication server that is installed on your devices
            and used to trust your authentication server during EAP negotiation. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBNetworkProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'NetworkProfileArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.CreateNetworkProfileResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.CreateNetworkProfileResponse 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.ALXB.NewALXBNetworkProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NetworkProfileName parameter.
            The -PassThru parameter is deprecated, use -Select '^NetworkProfileName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBNetworkProfileCmdlet.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.ALXB.NewALXBProfileCmdlet">
            <summary>
            Creates a new room profile with the specified details.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.Address">
            <summary>
            <para>
            <para>The valid address for the room.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>The user-specified token that is used during the creation of a profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.DataRetentionOptIn">
            <summary>
            <para>
            <para>Whether data retention of the profile is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.DistanceUnit">
            <summary>
            <para>
            <para>The distance unit to be used by devices in the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.InstantBooking_DurationInMinute">
            <summary>
            <para>
            <para>Duration between 15 and 240 minutes at increments of 15 that determines how long to
            book an available room when a meeting is started with Alexa.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.EndOfMeetingReminder_Enabled">
            <summary>
            <para>
            <para>Whether an end of meeting reminder is enabled or not.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.InstantBooking_Enabled">
            <summary>
            <para>
            <para>Whether instant booking is enabled or not.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.RequireCheckIn_Enabled">
            <summary>
            <para>
            <para>Whether require check in is enabled or not.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.Locale">
            <summary>
            <para>
            <para>The locale of the room profile. (This is currently only available to a limited preview
            audience.)</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.MaxVolumeLimit">
            <summary>
            <para>
            <para>The maximum volume limit for a room profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.Name">
            <summary>
            <para>
            <para>The name of a room profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.PSTNEnabled">
            <summary>
            <para>
            <para>Whether PSTN calling is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.RequireCheckIn_ReleaseAfterMinute">
            <summary>
            <para>
            <para>Duration between 5 and 20 minutes to determine when to release the room if it's not
            checked into.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.EndOfMeetingReminder_ReminderAtMinute">
            <summary>
            <para>
            <para> A range of 3 to 15 minutes that determines when the reminder begins.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.EndOfMeetingReminder_ReminderType">
            <summary>
            <para>
            <para>The type of sound that users hear during the end of meeting reminder. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.MeetingRoomConfiguration_RoomUtilizationMetricsEnabled">
            <summary>
            <para>
            <para>Whether room utilization metrics are enabled or not.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.SetupModeDisabled">
            <summary>
            <para>
            <para>Whether room profile setup is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.Tag">
            <summary>
            <para>
            <para>The tags for the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.TemperatureUnit">
            <summary>
            <para>
            <para>The temperature unit to be used by devices in the profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.Timezone">
            <summary>
            <para>
            <para>The time zone used by a room profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.WakeWord">
            <summary>
            <para>
            <para>A wake word for Alexa, Echo, Amazon, or a computer.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ProfileArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.CreateProfileResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.CreateProfileResponse 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.ALXB.NewALXBProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBProfileCmdlet.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.ALXB.NewALXBRoomCmdlet">
            <summary>
            Creates a room with the specified details.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBRoomCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, user-specified identifier for this request that ensures idempotency. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBRoomCmdlet.Description">
            <summary>
            <para>
            <para>The description for the room.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBRoomCmdlet.ProfileArn">
            <summary>
            <para>
            <para>The profile ARN for the room. This is required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBRoomCmdlet.ProviderCalendarId">
            <summary>
            <para>
            <para>The calendar ARN for the room.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBRoomCmdlet.RoomName">
            <summary>
            <para>
            <para>The name for the room.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBRoomCmdlet.Tag">
            <summary>
            <para>
            <para>The tags for the room.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBRoomCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'RoomArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.CreateRoomResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.CreateRoomResponse 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.ALXB.NewALXBRoomCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RoomName parameter.
            The -PassThru parameter is deprecated, use -Select '^RoomName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBRoomCmdlet.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.ALXB.NewALXBSkillGroupCmdlet">
            <summary>
            Creates a skill group with a specified name and description.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBSkillGroupCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, user-specified identifier for this request that ensures idempotency. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBSkillGroupCmdlet.Description">
            <summary>
            <para>
            <para>The description for the skill group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBSkillGroupCmdlet.SkillGroupName">
            <summary>
            <para>
            <para>The name for the skill group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBSkillGroupCmdlet.Tag">
            <summary>
            <para>
            <para>The tags for the skill group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBSkillGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SkillGroupArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.CreateSkillGroupResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.CreateSkillGroupResponse 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.ALXB.NewALXBSkillGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillGroupName parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillGroupName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBSkillGroupCmdlet.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.ALXB.NewALXBUserCmdlet">
            <summary>
            Creates a user.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBUserCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>A unique, user-specified identifier for this request that ensures idempotency. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBUserCmdlet.Email">
            <summary>
            <para>
            <para>The email address for the user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBUserCmdlet.FirstName">
            <summary>
            <para>
            <para>The first name for the user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBUserCmdlet.LastName">
            <summary>
            <para>
            <para>The last name for the user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBUserCmdlet.Tag">
            <summary>
            <para>
            <para>The tags for the user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBUserCmdlet.UserId">
            <summary>
            <para>
            <para>The ARN for the user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBUserCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'UserArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.CreateUserResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.CreateUserResponse 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.ALXB.NewALXBUserCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserId parameter.
            The -PassThru parameter is deprecated, use -Select '^UserId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.NewALXBUserCmdlet.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.ALXB.RegisterALXBAVSDeviceCmdlet">
            <summary>
            Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM)
            using Alexa Voice Service (AVS).
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RegisterALXBAVSDeviceCmdlet.AmazonId">
            <summary>
            <para>
            <para>The device type ID for your AVS device generated by Amazon when the OEM creates a
            new product on Amazon's Developer Console.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RegisterALXBAVSDeviceCmdlet.ClientId">
            <summary>
            <para>
            <para>The client ID of the OEM used for code-based linking authorization on an AVS device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RegisterALXBAVSDeviceCmdlet.DeviceSerialNumber">
            <summary>
            <para>
            <para>The key generated by the OEM that uniquely identifies a specified instance of your
            AVS device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RegisterALXBAVSDeviceCmdlet.ProductId">
            <summary>
            <para>
            <para>The product ID used to identify your AVS device during authorization.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RegisterALXBAVSDeviceCmdlet.RoomArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the room with which to associate your AVS device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RegisterALXBAVSDeviceCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to be added to the specified resource. Do not provide system tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RegisterALXBAVSDeviceCmdlet.UserCode">
            <summary>
            <para>
            <para>The code that is obtained after your AVS device has made a POST request to LWA as
            a part of the Device Authorization Request component of the OAuth code-based linking
            specification.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RegisterALXBAVSDeviceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DeviceArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.RegisterAVSDeviceResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.RegisterAVSDeviceResponse 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.ALXB.RegisterALXBAVSDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceSerialNumber parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceSerialNumber' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RegisterALXBAVSDeviceCmdlet.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.ALXB.RemoveALXBAddressBookCmdlet">
            <summary>
            Deletes an address book by the address book ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBAddressBookCmdlet.AddressBookArn">
            <summary>
            <para>
            <para>The ARN of the address book to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBAddressBookCmdlet.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.AlexaForBusiness.Model.DeleteAddressBookResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBAddressBookCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AddressBookArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AddressBookArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBAddressBookCmdlet.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.ALXB.RemoveALXBBusinessReportScheduleCmdlet">
            <summary>
            Deletes the recurring report delivery schedule with the specified schedule ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBBusinessReportScheduleCmdlet.ScheduleArn">
            <summary>
            <para>
            <para>The ARN of the business report schedule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBBusinessReportScheduleCmdlet.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.AlexaForBusiness.Model.DeleteBusinessReportScheduleResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBBusinessReportScheduleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ScheduleArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ScheduleArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBBusinessReportScheduleCmdlet.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.ALXB.RemoveALXBConferenceProviderCmdlet">
            <summary>
            Deletes a conference provider.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBConferenceProviderCmdlet.ConferenceProviderArn">
            <summary>
            <para>
            <para>The ARN of the conference provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBConferenceProviderCmdlet.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.AlexaForBusiness.Model.DeleteConferenceProviderResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBConferenceProviderCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConferenceProviderArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ConferenceProviderArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBConferenceProviderCmdlet.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.ALXB.RemoveALXBContactCmdlet">
            <summary>
            Deletes a contact by the contact ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBContactCmdlet.ContactArn">
            <summary>
            <para>
            <para>The ARN of the contact to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBContactCmdlet.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.AlexaForBusiness.Model.DeleteContactResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBContactCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ContactArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ContactArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBContactCmdlet.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.ALXB.RemoveALXBContactFromAddressBookCmdlet">
            <summary>
            Disassociates a contact from a given address book.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBContactFromAddressBookCmdlet.AddressBookArn">
            <summary>
            <para>
            <para>The ARN of the address from which to disassociate the contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBContactFromAddressBookCmdlet.ContactArn">
            <summary>
            <para>
            <para>The ARN of the contact to disassociate from an address book.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBContactFromAddressBookCmdlet.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.AlexaForBusiness.Model.DisassociateContactFromAddressBookResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBContactFromAddressBookCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ContactArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ContactArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBContactFromAddressBookCmdlet.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.ALXB.RemoveALXBDeviceCmdlet">
            <summary>
            Removes a device from Alexa For Business.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBDeviceCmdlet.DeviceArn">
            <summary>
            <para>
            <para>The ARN of the device for which to request details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBDeviceCmdlet.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.AlexaForBusiness.Model.DeleteDeviceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBDeviceCmdlet.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.ALXB.RemoveALXBDeviceFromRoomCmdlet">
            <summary>
            Disassociates a device from its current room. The device continues to be connected
            to the Wi-Fi network and is still registered to the account. The device settings and
            skills are removed from the room.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBDeviceFromRoomCmdlet.DeviceArn">
            <summary>
            <para>
            <para>The ARN of the device to disassociate from a room. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBDeviceFromRoomCmdlet.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.AlexaForBusiness.Model.DisassociateDeviceFromRoomResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBDeviceFromRoomCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBDeviceFromRoomCmdlet.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.ALXB.RemoveALXBDeviceUsageDataCmdlet">
            <summary>
            When this action is called for a specified shared device, it allows authorized users
            to delete the device's entire previous history of voice input data and associated
            response data. This action can be called once every 24 hours for a specific shared
            device.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBDeviceUsageDataCmdlet.DeviceArn">
            <summary>
            <para>
            <para>The ARN of the device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBDeviceUsageDataCmdlet.DeviceUsageType">
            <summary>
            <para>
            <para>The type of usage data to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBDeviceUsageDataCmdlet.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.AlexaForBusiness.Model.DeleteDeviceUsageDataResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBDeviceUsageDataCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBDeviceUsageDataCmdlet.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.ALXB.RemoveALXBGatewayGroupCmdlet">
            <summary>
            Deletes a gateway group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBGatewayGroupCmdlet.GatewayGroupArn">
            <summary>
            <para>
            <para>The ARN of the gateway group to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBGatewayGroupCmdlet.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.AlexaForBusiness.Model.DeleteGatewayGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBGatewayGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the GatewayGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^GatewayGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBGatewayGroupCmdlet.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.ALXB.RemoveALXBNetworkProfileCmdlet">
            <summary>
            Deletes a network profile by the network profile ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBNetworkProfileCmdlet.NetworkProfileArn">
            <summary>
            <para>
            <para>The ARN of the network profile associated with a device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBNetworkProfileCmdlet.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.AlexaForBusiness.Model.DeleteNetworkProfileResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBNetworkProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NetworkProfileArn parameter.
            The -PassThru parameter is deprecated, use -Select '^NetworkProfileArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBNetworkProfileCmdlet.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.ALXB.RemoveALXBProfileCmdlet">
            <summary>
            Deletes a room profile by the profile ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBProfileCmdlet.ProfileArn">
            <summary>
            <para>
            <para>The ARN of the room profile to delete. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBProfileCmdlet.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.AlexaForBusiness.Model.DeleteProfileResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ProfileArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ProfileArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBProfileCmdlet.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.ALXB.RemoveALXBResourceTagCmdlet">
            <summary>
            Removes metadata tags from a specified resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBResourceTagCmdlet.Arn">
            <summary>
            <para>
            <para>The ARN of the resource from which to remove metadata tags. Required. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>The tags to be removed from the specified resource. Do not provide system tags. Required.
            </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBResourceTagCmdlet.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.AlexaForBusiness.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TagKey parameter.
            The -PassThru parameter is deprecated, use -Select '^TagKey' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBResourceTagCmdlet.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.ALXB.RemoveALXBRoomCmdlet">
            <summary>
            Deletes a room by the room ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBRoomCmdlet.RoomArn">
            <summary>
            <para>
            <para>The ARN of the room to delete. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBRoomCmdlet.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.AlexaForBusiness.Model.DeleteRoomResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBRoomCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RoomArn parameter.
            The -PassThru parameter is deprecated, use -Select '^RoomArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBRoomCmdlet.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.ALXB.RemoveALXBRoomSkillParameterCmdlet">
            <summary>
            Deletes room skill parameter details by room, skill, and parameter key ID.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBRoomSkillParameterCmdlet.ParameterKey">
            <summary>
            <para>
            <para>The room skill parameter key for which to remove details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBRoomSkillParameterCmdlet.RoomArn">
            <summary>
            <para>
            <para>The ARN of the room from which to remove the room skill parameter details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBRoomSkillParameterCmdlet.SkillId">
            <summary>
            <para>
            <para>The ID of the skill from which to remove the room skill parameter details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBRoomSkillParameterCmdlet.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.AlexaForBusiness.Model.DeleteRoomSkillParameterResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBRoomSkillParameterCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillId parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBRoomSkillParameterCmdlet.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.ALXB.RemoveALXBSkillAuthorizationCmdlet">
            <summary>
            Unlinks a third-party account from a skill.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillAuthorizationCmdlet.RoomArn">
            <summary>
            <para>
            <para>The room that the skill is authorized for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillAuthorizationCmdlet.SkillId">
            <summary>
            <para>
            <para>The unique identifier of a skill.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillAuthorizationCmdlet.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.AlexaForBusiness.Model.DeleteSkillAuthorizationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillAuthorizationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillId parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillAuthorizationCmdlet.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.ALXB.RemoveALXBSkillFromSkillGroupCmdlet">
            <summary>
            Disassociates a skill from a skill group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillFromSkillGroupCmdlet.SkillGroupArn">
            <summary>
            <para>
            <para>The unique identifier of a skill. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillFromSkillGroupCmdlet.SkillId">
            <summary>
            <para>
            <para>The ARN of a skill group to associate to a skill.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillFromSkillGroupCmdlet.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.AlexaForBusiness.Model.DisassociateSkillFromSkillGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillFromSkillGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillId parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillFromSkillGroupCmdlet.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.ALXB.RemoveALXBSkillFromUserCmdlet">
            <summary>
            Makes a private skill unavailable for enrolled users and prevents them from enabling
            it on their devices.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillFromUserCmdlet.SkillId">
            <summary>
            <para>
            <para> The private skill ID you want to make unavailable for enrolled users.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillFromUserCmdlet.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.AlexaForBusiness.Model.DisassociateSkillFromUsersResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillFromUserCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillId parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillFromUserCmdlet.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.ALXB.RemoveALXBSkillGroupCmdlet">
            <summary>
            Deletes a skill group by skill group ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillGroupCmdlet.SkillGroupArn">
            <summary>
            <para>
            <para>The ARN of the skill group to delete. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillGroupCmdlet.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.AlexaForBusiness.Model.DeleteSkillGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillGroupCmdlet.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.ALXB.RemoveALXBSkillGroupFromRoomCmdlet">
            <summary>
            Disassociates a skill group from a specified room. This disables all skills in the
            skill group on all devices in the room.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillGroupFromRoomCmdlet.RoomArn">
            <summary>
            <para>
            <para>The ARN of the room from which the skill group is to be disassociated. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillGroupFromRoomCmdlet.SkillGroupArn">
            <summary>
            <para>
            <para>The ARN of the skill group to disassociate from a room. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillGroupFromRoomCmdlet.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.AlexaForBusiness.Model.DisassociateSkillGroupFromRoomResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillGroupFromRoomCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSkillGroupFromRoomCmdlet.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.ALXB.RemoveALXBSmartHomeApplianceCmdlet">
            <summary>
            Forgets smart home appliances associated to a room.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSmartHomeApplianceCmdlet.RoomArn">
            <summary>
            <para>
            <para>The room that the appliances are associated with.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSmartHomeApplianceCmdlet.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.AlexaForBusiness.Model.ForgetSmartHomeAppliancesResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSmartHomeApplianceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RoomArn parameter.
            The -PassThru parameter is deprecated, use -Select '^RoomArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBSmartHomeApplianceCmdlet.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.ALXB.RemoveALXBUserCmdlet">
            <summary>
            Deletes a specified user by user ARN and enrollment ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBUserCmdlet.EnrollmentId">
            <summary>
            <para>
            <para>The ARN of the user's enrollment in the organization. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBUserCmdlet.UserArn">
            <summary>
            <para>
            <para>The ARN of the user to delete in the organization. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBUserCmdlet.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.AlexaForBusiness.Model.DeleteUserResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBUserCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EnrollmentId parameter.
            The -PassThru parameter is deprecated, use -Select '^EnrollmentId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RemoveALXBUserCmdlet.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.ALXB.ResolveALXBRoomCmdlet">
            <summary>
            Determines the details for the room from which a skill request was invoked. This operation
            is used by skill developers.
             
              
            <para>
            To query ResolveRoom from an Alexa skill, the skill ID needs to be authorized. When
            the skill is using an AWS Lambda function, the skill is automatically authorized when
            you publish your skill as a private skill to your AWS account. Skills that are hosted
            using a custom web service must be manually authorized. To get your skill authorized,
            contact AWS Support with your AWS account ID that queries the ResolveRoom API and
            skill ID.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.ResolveALXBRoomCmdlet.SkillId">
            <summary>
            <para>
            <para>The ARN of the skill that was requested. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.ResolveALXBRoomCmdlet.UserId">
            <summary>
            <para>
            <para>The ARN of the user. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.ResolveALXBRoomCmdlet.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.AlexaForBusiness.Model.ResolveRoomResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.ResolveRoomResponse 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.ALXB.ResolveALXBRoomCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillId parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.ResolveALXBRoomCmdlet.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.ALXB.RevokeALXBInvitationCmdlet">
            <summary>
            Revokes an invitation and invalidates the enrollment URL.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RevokeALXBInvitationCmdlet.EnrollmentId">
            <summary>
            <para>
            <para>The ARN of the enrollment invitation to revoke. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RevokeALXBInvitationCmdlet.UserArn">
            <summary>
            <para>
            <para>The ARN of the user for whom to revoke an enrollment invitation. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RevokeALXBInvitationCmdlet.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.AlexaForBusiness.Model.RevokeInvitationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RevokeALXBInvitationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the EnrollmentId parameter.
            The -PassThru parameter is deprecated, use -Select '^EnrollmentId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.RevokeALXBInvitationCmdlet.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.ALXB.SearchALXBAddressBookCmdlet">
            <summary>
            Searches address books and lists the ones that meet a set of filter and sort criteria.<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.ALXB.SearchALXBAddressBookCmdlet.Filter">
            <summary>
            <para>
            <para>The filters to use to list a specified set of address books. The supported filter
            key is AddressBookName.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SearchALXBAddressBookCmdlet.SortCriterion">
            <summary>
            <para>
            <para>The sort order to use in listing the specified set of address books. The supported
            sort key is AddressBookName.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SearchALXBAddressBookCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified MaxResults value, a token is included in the response so that the remaining
            results can be retrieved.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SearchALXBAddressBookCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional token returned from a prior request. Use this token for pagination of
            results from this action. If this parameter is specified, the response only includes
            results beyond the token, up to the value specified by MaxResults.</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.ALXB.SearchALXBAddressBookCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AddressBooks'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.SearchAddressBooksResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.SearchAddressBooksResponse 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.ALXB.SearchALXBAddressBookCmdlet.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="P:Amazon.PowerShell.Cmdlets.ALXB.SearchALXBAddressBookCmdlet.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.ALXB.SearchALXBContactCmdlet">
            <summary>
            Searches contacts and lists the ones that meet a set of filter and sort criteria.<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.ALXB.SearchALXBContactCmdlet.Filter">
            <summary>
            <para>
            <para>The filters to use to list a specified set of address books. The supported filter
            keys are DisplayName, FirstName, LastName, and AddressBookArns.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SearchALXBContactCmdlet.SortCriterion">
            <summary>
            <para>
            <para>The sort order to use in listing the specified set of contacts. The supported sort
            keys are DisplayName, FirstName, and LastName.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SearchALXBContactCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified MaxResults value, a token is included in the response so that the remaining
            results can be retrieved.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SearchALXBContactCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional token returned from a prior request. Use this token for pagination of
            results from this action. If this parameter is specified, the response only includes
            results beyond the token, up to the value specified by MaxResults.</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.ALXB.SearchALXBContactCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Contacts'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.SearchContactsResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.SearchContactsResponse 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.ALXB.SearchALXBContactCmdlet.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="P:Amazon.PowerShell.Cmdlets.ALXB.SearchALXBContactCmdlet.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.ALXB.SearchALXBNetworkProfileCmdlet">
            <summary>
            Searches network profiles and lists the ones that meet a set of filter and sort criteria.<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.ALXB.SearchALXBNetworkProfileCmdlet.Filter">
            <summary>
            <para>
            <para>The filters to use to list a specified set of network profiles. Valid filters are
            NetworkProfileName, Ssid, and SecurityType.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SearchALXBNetworkProfileCmdlet.SortCriterion">
            <summary>
            <para>
            <para>The sort order to use to list the specified set of network profiles. Valid sort criteria
            includes NetworkProfileName, Ssid, and SecurityType.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SearchALXBNetworkProfileCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to include in the response. If more results exist than
            the specified MaxResults value, a token is included in the response so that the remaining
            results can be retrieved. </para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            <para>If a value for this parameter is not specified the cmdlet will use a default value of '<b>10</b>'.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SearchALXBNetworkProfileCmdlet.NextToken">
            <summary>
            <para>
            <para>An optional token returned from a prior request. Use this token for pagination of
            results from this action. If this parameter is specified, the response includes only
            results beyond the token, up to the value specified by MaxResults. </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.ALXB.SearchALXBNetworkProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'NetworkProfiles'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.SearchNetworkProfilesResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.SearchNetworkProfilesResponse 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.ALXB.SearchALXBNetworkProfileCmdlet.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="P:Amazon.PowerShell.Cmdlets.ALXB.SearchALXBNetworkProfileCmdlet.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.ALXB.SendALXBAnnouncementCmdlet">
            <summary>
            Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms
            that are identified by a search or filter.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SendALXBAnnouncementCmdlet.Content_AudioList">
            <summary>
            <para>
            <para>The list of audio messages.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SendALXBAnnouncementCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>The unique, user-specified identifier for the request that ensures idempotency.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SendALXBAnnouncementCmdlet.RoomFilter">
            <summary>
            <para>
            <para>The filters to use to send an announcement to a specified list of rooms. The supported
            filter keys are RoomName, ProfileName, RoomArn, and ProfileArn. To send to all rooms,
            specify an empty RoomFilters list.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SendALXBAnnouncementCmdlet.Content_SsmlList">
            <summary>
            <para>
            <para>The list of SSML messages.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SendALXBAnnouncementCmdlet.Content_TextList">
            <summary>
            <para>
            <para>The list of text messages.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SendALXBAnnouncementCmdlet.TimeToLiveInSecond">
            <summary>
            <para>
            <para>The time to live for an announcement. Default is 300. If delivery doesn't occur within
            this time, the announcement is not delivered.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SendALXBAnnouncementCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'AnnouncementArn'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.AlexaForBusiness.Model.SendAnnouncementResponse).
            Specifying the name of a property of type Amazon.AlexaForBusiness.Model.SendAnnouncementResponse 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.ALXB.SendALXBAnnouncementCmdlet.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.ALXB.SendALXBInvitationCmdlet">
            <summary>
            Sends an enrollment invitation email with a URL to a user. The URL is valid for 30
            days or until you call this operation again, whichever comes first.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SendALXBInvitationCmdlet.UserArn">
            <summary>
            <para>
            <para>The ARN of the user to whom to send an invitation. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SendALXBInvitationCmdlet.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.AlexaForBusiness.Model.SendInvitationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SendALXBInvitationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the UserArn parameter.
            The -PassThru parameter is deprecated, use -Select '^UserArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SendALXBInvitationCmdlet.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.ALXB.SetALXBRoomSkillParameterCmdlet">
            <summary>
            Updates room skill parameter details by room, skill, and parameter key ID. Not all
            skills have a room skill parameter.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SetALXBRoomSkillParameterCmdlet.RoomArn">
            <summary>
            <para>
            <para>The ARN of the room associated with the room skill parameter. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SetALXBRoomSkillParameterCmdlet.RoomSkillParameter">
            <summary>
            <para>
            <para>The updated room skill parameter. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SetALXBRoomSkillParameterCmdlet.SkillId">
            <summary>
            <para>
            <para>The ARN of the skill associated with the room skill parameter. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SetALXBRoomSkillParameterCmdlet.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.AlexaForBusiness.Model.PutRoomSkillParameterResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SetALXBRoomSkillParameterCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RoomSkillParameter parameter.
            The -PassThru parameter is deprecated, use -Select '^RoomSkillParameter' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.SetALXBRoomSkillParameterCmdlet.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.ALXB.StartALXBDeviceSyncCmdlet">
            <summary>
            Resets a device and its account to the known default settings. This clears all information
            and settings set by previous users in the following ways:
             
             <ul><li><para>
            Bluetooth - This unpairs all bluetooth devices paired with your echo device.
            </para></li><li><para>
            Volume - This resets the echo device's volume to the default value.
            </para></li><li><para>
            Notifications - This clears all notifications from your echo device.
            </para></li><li><para>
            Lists - This clears all to-do items from your echo device.
            </para></li><li><para>
            Settings - This internally syncs the room's profile (if the device is assigned to
            a room), contacts, address books, delegation access for account linking, and communications
            (if enabled on the room profile).
            </para></li></ul>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.StartALXBDeviceSyncCmdlet.DeviceArn">
            <summary>
            <para>
            <para>The ARN of the device to sync. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.StartALXBDeviceSyncCmdlet.Feature">
            <summary>
            <para>
            <para>Request structure to start the device sync. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.StartALXBDeviceSyncCmdlet.RoomArn">
            <summary>
            <para>
            <para>The ARN of the room with which the device to sync is associated. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.StartALXBDeviceSyncCmdlet.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.AlexaForBusiness.Model.StartDeviceSyncResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.StartALXBDeviceSyncCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.StartALXBDeviceSyncCmdlet.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.ALXB.StartALXBSmartHomeApplianceDiscoveryCmdlet">
            <summary>
            Initiates the discovery of any smart home appliances associated with the room.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.StartALXBSmartHomeApplianceDiscoveryCmdlet.RoomArn">
            <summary>
            <para>
            <para>The room where smart home appliance discovery was initiated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.StartALXBSmartHomeApplianceDiscoveryCmdlet.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.AlexaForBusiness.Model.StartSmartHomeApplianceDiscoveryResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.StartALXBSmartHomeApplianceDiscoveryCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RoomArn parameter.
            The -PassThru parameter is deprecated, use -Select '^RoomArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.StartALXBSmartHomeApplianceDiscoveryCmdlet.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.ALXB.UpdateALXBAddressBookCmdlet">
            <summary>
            Updates address book details by the address book ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBAddressBookCmdlet.AddressBookArn">
            <summary>
            <para>
            <para>The ARN of the room to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBAddressBookCmdlet.Description">
            <summary>
            <para>
            <para>The updated description of the room.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBAddressBookCmdlet.Name">
            <summary>
            <para>
            <para>The updated name of the room.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBAddressBookCmdlet.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.AlexaForBusiness.Model.UpdateAddressBookResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBAddressBookCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AddressBookArn parameter.
            The -PassThru parameter is deprecated, use -Select '^AddressBookArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBAddressBookCmdlet.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.ALXB.UpdateALXBBusinessReportScheduleCmdlet">
            <summary>
            Updates the configuration of the report delivery schedule with the specified schedule
            ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBBusinessReportScheduleCmdlet.Format">
            <summary>
            <para>
            <para>The format of the generated report (individual CSV files or zipped files of individual
            files).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBBusinessReportScheduleCmdlet.S3BucketName">
            <summary>
            <para>
            <para>The S3 location of the output reports.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBBusinessReportScheduleCmdlet.S3KeyPrefix">
            <summary>
            <para>
            <para>The S3 key where the report is delivered.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBBusinessReportScheduleCmdlet.ScheduleArn">
            <summary>
            <para>
            <para>The ARN of the business report schedule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBBusinessReportScheduleCmdlet.ScheduleName">
            <summary>
            <para>
            <para>The name identifier of the schedule.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBBusinessReportScheduleCmdlet.Recurrence_StartDate">
            <summary>
            <para>
            <para>The start date.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBBusinessReportScheduleCmdlet.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.AlexaForBusiness.Model.UpdateBusinessReportScheduleResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBBusinessReportScheduleCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ScheduleArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ScheduleArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBBusinessReportScheduleCmdlet.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.ALXB.UpdateALXBConferenceProviderCmdlet">
            <summary>
            Updates an existing conference provider's settings.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBConferenceProviderCmdlet.IPDialIn_CommsProtocol">
            <summary>
            <para>
            <para>The protocol, including SIP, SIPS, and H323.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBConferenceProviderCmdlet.ConferenceProviderArn">
            <summary>
            <para>
            <para>The ARN of the conference provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBConferenceProviderCmdlet.ConferenceProviderType">
            <summary>
            <para>
            <para>The type of the conference provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBConferenceProviderCmdlet.PSTNDialIn_CountryCode">
            <summary>
            <para>
            <para>The zip code.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBConferenceProviderCmdlet.IPDialIn_Endpoint">
            <summary>
            <para>
            <para>The IP address.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBConferenceProviderCmdlet.PSTNDialIn_OneClickIdDelay">
            <summary>
            <para>
            <para>The delay duration before Alexa enters the conference ID with dual-tone multi-frequency
            (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send
            data over the telephone network.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBConferenceProviderCmdlet.PSTNDialIn_OneClickPinDelay">
            <summary>
            <para>
            <para>The delay duration before Alexa enters the conference pin with dual-tone multi-frequency
            (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send
            data over the telephone network.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBConferenceProviderCmdlet.PSTNDialIn_PhoneNumber">
            <summary>
            <para>
            <para>The phone number to call to join the conference.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBConferenceProviderCmdlet.MeetingSetting_RequirePin">
            <summary>
            <para>
            <para>The values that indicate whether the pin is always required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBConferenceProviderCmdlet.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.AlexaForBusiness.Model.UpdateConferenceProviderResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBConferenceProviderCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConferenceProviderArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ConferenceProviderArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBConferenceProviderCmdlet.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.ALXB.UpdateALXBContactCmdlet">
            <summary>
            Updates the contact details by the contact ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBContactCmdlet.ContactArn">
            <summary>
            <para>
            <para>The ARN of the contact to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBContactCmdlet.DisplayName">
            <summary>
            <para>
            <para>The updated display name of the contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBContactCmdlet.FirstName">
            <summary>
            <para>
            <para>The updated first name of the contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBContactCmdlet.LastName">
            <summary>
            <para>
            <para>The updated last name of the contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBContactCmdlet.PhoneNumber">
            <summary>
            <para>
            <para>The updated phone number of the contact. The phone number type defaults to WORK. You
            can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers,
            which lets you specify the phone number type and multiple numbers.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBContactCmdlet.PhoneNumberList">
            <summary>
            <para>
            <para>The list of phone numbers for the contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBContactCmdlet.SipAddress">
            <summary>
            <para>
            <para>The list of SIP addresses for the contact.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBContactCmdlet.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.AlexaForBusiness.Model.UpdateContactResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBContactCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ContactArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ContactArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBContactCmdlet.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.ALXB.UpdateALXBDeviceCmdlet">
            <summary>
            Updates the device name by device ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBDeviceCmdlet.DeviceArn">
            <summary>
            <para>
            <para>The ARN of the device to update. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBDeviceCmdlet.DeviceName">
            <summary>
            <para>
            <para>The updated device name. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBDeviceCmdlet.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.AlexaForBusiness.Model.UpdateDeviceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DeviceName parameter.
            The -PassThru parameter is deprecated, use -Select '^DeviceName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBDeviceCmdlet.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.ALXB.UpdateALXBGatewayCmdlet">
            <summary>
            Updates the details of a gateway. If any optional field is not provided, the existing
            corresponding value is left unmodified.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBGatewayCmdlet.Description">
            <summary>
            <para>
            <para>The updated description of the gateway.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBGatewayCmdlet.GatewayArn">
            <summary>
            <para>
            <para>The ARN of the gateway to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBGatewayCmdlet.Name">
            <summary>
            <para>
            <para>The updated name of the gateway.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBGatewayCmdlet.SoftwareVersion">
            <summary>
            <para>
            <para>The updated software version of the gateway. The gateway automatically updates its
            software version during normal operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBGatewayCmdlet.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.AlexaForBusiness.Model.UpdateGatewayResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBGatewayCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the GatewayArn parameter.
            The -PassThru parameter is deprecated, use -Select '^GatewayArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBGatewayCmdlet.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.ALXB.UpdateALXBGatewayGroupCmdlet">
            <summary>
            Updates the details of a gateway group. If any optional field is not provided, the
            existing corresponding value is left unmodified.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBGatewayGroupCmdlet.Description">
            <summary>
            <para>
            <para>The updated description of the gateway group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBGatewayGroupCmdlet.GatewayGroupArn">
            <summary>
            <para>
            <para>The ARN of the gateway group to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBGatewayGroupCmdlet.Name">
            <summary>
            <para>
            <para>The updated name of the gateway group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBGatewayGroupCmdlet.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.AlexaForBusiness.Model.UpdateGatewayGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBGatewayGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the GatewayGroupArn parameter.
            The -PassThru parameter is deprecated, use -Select '^GatewayGroupArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBGatewayGroupCmdlet.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.ALXB.UpdateALXBNetworkProfileCmdlet">
            <summary>
            Updates a network profile by the network profile ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBNetworkProfileCmdlet.CertificateAuthorityArn">
            <summary>
            <para>
            <para>The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager
            (ACM). This is used to issue certificates to the devices. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBNetworkProfileCmdlet.CurrentPassword">
            <summary>
            <para>
            <para>The current password of the Wi-Fi network.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBNetworkProfileCmdlet.Description">
            <summary>
            <para>
            <para>Detailed information about a device's network profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBNetworkProfileCmdlet.NetworkProfileArn">
            <summary>
            <para>
            <para>The ARN of the network profile associated with a device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBNetworkProfileCmdlet.NetworkProfileName">
            <summary>
            <para>
            <para>The name of the network profile associated with a device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBNetworkProfileCmdlet.NextPassword">
            <summary>
            <para>
            <para>The next, or subsequent, password of the Wi-Fi network. This password is asynchronously
            transmitted to the device and is used when the password of the network changes to
            NextPassword. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBNetworkProfileCmdlet.TrustAnchor">
            <summary>
            <para>
            <para>The root certificate(s) of your authentication server that will be installed on your
            devices and used to trust your authentication server during EAP negotiation. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBNetworkProfileCmdlet.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.AlexaForBusiness.Model.UpdateNetworkProfileResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBNetworkProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the NetworkProfileArn parameter.
            The -PassThru parameter is deprecated, use -Select '^NetworkProfileArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBNetworkProfileCmdlet.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.ALXB.UpdateALXBProfileCmdlet">
            <summary>
            Updates an existing room profile by room profile ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.Address">
            <summary>
            <para>
            <para>The updated address for the room profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.DataRetentionOptIn">
            <summary>
            <para>
            <para>Whether data retention of the profile is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.DistanceUnit">
            <summary>
            <para>
            <para>The updated distance unit for the room profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.InstantBooking_DurationInMinute">
            <summary>
            <para>
            <para>Duration between 15 and 240 minutes at increments of 15 that determines how long to
            book an available room when a meeting is started with Alexa.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.EndOfMeetingReminder_Enabled">
            <summary>
            <para>
            <para>Whether an end of meeting reminder is enabled or not.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.InstantBooking_Enabled">
            <summary>
            <para>
            <para>Whether instant booking is enabled or not.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.RequireCheckIn_Enabled">
            <summary>
            <para>
            <para>Whether require check in is enabled or not.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.IsDefault">
            <summary>
            <para>
            <para>Sets the profile as default if selected. If this is missing, no update is done to
            the default status.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.Locale">
            <summary>
            <para>
            <para>The updated locale for the room profile. (This is currently only available to a limited
            preview audience.)</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.MaxVolumeLimit">
            <summary>
            <para>
            <para>The updated maximum volume limit for the room profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.ProfileArn">
            <summary>
            <para>
            <para>The ARN of the room profile to update. Required.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.Name">
            <summary>
            <para>
            <para>The updated name for the room profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.PSTNEnabled">
            <summary>
            <para>
            <para>Whether the PSTN setting of the room profile is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.RequireCheckIn_ReleaseAfterMinute">
            <summary>
            <para>
            <para>Duration between 5 and 20 minutes to determine when to release the room if it's not
            checked into. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.EndOfMeetingReminder_ReminderAtMinute">
            <summary>
            <para>
            <para>Updates settings for the end of meeting reminder feature that are applied to a room
            profile. The end of meeting reminder enables Alexa to remind users when a meeting
            is ending. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.EndOfMeetingReminder_ReminderType">
            <summary>
            <para>
            <para>The type of sound that users hear during the end of meeting reminder. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.MeetingRoomConfiguration_RoomUtilizationMetricsEnabled">
            <summary>
            <para>
            <para>Whether room utilization metrics are enabled or not.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.SetupModeDisabled">
            <summary>
            <para>
            <para>Whether the setup mode of the profile is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.TemperatureUnit">
            <summary>
            <para>
            <para>The updated temperature unit for the room profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.Timezone">
            <summary>
            <para>
            <para>The updated timezone for the room profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.WakeWord">
            <summary>
            <para>
            <para>The updated wake word for the room profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.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.AlexaForBusiness.Model.UpdateProfileResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBProfileCmdlet.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.ALXB.UpdateALXBRoomCmdlet">
            <summary>
            Updates room details by room ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBRoomCmdlet.Description">
            <summary>
            <para>
            <para>The updated description for the room.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBRoomCmdlet.ProfileArn">
            <summary>
            <para>
            <para>The updated profile ARN for the room.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBRoomCmdlet.ProviderCalendarId">
            <summary>
            <para>
            <para>The updated provider calendar ARN for the room.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBRoomCmdlet.RoomArn">
            <summary>
            <para>
            <para>The ARN of the room to update. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBRoomCmdlet.RoomName">
            <summary>
            <para>
            <para>The updated name for the room.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBRoomCmdlet.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.AlexaForBusiness.Model.UpdateRoomResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBRoomCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the RoomName parameter.
            The -PassThru parameter is deprecated, use -Select '^RoomName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBRoomCmdlet.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.ALXB.UpdateALXBSkillGroupCmdlet">
            <summary>
            Updates skill group details by skill group ARN.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBSkillGroupCmdlet.Description">
            <summary>
            <para>
            <para>The updated description for the skill group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBSkillGroupCmdlet.SkillGroupArn">
            <summary>
            <para>
            <para>The ARN of the skill group to update. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBSkillGroupCmdlet.SkillGroupName">
            <summary>
            <para>
            <para>The updated name for the skill group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBSkillGroupCmdlet.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.AlexaForBusiness.Model.UpdateSkillGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBSkillGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillGroupName parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillGroupName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.UpdateALXBSkillGroupCmdlet.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.ALXB.WriteALXBConferencePreferenceCmdlet">
            <summary>
            Sets the conference preferences on a specific conference provider at the account level.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBConferencePreferenceCmdlet.ConferencePreference_DefaultConferenceProviderArn">
            <summary>
            <para>
            <para>The ARN of the default conference provider.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBConferencePreferenceCmdlet.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.AlexaForBusiness.Model.PutConferencePreferenceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBConferencePreferenceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConferencePreference_DefaultConferenceProviderArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ConferencePreference_DefaultConferenceProviderArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBConferencePreferenceCmdlet.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.ALXB.WriteALXBInvitationConfigurationCmdlet">
            <summary>
            Configures the email template for the user enrollment invitation with the specified
            attributes.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBInvitationConfigurationCmdlet.ContactEmail">
            <summary>
            <para>
            <para>The email ID of the organization or individual contact that the enrolled user can
            use. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBInvitationConfigurationCmdlet.OrganizationName">
            <summary>
            <para>
            <para>The name of the organization sending the enrollment invite to a user.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBInvitationConfigurationCmdlet.PrivateSkillId">
            <summary>
            <para>
            <para>The list of private skill IDs that you want to recommend to the user to enable in
            the invitation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBInvitationConfigurationCmdlet.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.AlexaForBusiness.Model.PutInvitationConfigurationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBInvitationConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the OrganizationName parameter.
            The -PassThru parameter is deprecated, use -Select '^OrganizationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBInvitationConfigurationCmdlet.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.ALXB.WriteALXBSkillAuthorizationCmdlet">
            <summary>
            Links a user's account to a third-party skill provider. If this API operation is called
            by an assumed IAM role, the skill being linked must be a private skill. Also, the
            skill must be owned by the AWS account that assumed the IAM role.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBSkillAuthorizationCmdlet.AuthorizationResult">
            <summary>
            <para>
            <para>The authorization result specific to OAUTH code grant output. "Code” must be populated
            in the AuthorizationResult map to establish the authorization.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBSkillAuthorizationCmdlet.RoomArn">
            <summary>
            <para>
            <para>The room that the skill is authorized for.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBSkillAuthorizationCmdlet.SkillId">
            <summary>
            <para>
            <para>The unique identifier of a skill.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBSkillAuthorizationCmdlet.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.AlexaForBusiness.Model.PutSkillAuthorizationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBSkillAuthorizationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SkillId parameter.
            The -PassThru parameter is deprecated, use -Select '^SkillId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.WriteALXBSkillAuthorizationCmdlet.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>