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.PassThru">
            <summary>
            Returns the value passed to the ContactArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the DeviceArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the DeviceArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the Tag parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the SkillGroupArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the SkillId parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the SkillId parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the SkillId parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the SkillId parameter.
            By default, this cmdlet does not generate any output.
            </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 operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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 operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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 operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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 operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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 operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBBusinessReportScheduleListCmdlet">
            <summary>
            Lists the details of the schedules that a user configured.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBConferencePreferenceCmdlet">
            <summary>
            Retrieves the existing conference preferences.
            </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="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBConferenceProviderListCmdlet">
            <summary>
            Lists conference providers under a specific AWS account.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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="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="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBDeviceEventListCmdlet">
            <summary>
            Lists the device event history, including device connection status, for up to 30 days.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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="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="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 operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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 operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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="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="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="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="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="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="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillListCmdlet">
            <summary>
            Lists all enabled skills in a specific skill group.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillListCmdlet.EnablementType">
            <summary>
            <para>
            <para>Whether the skill is enabled under the user's account, or if it requires linking to
            be used.</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. Required.</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. Required.</para>
            </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>. 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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillsStoreCategoryListCmdlet">
            <summary>
            Lists all categories in the Alexa skill store.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBSkillsStoreSkillListByCategoryCmdlet">
            <summary>
            Lists all skills in the Alexa skill store by category.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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 operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.ALXB.GetALXBTagListCmdlet">
            <summary>
            Lists all tags for the specified resource.<br/><br/>This operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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.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.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.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.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.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.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.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.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.Locale">
            <summary>
            <para>
            <para>The locale of the room profile.</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.SetupModeDisabled">
            <summary>
            <para>
            <para>Whether room profile setup is enabled.</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.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.</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.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.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.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.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.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.PassThru">
            <summary>
            Returns the value passed to the AddressBookArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the ScheduleArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the ConferenceProviderArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the ContactArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the ContactArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the DeviceArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the DeviceArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the DeviceArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the GatewayGroupArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the NetworkProfileArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the ProfileArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the TagKey parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the RoomArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the SkillId parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the SkillId parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the SkillId parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the SkillId parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the SkillGroupArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the SkillGroupArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the RoomArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the EnrollmentId parameter.
            By default, this cmdlet does not generate any output.
            </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.
            </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.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.PassThru">
            <summary>
            Returns the value passed to the EnrollmentId parameter.
            By default, this cmdlet does not generate any output.
            </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 operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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="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 operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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="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 operation automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output.
            </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>
            </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, assign $null, for the first call, and the value of $AWSHistory.LastServiceResponse.NextToken, for subsequent calls, to this parameter.
            </para>
            </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="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.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.PassThru">
            <summary>
            Returns the value passed to the UserArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the RoomSkillParameter parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the DeviceArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the RoomArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the AddressBookArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the ScheduleArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the ConferenceProviderArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the ContactArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the DeviceName parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the GatewayArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the GatewayGroupArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the NetworkProfileArn parameter.
            By default, this cmdlet does not generate any output.
            </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.DistanceUnit">
            <summary>
            <para>
            <para>The updated distance unit for the room profile.</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.</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.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.PassThru">
            <summary>
            Returns the value passed to the Name parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the RoomName parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the SkillGroupName parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the ConferencePreference_DefaultConferenceProviderArn parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the OrganizationName parameter.
            By default, this cmdlet does not generate any output.
            </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.PassThru">
            <summary>
            Returns the value passed to the SkillId parameter.
            By default, this cmdlet does not generate any output.
            </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>