AWS.Tools.IoTWireless.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.IoTWireless</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.AddIOTWResourceTagCmdlet">
            <summary>
            Adds a tag to a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.AddIOTWResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource to add tags to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.AddIOTWResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>Adds to or modifies the tags of the given resource. Tags are metadata that you can
            use to manage a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.AddIOTWResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.AddIOTWResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.AddIOTWResourceTagCmdlet.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.IOTW.GetIOTWDestinationCmdlet">
            <summary>
            Gets information about a destination.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDestinationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the resource to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDestinationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetDestinationResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetDestinationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDestinationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDestinationListCmdlet">
            <summary>
            Lists the destinations registered to your AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDestinationListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in this operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDestinationListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDestinationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DestinationList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListDestinationsResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListDestinationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDeviceProfileCmdlet">
            <summary>
            Gets information about a device profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDeviceProfileCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDeviceProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetDeviceProfileResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetDeviceProfileResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDeviceProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDeviceProfileListCmdlet">
            <summary>
            Lists the device profiles registered to your AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDeviceProfileListCmdlet.DeviceProfileType">
            <summary>
            <para>
            <para>A filter to list only device profiles that use this type, which can be <c>LoRaWAN</c>
            or <c>Sidewalk</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDeviceProfileListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in this operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDeviceProfileListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDeviceProfileListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DeviceProfileList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListDeviceProfilesResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListDeviceProfilesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDevicesForWirelessDeviceImportTaskListCmdlet">
            <summary>
            List the Sidewalk devices in an import task and their onboarding status.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDevicesForWirelessDeviceImportTaskListCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the import task for which wireless devices are listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDevicesForWirelessDeviceImportTaskListCmdlet.Status">
            <summary>
            <para>
            <para>The status of the devices in the import task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDevicesForWirelessDeviceImportTaskListCmdlet.MaxResult">
            <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.IOTW.GetIOTWDevicesForWirelessDeviceImportTaskListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <c>null</c> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDevicesForWirelessDeviceImportTaskListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListDevicesForWirelessDeviceImportTaskResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListDevicesForWirelessDeviceImportTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWDevicesForWirelessDeviceImportTaskListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWEventConfigurationByResourceTypeCmdlet">
            <summary>
            Get the event configuration based on resource types.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWEventConfigurationByResourceTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetEventConfigurationByResourceTypesResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetEventConfigurationByResourceTypesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWEventConfigurationListCmdlet">
            <summary>
            List event configurations where at least one event topic has been enabled.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWEventConfigurationListCmdlet.ResourceType">
            <summary>
            <para>
            <para>Resource type to filter event configurations.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWEventConfigurationListCmdlet.MaxResult">
            <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.IOTW.GetIOTWEventConfigurationListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWEventConfigurationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'EventConfigurationsList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListEventConfigurationsResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListEventConfigurationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWEventConfigurationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceType parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWFuotaTaskCmdlet">
            <summary>
            Gets information about a FUOTA task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWFuotaTaskCmdlet.Id">
            <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.IOTW.GetIOTWFuotaTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetFuotaTaskResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetFuotaTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWFuotaTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWFuotaTaskListCmdlet">
            <summary>
            Lists the FUOTA tasks registered to your AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWFuotaTaskListCmdlet.MaxResult">
            <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.IOTW.GetIOTWFuotaTaskListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWFuotaTaskListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'FuotaTaskList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListFuotaTasksResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListFuotaTasksResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWLogLevelsByResourceTypeCmdlet">
            <summary>
            Returns current default log levels or log levels by resource types. Based on resource
            types, log levels can be for wireless device log options or wireless gateway log options.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWLogLevelsByResourceTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetLogLevelsByResourceTypesResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetLogLevelsByResourceTypesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMetricCmdlet">
            <summary>
            Get the summary metrics for this AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMetricCmdlet.SummaryMetricQuery">
            <summary>
            <para>
            <para>The list of queries to retrieve the summary metrics.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMetricCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SummaryMetricQueryResults'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetMetricsResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetMetricsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMetricConfigurationCmdlet">
            <summary>
            Get the metric configuration status for this AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMetricConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'SummaryMetric'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetMetricConfigurationResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetMetricConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMulticastGroupCmdlet">
            <summary>
            Gets information about a multicast group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMulticastGroupCmdlet.Id">
            <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.IOTW.GetIOTWMulticastGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetMulticastGroupResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetMulticastGroupResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMulticastGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMulticastGroupListCmdlet">
            <summary>
            Lists the multicast groups registered to your AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMulticastGroupListCmdlet.MaxResult">
            <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.IOTW.GetIOTWMulticastGroupListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMulticastGroupListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MulticastGroupList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListMulticastGroupsResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListMulticastGroupsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMulticastGroupsByFuotaTaskListCmdlet">
            <summary>
            List all multicast groups associated with a fuota task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMulticastGroupsByFuotaTaskListCmdlet.Id">
            <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.IOTW.GetIOTWMulticastGroupsByFuotaTaskListCmdlet.MaxResult">
            <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.IOTW.GetIOTWMulticastGroupsByFuotaTaskListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMulticastGroupsByFuotaTaskListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MulticastGroupList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListMulticastGroupsByFuotaTaskResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListMulticastGroupsByFuotaTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMulticastGroupsByFuotaTaskListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMulticastGroupSessionCmdlet">
            <summary>
            Gets information about a multicast group session.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMulticastGroupSessionCmdlet.Id">
            <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.IOTW.GetIOTWMulticastGroupSessionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'LoRaWAN'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetMulticastGroupSessionResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetMulticastGroupSessionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWMulticastGroupSessionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWNetworkAnalyzerConfigurationCmdlet">
            <summary>
            Get network analyzer configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWNetworkAnalyzerConfigurationCmdlet.ConfigurationName">
            <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.IOTW.GetIOTWNetworkAnalyzerConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetNetworkAnalyzerConfigurationResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetNetworkAnalyzerConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWNetworkAnalyzerConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConfigurationName parameter.
            The -PassThru parameter is deprecated, use -Select '^ConfigurationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWNetworkAnalyzerConfigurationListCmdlet">
            <summary>
            Lists the network analyzer configurations.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWNetworkAnalyzerConfigurationListCmdlet.MaxResult">
            <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.IOTW.GetIOTWNetworkAnalyzerConfigurationListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWNetworkAnalyzerConfigurationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'NetworkAnalyzerConfigurationList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListNetworkAnalyzerConfigurationsResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListNetworkAnalyzerConfigurationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPartnerAccountCmdlet">
            <summary>
            Gets information about a partner account. If <c>PartnerAccountId</c> and <c>PartnerType</c>
            are <c>null</c>, returns all partner accounts.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPartnerAccountCmdlet.PartnerAccountId">
            <summary>
            <para>
            <para>The partner account ID to disassociate from the AWS account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPartnerAccountCmdlet.PartnerType">
            <summary>
            <para>
            <para>The partner type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPartnerAccountCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetPartnerAccountResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetPartnerAccountResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPartnerAccountCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PartnerAccountId parameter.
            The -PassThru parameter is deprecated, use -Select '^PartnerAccountId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPartnerAccountListCmdlet">
            <summary>
            Lists the partner accounts associated with your AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPartnerAccountListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in this operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPartnerAccountListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPartnerAccountListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Sidewalk'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListPartnerAccountsResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListPartnerAccountsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionCmdlet">
            <summary>
            Get the position information for a given resource.
             
             <important><para>
            This action is no longer supported. Calls to retrieve the position information should
            use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a>
            API operation instead.
            </para></important><br/><br/>This operation is deprecated.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionCmdlet.ResourceIdentifier">
            <summary>
            <para>
            <para>Resource identifier used to retrieve the position information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionCmdlet.ResourceType">
            <summary>
            <para>
            <para>Resource type of the resource for which position information is retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetPositionResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetPositionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionConfigurationCmdlet">
            <summary>
            Get position configuration for a given resource.
             
             <important><para>
            This action is no longer supported. Calls to retrieve the position configuration should
            use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a>
            API operation instead.
            </para></important><br/><br/>This operation is deprecated.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionConfigurationCmdlet.ResourceIdentifier">
            <summary>
            <para>
            <para>Resource identifier used in a position configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionConfigurationCmdlet.ResourceType">
            <summary>
            <para>
            <para>Resource type of the resource for which position configuration is retrieved.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetPositionConfigurationResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetPositionConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionConfigurationListCmdlet">
            <summary>
            List position configurations for a given resource, such as positioning solvers.
             
             <important><para>
            This action is no longer supported. Calls to retrieve position information should
            use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_GetResourcePosition.html">GetResourcePosition</a>
            API operation instead.
            </para></important><br/><br/>This operation is deprecated.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionConfigurationListCmdlet.ResourceType">
            <summary>
            <para>
            <para>Resource type for which position configurations are listed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionConfigurationListCmdlet.MaxResult">
            <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.IOTW.GetIOTWPositionConfigurationListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionConfigurationListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'PositionConfigurationList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListPositionConfigurationsResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListPositionConfigurationsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionConfigurationListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceType parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet">
            <summary>
            Get estimated position information as a payload in GeoJSON format. The payload measurement
            data is resolved using solvers that are provided by third-party vendors.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.Gnss_AssistAltitude">
            <summary>
            <para>
            <para>Optional assistance altitude, which is the altitude of the device at capture time,
            specified in meters above the WGS84 reference ellipsoid.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.Gnss_AssistPosition">
            <summary>
            <para>
            <para>Optional assistance position information, specified using latitude and longitude values
            in degrees. The coordinates are inside the WGS84 reference frame.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.Gnss_CaptureTime">
            <summary>
            <para>
            <para>Optional parameter that gives an estimate of the time when the GNSS scan information
            is taken, in seconds GPS time (GPST). If capture time is not specified, the local
            server time is used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.Gnss_CaptureTimeAccuracy">
            <summary>
            <para>
            <para>Optional value that gives the capture time estimate accuracy, in seconds. If capture
            time accuracy is not specified, default value of 300 is used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.CellTowers_Cdma">
            <summary>
            <para>
            <para>CDMA object information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.CellTowers_Gsm">
            <summary>
            <para>
            <para>GSM object information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.Ip_IpAddress">
            <summary>
            <para>
            <para>IP address information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.CellTowers_Lte">
            <summary>
            <para>
            <para>LTE object information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.Gnss_Payload">
            <summary>
            <para>
            <para>Payload that contains the GNSS scan result, or NAV message, in hexadecimal notation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.CellTowers_Tdscdma">
            <summary>
            <para>
            <para>TD-SCDMA object information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.Timestamp">
            <summary>
            <para>
            <para>Optional information that specifies the time when the position information will be
            resolved. It uses the Unix timestamp format. If not specified, the time at which the
            request was received will be used.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.Gnss_Use2DSolver">
            <summary>
            <para>
            <para>Optional parameter that forces 2D solve, which modifies the positioning algorithm
            to a 2D solution problem. When this parameter is specified, the assistance altitude
            should have an accuracy of at least 10 meters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.CellTowers_Wcdma">
            <summary>
            <para>
            <para>WCDMA object information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.WiFiAccessPoint">
            <summary>
            <para>
            <para>Retrieves an estimated device position by resolving WLAN measurement data. The position
            is resolved using HERE's Wi-Fi based solver.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'GeoJsonPayload'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetPositionEstimateResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetPositionEstimateResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWPositionEstimateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Timestamp parameter.
            The -PassThru parameter is deprecated, use -Select '^Timestamp' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWQueuedMessageListCmdlet">
            <summary>
            List queued messages in the downlink queue.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWQueuedMessageListCmdlet.Id">
            <summary>
            <para>
            <para>The ID of a given wireless device which the downlink message packets are being sent.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWQueuedMessageListCmdlet.WirelessDeviceType">
            <summary>
            <para>
            <para>The wireless device type, whic can be either Sidewalk or LoRaWAN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWQueuedMessageListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in this operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWQueuedMessageListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWQueuedMessageListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'DownlinkQueueMessagesList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListQueuedMessagesResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListQueuedMessagesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWQueuedMessageListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourceEventConfigurationCmdlet">
            <summary>
            Get the event configuration for a particular resource identifier.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourceEventConfigurationCmdlet.Identifier">
            <summary>
            <para>
            <para>Resource identifier to opt in for event messaging.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourceEventConfigurationCmdlet.IdentifierType">
            <summary>
            <para>
            <para>Identifier type of the particular resource identifier for event configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourceEventConfigurationCmdlet.PartnerType">
            <summary>
            <para>
            <para>Partner type of the resource if the identifier type is <c>PartnerAccountId</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourceEventConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetResourceEventConfigurationResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetResourceEventConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourceLogLevelCmdlet">
            <summary>
            Fetches the log-level override, if any, for a given resource-ID and resource-type.
            It can be used for a wireless device or a wireless gateway.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourceLogLevelCmdlet.ResourceIdentifier">
            <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.IOTW.GetIOTWResourceLogLevelCmdlet.ResourceType">
            <summary>
            <para>
            <para>The type of the resource, which can be <c>WirelessDevice</c> or <c>WirelessGateway</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourceLogLevelCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'LogLevel'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetResourceLogLevelResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetResourceLogLevelResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourcePositionCmdlet">
            <summary>
            Get the position information for a given wireless device or a wireless gateway resource.
            The position information uses the <a href="https://gisgeography.com/wgs84-world-geodetic-system/">
            World Geodetic System (WGS84)</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourcePositionCmdlet.ResourceIdentifier">
            <summary>
            <para>
            <para>The identifier of the resource for which position information is retrieved. It can
            be the wireless device ID or the wireless gateway ID, depending on the resource type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourcePositionCmdlet.ResourceType">
            <summary>
            <para>
            <para>The type of resource for which position information is retrieved, which can be a wireless
            device or a wireless gateway.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourcePositionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'GeoJsonPayload'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetResourcePositionResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetResourcePositionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourcePositionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourceTagCmdlet">
            <summary>
            Lists the tags (metadata) you have assigned to the resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource for which you want to list tags.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tags'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWServiceEndpointCmdlet">
            <summary>
            Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol
            or LoRaWAN Network Server (LNS) connections.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWServiceEndpointCmdlet.ServiceType">
            <summary>
            <para>
            <para>The service type for which to get endpoint information about. Can be <c>CUPS</c> for
            the Configuration and Update Server endpoint, or <c>LNS</c> for the LoRaWAN Network
            Server endpoint or <c>CLAIM</c> for the global endpoint.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWServiceEndpointCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetServiceEndpointResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetServiceEndpointResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWServiceEndpointCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ServiceType parameter.
            The -PassThru parameter is deprecated, use -Select '^ServiceType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWServiceProfileCmdlet">
            <summary>
            Gets information about a service profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWServiceProfileCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWServiceProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetServiceProfileResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetServiceProfileResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWServiceProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWServiceProfileListCmdlet">
            <summary>
            Lists the service profiles registered to your AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWServiceProfileListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in this operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWServiceProfileListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWServiceProfileListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'ServiceProfileList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListServiceProfilesResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListServiceProfilesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceCmdlet">
            <summary>
            Gets information about a wireless device.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceCmdlet.Identifier">
            <summary>
            <para>
            <para>The identifier of the wireless device to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceCmdlet.IdentifierType">
            <summary>
            <para>
            <para>The type of identifier used in <c>identifier</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetWirelessDeviceResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetWirelessDeviceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Identifier parameter.
            The -PassThru parameter is deprecated, use -Select '^Identifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceImportTaskCmdlet">
            <summary>
            Get information about an import task and count of device onboarding summary information
            for the import task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceImportTaskCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the import task for which information is requested.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceImportTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetWirelessDeviceImportTaskResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetWirelessDeviceImportTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceImportTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceImportTaskListCmdlet">
            <summary>
            List wireless devices that have been added to an import task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceImportTaskListCmdlet.MaxResult">
            <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.IOTW.GetIOTWWirelessDeviceImportTaskListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <c>null</c> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceImportTaskListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'WirelessDeviceImportTaskList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListWirelessDeviceImportTasksResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListWirelessDeviceImportTasksResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceListCmdlet">
            <summary>
            Lists the wireless devices registered to your AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceListCmdlet.DestinationName">
            <summary>
            <para>
            <para>A filter to list only the wireless devices that use this destination.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceListCmdlet.DeviceProfileId">
            <summary>
            <para>
            <para>A filter to list only the wireless devices that use this device profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceListCmdlet.FuotaTaskId">
            <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.IOTW.GetIOTWWirelessDeviceListCmdlet.MulticastGroupId">
            <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.IOTW.GetIOTWWirelessDeviceListCmdlet.ServiceProfileId">
            <summary>
            <para>
            <para>A filter to list only the wireless devices that use this service profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceListCmdlet.WirelessDeviceType">
            <summary>
            <para>
            <para>A filter to list only the wireless devices that use this wireless device type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in this operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'WirelessDeviceList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListWirelessDevicesResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListWirelessDevicesResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DestinationName parameter.
            The -PassThru parameter is deprecated, use -Select '^DestinationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceStatisticCmdlet">
            <summary>
            Gets operating information about a wireless device.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceStatisticCmdlet.WirelessDeviceId">
            <summary>
            <para>
            <para>The ID of the wireless device for which to get the data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceStatisticCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetWirelessDeviceStatisticsResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetWirelessDeviceStatisticsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessDeviceStatisticCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WirelessDeviceId parameter.
            The -PassThru parameter is deprecated, use -Select '^WirelessDeviceId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayCmdlet">
            <summary>
            Gets information about a wireless gateway.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayCmdlet.Identifier">
            <summary>
            <para>
            <para>The identifier of the wireless gateway to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayCmdlet.IdentifierType">
            <summary>
            <para>
            <para>The type of identifier used in <c>identifier</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetWirelessGatewayResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetWirelessGatewayResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Identifier parameter.
            The -PassThru parameter is deprecated, use -Select '^Identifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayCertificateCmdlet">
            <summary>
            Gets the ID of the certificate that is currently associated with a wireless gateway.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayCertificateCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayCertificateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'IotCertificateId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetWirelessGatewayCertificateResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetWirelessGatewayCertificateResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayCertificateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayFirmwareInformationCmdlet">
            <summary>
            Gets the firmware version and other information about a wireless gateway.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayFirmwareInformationCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayFirmwareInformationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'LoRaWAN'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetWirelessGatewayFirmwareInformationResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetWirelessGatewayFirmwareInformationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayFirmwareInformationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayListCmdlet">
            <summary>
            Lists the wireless gateways registered to your AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in this operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'WirelessGatewayList'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListWirelessGatewaysResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListWirelessGatewaysResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayStatisticCmdlet">
            <summary>
            Gets operating information about a wireless gateway.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayStatisticCmdlet.WirelessGatewayId">
            <summary>
            <para>
            <para>The ID of the wireless gateway for which to get the data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayStatisticCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetWirelessGatewayStatisticsResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetWirelessGatewayStatisticsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayStatisticCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the WirelessGatewayId parameter.
            The -PassThru parameter is deprecated, use -Select '^WirelessGatewayId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskCmdlet">
            <summary>
            Gets information about a wireless gateway task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetWirelessGatewayTaskResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetWirelessGatewayTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskDefinitionCmdlet">
            <summary>
            Gets information about a wireless gateway task definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskDefinitionCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to get.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskDefinitionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.GetWirelessGatewayTaskDefinitionResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.GetWirelessGatewayTaskDefinitionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskDefinitionListCmdlet">
            <summary>
            List the wireless gateway tasks definitions registered to your AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskDefinitionListCmdlet.TaskDefinitionType">
            <summary>
            <para>
            <para>A filter to list only the wireless gateway task definitions that use this task definition
            type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskDefinitionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of results to return in this operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskDefinitionListCmdlet.NextToken">
            <summary>
            <para>
            <para>To retrieve the next set of results, the <c>nextToken</c> value from a previous response;
            otherwise <b>null</b> to receive the first set of results.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskDefinitionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TaskDefinitions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ListWirelessGatewayTaskDefinitionsResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.ListWirelessGatewayTaskDefinitionsResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.GetIOTWWirelessGatewayTaskDefinitionListCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the TaskDefinitionType parameter.
            The -PassThru parameter is deprecated, use -Select '^TaskDefinitionType' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWAwsAccountWithPartnerAccountCmdlet">
            <summary>
            Associates a partner account with your AWS account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWAwsAccountWithPartnerAccountCmdlet.Sidewalk_AmazonId">
            <summary>
            <para>
            <para>The Sidewalk Amazon ID.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWAwsAccountWithPartnerAccountCmdlet.Sidewalk_AppServerPrivateKey">
            <summary>
            <para>
            <para>The Sidewalk application server private key.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWAwsAccountWithPartnerAccountCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>Each resource must have a unique client request token. The client token is used to
            implement idempotency. It ensures that the request completes no more than one time.
            If you retry a request with the same token and the same parameters, the request will
            complete successfully. However, if you try to create a new resource using the same
            token but different parameters, an HTTP 409 conflict occurs. If you omit this value,
            AWS SDKs will automatically generate a unique client request. For more information
            about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
            idempotency in Amazon EC2 API requests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWAwsAccountWithPartnerAccountCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to attach to the specified resource. Tags are metadata that you can use to
            manage a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWAwsAccountWithPartnerAccountCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Sidewalk'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.AssociateAwsAccountWithPartnerAccountResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.AssociateAwsAccountWithPartnerAccountResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWAwsAccountWithPartnerAccountCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ClientRequestToken parameter.
            The -PassThru parameter is deprecated, use -Select '^ClientRequestToken' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWAwsAccountWithPartnerAccountCmdlet.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.IOTW.JoinIOTWMulticastGroupWithFuotaTaskCmdlet">
            <summary>
            Associate a multicast group with a FUOTA task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWMulticastGroupWithFuotaTaskCmdlet.Id">
            <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.IOTW.JoinIOTWMulticastGroupWithFuotaTaskCmdlet.MulticastGroupId">
            <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.IOTW.JoinIOTWMulticastGroupWithFuotaTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.AssociateMulticastGroupWithFuotaTaskResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWMulticastGroupWithFuotaTaskCmdlet.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.IOTW.JoinIOTWWirelessDeviceWithFuotaTaskCmdlet">
            <summary>
            Associate a wireless device with a FUOTA task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessDeviceWithFuotaTaskCmdlet.Id">
            <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.IOTW.JoinIOTWWirelessDeviceWithFuotaTaskCmdlet.WirelessDeviceId">
            <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.IOTW.JoinIOTWWirelessDeviceWithFuotaTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.AssociateWirelessDeviceWithFuotaTaskResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessDeviceWithFuotaTaskCmdlet.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.IOTW.JoinIOTWWirelessDeviceWithMulticastGroupCmdlet">
            <summary>
            Associates a wireless device with a multicast group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessDeviceWithMulticastGroupCmdlet.Id">
            <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.IOTW.JoinIOTWWirelessDeviceWithMulticastGroupCmdlet.WirelessDeviceId">
            <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.IOTW.JoinIOTWWirelessDeviceWithMulticastGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.AssociateWirelessDeviceWithMulticastGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessDeviceWithMulticastGroupCmdlet.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.IOTW.JoinIOTWWirelessDeviceWithThingCmdlet">
            <summary>
            Associates a wireless device with a thing.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessDeviceWithThingCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessDeviceWithThingCmdlet.ThingArn">
            <summary>
            <para>
            <para>The ARN of the thing to associate with the wireless device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessDeviceWithThingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.AssociateWirelessDeviceWithThingResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessDeviceWithThingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessDeviceWithThingCmdlet.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.IOTW.JoinIOTWWirelessGatewayWithCertificateCmdlet">
            <summary>
            Associates a wireless gateway with a certificate.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessGatewayWithCertificateCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessGatewayWithCertificateCmdlet.IotCertificateId">
            <summary>
            <para>
            <para>The ID of the certificate to associate with the wireless gateway.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessGatewayWithCertificateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'IotCertificateId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.AssociateWirelessGatewayWithCertificateResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.AssociateWirelessGatewayWithCertificateResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessGatewayWithCertificateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessGatewayWithCertificateCmdlet.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.IOTW.JoinIOTWWirelessGatewayWithThingCmdlet">
            <summary>
            Associates a wireless gateway with a thing.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessGatewayWithThingCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessGatewayWithThingCmdlet.ThingArn">
            <summary>
            <para>
            <para>The ARN of the thing to associate with the wireless gateway.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessGatewayWithThingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.AssociateWirelessGatewayWithThingResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessGatewayWithThingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.JoinIOTWWirelessGatewayWithThingCmdlet.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.IOTW.NewIOTWDestinationCmdlet">
            <summary>
            Creates a new destination that maps a device message to an AWS IoT rule.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDestinationCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>Each resource must have a unique client request token. The client token is used to
            implement idempotency. It ensures that the request completes no more than one time.
            If you retry a request with the same token and the same parameters, the request will
            complete successfully. However, if you try to create a new resource using the same
            token but different parameters, an HTTP 409 conflict occurs. If you omit this value,
            AWS SDKs will automatically generate a unique client request. For more information
            about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
            idempotency in Amazon EC2 API requests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDestinationCmdlet.Description">
            <summary>
            <para>
            <para>The description of the new resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDestinationCmdlet.Expression">
            <summary>
            <para>
            <para>The rule name or topic rule to send messages to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDestinationCmdlet.ExpressionType">
            <summary>
            <para>
            <para>The type of value in <c>Expression</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDestinationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the new resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDestinationCmdlet.RoleArn">
            <summary>
            <para>
            <para>The ARN of the IAM Role that authorizes the destination.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDestinationCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to attach to the new destination. Tags are metadata that you can use to manage
            a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDestinationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.CreateDestinationResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.CreateDestinationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDestinationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDestinationCmdlet.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.IOTW.NewIOTWDeviceProfileCmdlet">
            <summary>
            Creates a new device profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_ClassBTimeout">
            <summary>
            <para>
            <para>The ClassBTimeout value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_ClassCTimeout">
            <summary>
            <para>
            <para>The ClassCTimeout value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>Each resource must have a unique client request token. The client token is used to
            implement idempotency. It ensures that the request completes no more than one time.
            If you retry a request with the same token and the same parameters, the request will
            complete successfully. However, if you try to create a new resource using the same
            token but different parameters, an HTTP 409 conflict occurs. If you omit this value,
            AWS SDKs will automatically generate a unique client request. For more information
            about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
            idempotency in Amazon EC2 API requests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_FactoryPresetFreqsList">
            <summary>
            <para>
            <para>The list of values that make up the FactoryPresetFreqs value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_MacVersion">
            <summary>
            <para>
            <para>The MAC version (such as OTAA 1.1 or OTAA 1.0.3) to use with this device profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_MaxDutyCycle">
            <summary>
            <para>
            <para>The MaxDutyCycle value. It ranges from 0 to 15.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_MaxEirp">
            <summary>
            <para>
            <para>The MaxEIRP value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.Name">
            <summary>
            <para>
            <para>The name of the new resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_PingSlotDr">
            <summary>
            <para>
            <para>The PingSlotDR value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_PingSlotFreq">
            <summary>
            <para>
            <para>The PingSlotFreq value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_PingSlotPeriod">
            <summary>
            <para>
            <para>The PingSlotPeriod value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_RegParamsRevision">
            <summary>
            <para>
            <para>The version of regional parameters.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_RfRegion">
            <summary>
            <para>
            <para>The frequency band (RFRegion) value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_RxDataRate2">
            <summary>
            <para>
            <para>The RXDataRate2 value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_RxDelay1">
            <summary>
            <para>
            <para>The RXDelay1 value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_RxDrOffset1">
            <summary>
            <para>
            <para>The RXDROffset1 value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_RxFreq2">
            <summary>
            <para>
            <para>The RXFreq2 value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.Sidewalk">
            <summary>
            <para>
            <para>The Sidewalk-related information for creating the Sidewalk device profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_Supports32BitFCnt">
            <summary>
            <para>
            <para>The Supports32BitFCnt value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_SupportsClassB">
            <summary>
            <para>
            <para>The SupportsClassB value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_SupportsClassC">
            <summary>
            <para>
            <para>The SupportsClassC value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.LoRaWAN_SupportsJoin">
            <summary>
            <para>
            <para>The SupportsJoin value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to attach to the new device profile. Tags are metadata that you can use to
            manage a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.CreateDeviceProfileResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.CreateDeviceProfileResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWDeviceProfileCmdlet.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.IOTW.NewIOTWFuotaTaskCmdlet">
            <summary>
            Creates a FUOTA task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWFuotaTaskCmdlet.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.IOTW.NewIOTWFuotaTaskCmdlet.Description">
            <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.IOTW.NewIOTWFuotaTaskCmdlet.FirmwareUpdateImage">
            <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.IOTW.NewIOTWFuotaTaskCmdlet.FirmwareUpdateRole">
            <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.IOTW.NewIOTWFuotaTaskCmdlet.FragmentIntervalMS">
            <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.IOTW.NewIOTWFuotaTaskCmdlet.FragmentSizeByte">
            <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.IOTW.NewIOTWFuotaTaskCmdlet.Name">
            <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.IOTW.NewIOTWFuotaTaskCmdlet.RedundancyPercent">
            <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.IOTW.NewIOTWFuotaTaskCmdlet.LoRaWAN_RfRegion">
            <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.IOTW.NewIOTWFuotaTaskCmdlet.Tag">
            <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.IOTW.NewIOTWFuotaTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.CreateFuotaTaskResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.CreateFuotaTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWFuotaTaskCmdlet.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.IOTW.NewIOTWMulticastGroupCmdlet">
            <summary>
            Creates a multicast group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWMulticastGroupCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>Each resource must have a unique client request token. The client token is used to
            implement idempotency. It ensures that the request completes no more than one time.
            If you retry a request with the same token and the same parameters, the request will
            complete successfully. However, if you try to create a new resource using the same
            token but different parameters, an HTTP 409 conflict occurs. If you omit this value,
            AWS SDKs will automatically generate a unique client request. For more information
            about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
            idempotency in Amazon EC2 API requests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWMulticastGroupCmdlet.Description">
            <summary>
            <para>
            <para>The description of the multicast group.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWMulticastGroupCmdlet.LoRaWAN_DlClass">
            <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.IOTW.NewIOTWMulticastGroupCmdlet.Name">
            <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.IOTW.NewIOTWMulticastGroupCmdlet.LoRaWAN_RfRegion">
            <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.IOTW.NewIOTWMulticastGroupCmdlet.Tag">
            <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.IOTW.NewIOTWMulticastGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.CreateMulticastGroupResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.CreateMulticastGroupResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWMulticastGroupCmdlet.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.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet">
            <summary>
            Creates a new network analyzer configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet.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.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet.Description">
            <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.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet.TraceContent_LogLevel">
            <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.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet.TraceContent_MulticastFrameInfo">
            <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.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet.MulticastGroup">
            <summary>
            <para>
            <para>Multicast Group resources to add to the network analyzer configruation. Provide the
            <c>MulticastGroupId</c> of the resource to add in the input array.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet.Name">
            <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.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet.Tag">
            <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.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet.TraceContent_WirelessDeviceFrameInfo">
            <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.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet.WirelessDevice">
            <summary>
            <para>
            <para>Wireless device resources to add to the network analyzer configuration. Provide the
            <c>WirelessDeviceId</c> of the resource to add in the input array.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet.WirelessGateway">
            <summary>
            <para>
            <para>Wireless gateway resources to add to the network analyzer configuration. Provide the
            <c>WirelessGatewayId</c> of the resource to add in the input array.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.CreateNetworkAnalyzerConfigurationResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.CreateNetworkAnalyzerConfigurationResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWNetworkAnalyzerConfigurationCmdlet.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.IOTW.NewIOTWServiceProfileCmdlet">
            <summary>
            Creates a new service profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWServiceProfileCmdlet.LoRaWAN_AddGwMetadata">
            <summary>
            <para>
            <para>The AddGWMetaData value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWServiceProfileCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>Each resource must have a unique client request token. The client token is used to
            implement idempotency. It ensures that the request completes no more than one time.
            If you retry a request with the same token and the same parameters, the request will
            complete successfully. However, if you try to create a new resource using the same
            token but different parameters, an HTTP 409 conflict occurs. If you omit this value,
            AWS SDKs will automatically generate a unique client request. For more information
            about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
            idempotency in Amazon EC2 API requests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWServiceProfileCmdlet.LoRaWAN_DrMax">
            <summary>
            <para>
            <para>The DrMax value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWServiceProfileCmdlet.LoRaWAN_DrMin">
            <summary>
            <para>
            <para>The DrMin value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWServiceProfileCmdlet.Name">
            <summary>
            <para>
            <para>The name of the new resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWServiceProfileCmdlet.LoRaWAN_PrAllowed">
            <summary>
            <para>
            <para>The PRAllowed value that describes whether passive roaming is allowed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWServiceProfileCmdlet.LoRaWAN_RaAllowed">
            <summary>
            <para>
            <para>The RAAllowed value that describes whether roaming activation is allowed.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWServiceProfileCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to attach to the new service profile. Tags are metadata that you can use
            to manage a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWServiceProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.CreateServiceProfileResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.CreateServiceProfileResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWServiceProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWServiceProfileCmdlet.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.IOTW.NewIOTWWirelessDeviceCmdlet">
            <summary>
            Provisions a wireless device.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_OtaaV1_0_x_AppEui">
            <summary>
            <para>
            <para>The AppEUI value. You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_OtaaV1_0_x_AppKey">
            <summary>
            <para>
            <para>The AppKey value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_OtaaV1_1_AppKey">
            <summary>
            <para>
            <para>The AppKey value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.FPorts_Application">
            <summary>
            <para>
            <para>Optional LoRaWAN application information, which can be used for geolocation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_AbpV1_0_x_SessionKeys_AppSKey">
            <summary>
            <para>
            <para>The AppSKey value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_AbpV1_1_SessionKeys_AppSKey">
            <summary>
            <para>
            <para>The AppSKey value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>Each resource must have a unique client request token. The client token is used to
            implement idempotency. It ensures that the request completes no more than one time.
            If you retry a request with the same token and the same parameters, the request will
            complete successfully. However, if you try to create a new resource using the same
            token but different parameters, an HTTP 409 conflict occurs. If you omit this value,
            AWS SDKs will automatically generate a unique client request. For more information
            about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
            idempotency in Amazon EC2 API requests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.FPorts_ClockSync">
            <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.IOTW.NewIOTWWirelessDeviceCmdlet.Positioning_ClockSync">
            <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.IOTW.NewIOTWWirelessDeviceCmdlet.Description">
            <summary>
            <para>
            <para>The description of the new resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.DestinationName">
            <summary>
            <para>
            <para>The name of the destination to assign to the new wireless device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_AbpV1_0_x_DevAddr">
            <summary>
            <para>
            <para>The DevAddr value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_AbpV1_1_DevAddr">
            <summary>
            <para>
            <para>The DevAddr value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_DevEui">
            <summary>
            <para>
            <para>The DevEUI value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_DeviceProfileId">
            <summary>
            <para>
            <para>The ID of the device profile for the new wireless device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.Sidewalk_DeviceProfileId">
            <summary>
            <para>
            <para>The ID of the Sidewalk device profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_AbpV1_0_x_FCntStart">
            <summary>
            <para>
            <para>The FCnt init value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_AbpV1_1_FCntStart">
            <summary>
            <para>
            <para>The FCnt init value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_AbpV1_1_SessionKeys_FNwkSIntKey">
            <summary>
            <para>
            <para>The FNwkSIntKey value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.FPorts_Fuota">
            <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.IOTW.NewIOTWWirelessDeviceCmdlet.x_GenAppKey">
            <summary>
            <para>
            <para>The GenAppKey value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.Positioning_Gnss">
            <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.IOTW.NewIOTWWirelessDeviceCmdlet.x_JoinEui">
            <summary>
            <para>
            <para>The JoinEUI value. You specify this value instead of the AppEUI when using LoRaWAN
            version v1.0.4.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_OtaaV1_1_JoinEui">
            <summary>
            <para>
            <para>The JoinEUI value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.FPorts_Multicast">
            <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.IOTW.NewIOTWWirelessDeviceCmdlet.Name">
            <summary>
            <para>
            <para>The name of the new resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_OtaaV1_1_NwkKey">
            <summary>
            <para>
            <para>The NwkKey value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_AbpV1_1_SessionKeys_NwkSEncKey">
            <summary>
            <para>
            <para>The NwkSEncKey value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_AbpV1_0_x_SessionKeys_NwkSKey">
            <summary>
            <para>
            <para>The NwkSKey value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.Positioning">
            <summary>
            <para>
            <para>FPort values for the GNSS, stream, and ClockSync functions of the positioning information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_ServiceProfileId">
            <summary>
            <para>
            <para>The ID of the service profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.LoRaWAN_AbpV1_1_SessionKeys_SNwkSIntKey">
            <summary>
            <para>
            <para>The SNwkSIntKey value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.Positioning_Stream">
            <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.IOTW.NewIOTWWirelessDeviceCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to attach to the new wireless device. Tags are metadata that you can use
            to manage a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.Type">
            <summary>
            <para>
            <para>The wireless device type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.CreateWirelessDeviceResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.CreateWirelessDeviceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Type parameter.
            The -PassThru parameter is deprecated, use -Select '^Type' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessDeviceCmdlet.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.IOTW.NewIOTWWirelessGatewayCmdlet">
            <summary>
            Provisions a wireless gateway.
             
             <note><para>
            When provisioning a wireless gateway, you might run into duplication errors for the
            following reasons.
            </para><ul><li><para>
            If you specify a <c>GatewayEui</c> value that already exists.
            </para></li><li><para>
            If you used a <c>ClientRequestToken</c> with the same parameters within the last 10
            minutes.
            </para></li></ul><para>
            To avoid this error, make sure that you use unique identifiers and parameters for
            each request within the specified time period.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>Each resource must have a unique client request token. The client token is used to
            implement idempotency. It ensures that the request completes no more than one time.
            If you retry a request with the same token and the same parameters, the request will
            complete successfully. However, if you try to create a new resource using the same
            token but different parameters, an HTTP 409 conflict occurs. If you omit this value,
            AWS SDKs will automatically generate a unique client request. For more information
            about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
            idempotency in Amazon EC2 API requests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayCmdlet.Beaconing_DataRate">
            <summary>
            <para>
            <para>The data rate for gateways that are sending the beacons.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayCmdlet.Description">
            <summary>
            <para>
            <para>The description of the new resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayCmdlet.Beaconing_Frequency">
            <summary>
            <para>
            <para>The frequency list for the gateways to send the beacons.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayCmdlet.LoRaWAN_GatewayEui">
            <summary>
            <para>
            <para>The gateway's EUI value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayCmdlet.LoRaWAN_JoinEuiFilter">
            <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.IOTW.NewIOTWWirelessGatewayCmdlet.LoRaWAN_MaxEirp">
            <summary>
            <para>
            <para>The MaxEIRP value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayCmdlet.Name">
            <summary>
            <para>
            <para>The name of the new resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayCmdlet.LoRaWAN_NetIdFilter">
            <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.IOTW.NewIOTWWirelessGatewayCmdlet.LoRaWAN_RfRegion">
            <summary>
            <para>
            <para>The frequency band (RFRegion) value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayCmdlet.LoRaWAN_SubBand">
            <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.IOTW.NewIOTWWirelessGatewayCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to attach to the new wireless gateway. Tags are metadata that you can use
            to manage a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.CreateWirelessGatewayResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.CreateWirelessGatewayResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayCmdlet.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.IOTW.NewIOTWWirelessGatewayTaskCmdlet">
            <summary>
            Creates a task for a wireless gateway.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskCmdlet.WirelessGatewayTaskDefinitionId">
            <summary>
            <para>
            <para>The ID of the WirelessGatewayTaskDefinition.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.CreateWirelessGatewayTaskResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.CreateWirelessGatewayTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskCmdlet.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.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet">
            <summary>
            Creates a gateway task definition.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.AutoCreateTask">
            <summary>
            <para>
            <para>Whether to automatically create tasks using this task definition for all gateways
            with the specified current version. If <c>false</c>, the task must me created by calling
            <c>CreateWirelessGatewayTask</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.ClientRequestToken">
            <summary>
            <para>
            <para>Each resource must have a unique client request token. The client token is used to
            implement idempotency. It ensures that the request completes no more than one time.
            If you retry a request with the same token and the same parameters, the request will
            complete successfully. However, if you try to create a new resource using the same
            token but different parameters, an HTTP 409 conflict occurs. If you omit this value,
            AWS SDKs will automatically generate a unique client request. For more information
            about idempotency, see <a href="https://docs.aws.amazon.com/ec2/latest/devguide/ec2-api-idempotency.html">Ensuring
            idempotency in Amazon EC2 API requests</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.CurrentVersion_Model">
            <summary>
            <para>
            <para>The model number of the wireless gateway.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.UpdateVersion_Model">
            <summary>
            <para>
            <para>The model number of the wireless gateway.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.Name">
            <summary>
            <para>
            <para>The name of the new resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.CurrentVersion_PackageVersion">
            <summary>
            <para>
            <para>The version of the wireless gateway firmware.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.UpdateVersion_PackageVersion">
            <summary>
            <para>
            <para>The version of the wireless gateway firmware.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.LoRaWAN_SigKeyCrc">
            <summary>
            <para>
            <para>The CRC of the signature private key to check.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.CurrentVersion_Station">
            <summary>
            <para>
            <para>The basic station version of the wireless gateway.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.UpdateVersion_Station">
            <summary>
            <para>
            <para>The basic station version of the wireless gateway.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.Tag">
            <summary>
            <para>
            <para>The tags to attach to the specified resource. Tags are metadata that you can use to
            manage a resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.Update_UpdateDataRole">
            <summary>
            <para>
            <para>The IAM role used to read data from the S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.Update_UpdateDataSource">
            <summary>
            <para>
            <para>The link to the S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.LoRaWAN_UpdateSignature">
            <summary>
            <para>
            <para>The signature used to verify the update firmware.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Id'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.CreateWirelessGatewayTaskDefinitionResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.CreateWirelessGatewayTaskDefinitionResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the AutoCreateTask parameter.
            The -PassThru parameter is deprecated, use -Select '^AutoCreateTask' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.NewIOTWWirelessGatewayTaskDefinitionCmdlet.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.IOTW.RemoveIOTWDestinationCmdlet">
            <summary>
            Deletes a destination.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWDestinationCmdlet.Name">
            <summary>
            <para>
            <para>The name of the resource to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWDestinationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DeleteDestinationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWDestinationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWDestinationCmdlet.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.IOTW.RemoveIOTWDeviceProfileCmdlet">
            <summary>
            Deletes a device profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWDeviceProfileCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWDeviceProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DeleteDeviceProfileResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWDeviceProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWDeviceProfileCmdlet.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.IOTW.RemoveIOTWFuotaTaskCmdlet">
            <summary>
            Deletes a FUOTA task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWFuotaTaskCmdlet.Id">
            <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.IOTW.RemoveIOTWFuotaTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DeleteFuotaTaskResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWFuotaTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWFuotaTaskCmdlet.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.IOTW.RemoveIOTWMulticastGroupCmdlet">
            <summary>
            Deletes a multicast group if it is not in use by a fuota task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWMulticastGroupCmdlet.Id">
            <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.IOTW.RemoveIOTWMulticastGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DeleteMulticastGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWMulticastGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWMulticastGroupCmdlet.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.IOTW.RemoveIOTWNetworkAnalyzerConfigurationCmdlet">
            <summary>
            Deletes a network analyzer configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWNetworkAnalyzerConfigurationCmdlet.ConfigurationName">
            <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.IOTW.RemoveIOTWNetworkAnalyzerConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DeleteNetworkAnalyzerConfigurationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWNetworkAnalyzerConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConfigurationName parameter.
            The -PassThru parameter is deprecated, use -Select '^ConfigurationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWNetworkAnalyzerConfigurationCmdlet.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.IOTW.RemoveIOTWQueuedMessageCmdlet">
            <summary>
            Remove queued messages from the downlink queue.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWQueuedMessageCmdlet.Id">
            <summary>
            <para>
            <para>The ID of a given wireless device for which downlink messages will be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWQueuedMessageCmdlet.MessageId">
            <summary>
            <para>
            <para>If message ID is <c>"*"</c>, it cleares the entire downlink queue for a given device,
            specified by the wireless device ID. Otherwise, the downlink message with the specified
            message ID will be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWQueuedMessageCmdlet.WirelessDeviceType">
            <summary>
            <para>
            <para>The wireless device type, which can be either Sidewalk or LoRaWAN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWQueuedMessageCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DeleteQueuedMessagesResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWQueuedMessageCmdlet.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.IOTW.RemoveIOTWResourceTagCmdlet">
            <summary>
            Removes one or more tags from a resource.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The ARN of the resource to remove tags from.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>A list of the keys of the tags to remove from the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWResourceTagCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWResourceTagCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceArn parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceArn' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWResourceTagCmdlet.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.IOTW.RemoveIOTWServiceProfileCmdlet">
            <summary>
            Deletes a service profile.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWServiceProfileCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWServiceProfileCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DeleteServiceProfileResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWServiceProfileCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWServiceProfileCmdlet.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.IOTW.RemoveIOTWWirelessDeviceCmdlet">
            <summary>
            Deletes a wireless device.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessDeviceCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessDeviceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DeleteWirelessDeviceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessDeviceCmdlet.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.IOTW.RemoveIOTWWirelessDeviceImportTaskCmdlet">
            <summary>
            Delete an import task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessDeviceImportTaskCmdlet.Id">
            <summary>
            <para>
            <para>The unique identifier of the import task to be deleted.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessDeviceImportTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DeleteWirelessDeviceImportTaskResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessDeviceImportTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessDeviceImportTaskCmdlet.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.IOTW.RemoveIOTWWirelessGatewayCmdlet">
            <summary>
            Deletes a wireless gateway.
             
             <note><para>
            When deleting a wireless gateway, you might run into duplication errors for the following
            reasons.
            </para><ul><li><para>
            If you specify a <c>GatewayEui</c> value that already exists.
            </para></li><li><para>
            If you used a <c>ClientRequestToken</c> with the same parameters within the last 10
            minutes.
            </para></li></ul><para>
            To avoid this error, make sure that you use unique identifiers and parameters for
            each request within the specified time period.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessGatewayCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessGatewayCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DeleteWirelessGatewayResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessGatewayCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessGatewayCmdlet.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.IOTW.RemoveIOTWWirelessGatewayTaskCmdlet">
            <summary>
            Deletes a wireless gateway task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessGatewayTaskCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessGatewayTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DeleteWirelessGatewayTaskResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessGatewayTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessGatewayTaskCmdlet.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.IOTW.RemoveIOTWWirelessGatewayTaskDefinitionCmdlet">
            <summary>
            Deletes a wireless gateway task definition. Deleting this task definition does not
            affect tasks that are currently in progress.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessGatewayTaskDefinitionCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to delete.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessGatewayTaskDefinitionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DeleteWirelessGatewayTaskDefinitionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessGatewayTaskDefinitionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.RemoveIOTWWirelessGatewayTaskDefinitionCmdlet.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.IOTW.ResetIOTWAllResourceLogLevelCmdlet">
            <summary>
            Removes the log-level overrides for all resources; both wireless devices and wireless
            gateways.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.ResetIOTWAllResourceLogLevelCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ResetAllResourceLogLevelsResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.ResetIOTWAllResourceLogLevelCmdlet.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.IOTW.ResetIOTWResourceLogLevelCmdlet">
            <summary>
            Removes the log-level override, if any, for a specific resource-ID and resource-type.
            It can be used for a wireless device or a wireless gateway.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.ResetIOTWResourceLogLevelCmdlet.ResourceIdentifier">
            <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.IOTW.ResetIOTWResourceLogLevelCmdlet.ResourceType">
            <summary>
            <para>
            <para>The type of the resource, which can be <c>WirelessDevice</c> or <c>WirelessGateway</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.ResetIOTWResourceLogLevelCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.ResetResourceLogLevelResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.ResetIOTWResourceLogLevelCmdlet.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.IOTW.SendIOTWDataToMulticastGroupCmdlet">
            <summary>
            Sends the specified data to a multicast group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SendIOTWDataToMulticastGroupCmdlet.LoRaWAN_FPort">
            <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.IOTW.SendIOTWDataToMulticastGroupCmdlet.Id">
            <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.IOTW.SendIOTWDataToMulticastGroupCmdlet.PayloadData">
            <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.IOTW.SendIOTWDataToMulticastGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MessageId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.SendDataToMulticastGroupResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.SendDataToMulticastGroupResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SendIOTWDataToMulticastGroupCmdlet.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.IOTW.SendIOTWDataToWirelessDeviceCmdlet">
            <summary>
            Sends a decrypted application data frame to a device.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SendIOTWDataToWirelessDeviceCmdlet.Sidewalk_AckModeRetryDurationSec">
            <summary>
            <para>
            <para>The duration of time in seconds to retry sending the ACK.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SendIOTWDataToWirelessDeviceCmdlet.ParticipatingGateways_DownlinkMode">
            <summary>
            <para>
            <para>Indicates whether to send the downlink message in sequential mode or concurrent mode,
            or to use only the chosen gateways from the previous uplink message transmission.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SendIOTWDataToWirelessDeviceCmdlet.LoRaWAN_FPort">
            <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.IOTW.SendIOTWDataToWirelessDeviceCmdlet.ParticipatingGateways_GatewayList">
            <summary>
            <para>
            <para>The list of gateways that you want to use for sending the downlink data traffic.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SendIOTWDataToWirelessDeviceCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the wireless device to receive the data.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SendIOTWDataToWirelessDeviceCmdlet.Sidewalk_MessageType">
            <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.IOTW.SendIOTWDataToWirelessDeviceCmdlet.PayloadData">
            <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.IOTW.SendIOTWDataToWirelessDeviceCmdlet.Sidewalk_Seq">
            <summary>
            <para>
            <para>The sequence number.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SendIOTWDataToWirelessDeviceCmdlet.ParticipatingGateways_TransmissionInterval">
            <summary>
            <para>
            <para>The duration of time for which AWS IoT Core for LoRaWAN will wait before transmitting
            the payload to the next gateway.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SendIOTWDataToWirelessDeviceCmdlet.TransmitMode">
            <summary>
            <para>
            <para>The transmit mode to use to send data to the wireless device. Can be: <c>0</c> for
            UM (unacknowledge mode) or <c>1</c> for AM (acknowledge mode).</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SendIOTWDataToWirelessDeviceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'MessageId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.SendDataToWirelessDeviceResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.SendDataToWirelessDeviceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SendIOTWDataToWirelessDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SendIOTWDataToWirelessDeviceCmdlet.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.IOTW.SplitIOTWAwsAccountFromPartnerAccountCmdlet">
            <summary>
            Disassociates your AWS account from a partner account. If <c>PartnerAccountId</c>
            and <c>PartnerType</c> are <c>null</c>, disassociates your AWS account from all partner
            accounts.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWAwsAccountFromPartnerAccountCmdlet.PartnerAccountId">
            <summary>
            <para>
            <para>The partner account ID to disassociate from the AWS account.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWAwsAccountFromPartnerAccountCmdlet.PartnerType">
            <summary>
            <para>
            <para>The partner type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWAwsAccountFromPartnerAccountCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DisassociateAwsAccountFromPartnerAccountResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWAwsAccountFromPartnerAccountCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PartnerAccountId parameter.
            The -PassThru parameter is deprecated, use -Select '^PartnerAccountId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWAwsAccountFromPartnerAccountCmdlet.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.IOTW.SplitIOTWMulticastGroupFromFuotaTaskCmdlet">
            <summary>
            Disassociates a multicast group from a fuota task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWMulticastGroupFromFuotaTaskCmdlet.Id">
            <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.IOTW.SplitIOTWMulticastGroupFromFuotaTaskCmdlet.MulticastGroupId">
            <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.IOTW.SplitIOTWMulticastGroupFromFuotaTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DisassociateMulticastGroupFromFuotaTaskResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWMulticastGroupFromFuotaTaskCmdlet.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.IOTW.SplitIOTWWirelessDeviceFromFuotaTaskCmdlet">
            <summary>
            Disassociates a wireless device from a FUOTA task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessDeviceFromFuotaTaskCmdlet.Id">
            <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.IOTW.SplitIOTWWirelessDeviceFromFuotaTaskCmdlet.WirelessDeviceId">
            <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.IOTW.SplitIOTWWirelessDeviceFromFuotaTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DisassociateWirelessDeviceFromFuotaTaskResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessDeviceFromFuotaTaskCmdlet.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.IOTW.SplitIOTWWirelessDeviceFromMulticastGroupCmdlet">
            <summary>
            Disassociates a wireless device from a multicast group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessDeviceFromMulticastGroupCmdlet.Id">
            <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.IOTW.SplitIOTWWirelessDeviceFromMulticastGroupCmdlet.WirelessDeviceId">
            <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.IOTW.SplitIOTWWirelessDeviceFromMulticastGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DisassociateWirelessDeviceFromMulticastGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessDeviceFromMulticastGroupCmdlet.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.IOTW.SplitIOTWWirelessDeviceFromThingCmdlet">
            <summary>
            Disassociates a wireless device from its currently associated thing.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessDeviceFromThingCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessDeviceFromThingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DisassociateWirelessDeviceFromThingResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessDeviceFromThingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessDeviceFromThingCmdlet.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.IOTW.SplitIOTWWirelessGatewayFromCertificateCmdlet">
            <summary>
            Disassociates a wireless gateway from its currently associated certificate.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessGatewayFromCertificateCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessGatewayFromCertificateCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DisassociateWirelessGatewayFromCertificateResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessGatewayFromCertificateCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessGatewayFromCertificateCmdlet.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.IOTW.SplitIOTWWirelessGatewayFromThingCmdlet">
            <summary>
            Disassociates a wireless gateway from its currently associated thing.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessGatewayFromThingCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessGatewayFromThingCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DisassociateWirelessGatewayFromThingResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessGatewayFromThingCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.SplitIOTWWirelessGatewayFromThingCmdlet.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.IOTW.StartIOTWBulkAssociateWirelessDeviceWithMulticastGroupCmdlet">
            <summary>
            Starts a bulk association of all qualifying wireless devices with a multicast group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWBulkAssociateWirelessDeviceWithMulticastGroupCmdlet.Id">
            <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.IOTW.StartIOTWBulkAssociateWirelessDeviceWithMulticastGroupCmdlet.QueryString">
            <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.IOTW.StartIOTWBulkAssociateWirelessDeviceWithMulticastGroupCmdlet.Tag">
            <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.IOTW.StartIOTWBulkAssociateWirelessDeviceWithMulticastGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.StartBulkAssociateWirelessDeviceWithMulticastGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWBulkAssociateWirelessDeviceWithMulticastGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWBulkAssociateWirelessDeviceWithMulticastGroupCmdlet.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.IOTW.StartIOTWBulkDisassociateWirelessDeviceFromMulticastGroupCmdlet">
            <summary>
            Starts a bulk disassociatin of all qualifying wireless devices from a multicast group.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWBulkDisassociateWirelessDeviceFromMulticastGroupCmdlet.Id">
            <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.IOTW.StartIOTWBulkDisassociateWirelessDeviceFromMulticastGroupCmdlet.QueryString">
            <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.IOTW.StartIOTWBulkDisassociateWirelessDeviceFromMulticastGroupCmdlet.Tag">
            <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.IOTW.StartIOTWBulkDisassociateWirelessDeviceFromMulticastGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.StartBulkDisassociateWirelessDeviceFromMulticastGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWBulkDisassociateWirelessDeviceFromMulticastGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWBulkDisassociateWirelessDeviceFromMulticastGroupCmdlet.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.IOTW.StartIOTWFuotaTaskCmdlet">
            <summary>
            Starts a FUOTA task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWFuotaTaskCmdlet.Id">
            <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.IOTW.StartIOTWFuotaTaskCmdlet.LoRaWAN_StartTime">
            <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.IOTW.StartIOTWFuotaTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.StartFuotaTaskResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWFuotaTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWFuotaTaskCmdlet.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.IOTW.StartIOTWMulticastGroupSessionCmdlet">
            <summary>
            Starts a multicast group session.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWMulticastGroupSessionCmdlet.LoRaWAN_DlDr">
            <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.IOTW.StartIOTWMulticastGroupSessionCmdlet.LoRaWAN_DlFreq">
            <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.IOTW.StartIOTWMulticastGroupSessionCmdlet.Id">
            <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.IOTW.StartIOTWMulticastGroupSessionCmdlet.LoRaWAN_PingSlotPeriod">
            <summary>
            <para>
            <para>The PingSlotPeriod value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWMulticastGroupSessionCmdlet.LoRaWAN_SessionStartTime">
            <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.IOTW.StartIOTWMulticastGroupSessionCmdlet.LoRaWAN_SessionTimeout">
            <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.IOTW.StartIOTWMulticastGroupSessionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.StartMulticastGroupSessionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWMulticastGroupSessionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWMulticastGroupSessionCmdlet.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.IOTW.StartIOTWSingleWirelessDeviceImportTaskCmdlet">
            <summary>
            Start import task for a single wireless device.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWSingleWirelessDeviceImportTaskCmdlet.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.IOTW.StartIOTWSingleWirelessDeviceImportTaskCmdlet.DestinationName">
            <summary>
            <para>
            <para>The name of the Sidewalk destination that describes the IoT rule to route messages
            from the device in the import task that will be onboarded to AWS IoT Wireless.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWSingleWirelessDeviceImportTaskCmdlet.DeviceName">
            <summary>
            <para>
            <para>The name of the wireless device for which an import task is being started.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWSingleWirelessDeviceImportTaskCmdlet.Sidewalk_SidewalkManufacturingSn">
            <summary>
            <para>
            <para>The Sidewalk manufacturing serial number (SMSN) of the device added to the import
            task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWSingleWirelessDeviceImportTaskCmdlet.Tag">
            <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.IOTW.StartIOTWSingleWirelessDeviceImportTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.StartSingleWirelessDeviceImportTaskResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.StartSingleWirelessDeviceImportTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWSingleWirelessDeviceImportTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DestinationName parameter.
            The -PassThru parameter is deprecated, use -Select '^DestinationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWSingleWirelessDeviceImportTaskCmdlet.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.IOTW.StartIOTWWirelessDeviceImportTaskCmdlet">
            <summary>
            Start import task for provisioning Sidewalk devices in bulk using an S3 CSV file.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWWirelessDeviceImportTaskCmdlet.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.IOTW.StartIOTWWirelessDeviceImportTaskCmdlet.DestinationName">
            <summary>
            <para>
            <para>The name of the Sidewalk destination that describes the IoT rule to route messages
            from the devices in the import task that are onboarded to AWS IoT Wireless.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWWirelessDeviceImportTaskCmdlet.Sidewalk_DeviceCreationFile">
            <summary>
            <para>
            <para>The CSV file contained in an S3 bucket that's used for adding devices to an import
            task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWWirelessDeviceImportTaskCmdlet.Sidewalk_Role">
            <summary>
            <para>
            <para>The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWWirelessDeviceImportTaskCmdlet.Tag">
            <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.IOTW.StartIOTWWirelessDeviceImportTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is '*'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.StartWirelessDeviceImportTaskResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.StartWirelessDeviceImportTaskResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWWirelessDeviceImportTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DestinationName parameter.
            The -PassThru parameter is deprecated, use -Select '^DestinationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StartIOTWWirelessDeviceImportTaskCmdlet.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.IOTW.StopIOTWMulticastGroupSessionCmdlet">
            <summary>
            Cancels an existing multicast group session.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StopIOTWMulticastGroupSessionCmdlet.Id">
            <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.IOTW.StopIOTWMulticastGroupSessionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.CancelMulticastGroupSessionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StopIOTWMulticastGroupSessionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.StopIOTWMulticastGroupSessionCmdlet.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.IOTW.TestIOTWWirelessDeviceCmdlet">
            <summary>
            Simulates a provisioned device by sending an uplink data payload of <c>Hello</c>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.TestIOTWWirelessDeviceCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the wireless device to test.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.TestIOTWWirelessDeviceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Result'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.TestWirelessDeviceResponse).
            Specifying the name of a property of type Amazon.IoTWireless.Model.TestWirelessDeviceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.TestIOTWWirelessDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.IOTW.UnregisterIOTWWirelessDeviceCmdlet">
            <summary>
            Deregister a wireless device from AWS IoT Wireless.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UnregisterIOTWWirelessDeviceCmdlet.Identifier">
            <summary>
            <para>
            <para>The identifier of the wireless device to deregister from AWS IoT Wireless.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UnregisterIOTWWirelessDeviceCmdlet.WirelessDeviceType">
            <summary>
            <para>
            <para>The type of wireless device to deregister from AWS IoT Wireless, which can be <c>LoRaWAN</c>
            or <c>Sidewalk</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UnregisterIOTWWirelessDeviceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.DeregisterWirelessDeviceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UnregisterIOTWWirelessDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Identifier parameter.
            The -PassThru parameter is deprecated, use -Select '^Identifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UnregisterIOTWWirelessDeviceCmdlet.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.IOTW.UpdateIOTWDestinationCmdlet">
            <summary>
            Updates properties of a destination.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWDestinationCmdlet.Description">
            <summary>
            <para>
            <para>A new description of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWDestinationCmdlet.Expression">
            <summary>
            <para>
            <para>The new rule name or topic rule to send messages to.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWDestinationCmdlet.ExpressionType">
            <summary>
            <para>
            <para>The type of value in <c>Expression</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWDestinationCmdlet.Name">
            <summary>
            <para>
            <para>The new name of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWDestinationCmdlet.RoleArn">
            <summary>
            <para>
            <para>The ARN of the IAM Role that authorizes the destination.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWDestinationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdateDestinationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWDestinationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Name parameter.
            The -PassThru parameter is deprecated, use -Select '^Name' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWDestinationCmdlet.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.IOTW.UpdateIOTWEventConfigurationByResourceTypeCmdlet">
            <summary>
            Update the event configuration based on resource types.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWEventConfigurationByResourceTypeCmdlet.DeviceRegistrationState_Sidewalk_WirelessDeviceEventTopic">
            <summary>
            <para>
            <para>Denotes whether the wireless device join event topic is enabled or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWEventConfigurationByResourceTypeCmdlet.LoRaWAN_WirelessDeviceEventTopic">
            <summary>
            <para>
            <para>Denotes whether the wireless device join event topic is enabled or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWEventConfigurationByResourceTypeCmdlet.Sidewalk_WirelessDeviceEventTopic">
            <summary>
            <para>
            <para>Denotes whether the wireless device join event topic is enabled or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWEventConfigurationByResourceTypeCmdlet.Proximity_Sidewalk_WirelessDeviceEventTopic">
            <summary>
            <para>
            <para>Denotes whether the wireless device join event topic is enabled or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWEventConfigurationByResourceTypeCmdlet.LoRaWAN_WirelessGatewayEventTopic">
            <summary>
            <para>
            <para>Denotes whether the wireless gateway connection status event topic is enabled or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWEventConfigurationByResourceTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdateEventConfigurationByResourceTypesResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWEventConfigurationByResourceTypeCmdlet.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.IOTW.UpdateIOTWFuotaTaskCmdlet">
            <summary>
            Updates properties of a FUOTA task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWFuotaTaskCmdlet.Description">
            <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.IOTW.UpdateIOTWFuotaTaskCmdlet.FirmwareUpdateImage">
            <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.IOTW.UpdateIOTWFuotaTaskCmdlet.FirmwareUpdateRole">
            <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.IOTW.UpdateIOTWFuotaTaskCmdlet.FragmentIntervalMS">
            <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.IOTW.UpdateIOTWFuotaTaskCmdlet.FragmentSizeByte">
            <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.IOTW.UpdateIOTWFuotaTaskCmdlet.Id">
            <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.IOTW.UpdateIOTWFuotaTaskCmdlet.Name">
            <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.IOTW.UpdateIOTWFuotaTaskCmdlet.RedundancyPercent">
            <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.IOTW.UpdateIOTWFuotaTaskCmdlet.LoRaWAN_RfRegion">
            <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.IOTW.UpdateIOTWFuotaTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdateFuotaTaskResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWFuotaTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWFuotaTaskCmdlet.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.IOTW.UpdateIOTWLogLevelsByResourceTypeCmdlet">
            <summary>
            Set default log level, or log levels by resource types. This can be for wireless device
            log options or wireless gateways log options and is used to control the log messages
            that'll be displayed in CloudWatch.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWLogLevelsByResourceTypeCmdlet.DefaultLogLevel">
            <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.IOTW.UpdateIOTWLogLevelsByResourceTypeCmdlet.WirelessDeviceLogOption">
            <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.IOTW.UpdateIOTWLogLevelsByResourceTypeCmdlet.WirelessGatewayLogOption">
            <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.IOTW.UpdateIOTWLogLevelsByResourceTypeCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdateLogLevelsByResourceTypesResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWLogLevelsByResourceTypeCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the DefaultLogLevel parameter.
            The -PassThru parameter is deprecated, use -Select '^DefaultLogLevel' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWLogLevelsByResourceTypeCmdlet.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.IOTW.UpdateIOTWMetricConfigurationCmdlet">
            <summary>
            Update the summary metric configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWMetricConfigurationCmdlet.SummaryMetric_Status">
            <summary>
            <para>
            <para>The status of the configuration of summary metrics.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWMetricConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdateMetricConfigurationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWMetricConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the SummaryMetric_Status parameter.
            The -PassThru parameter is deprecated, use -Select '^SummaryMetric_Status' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWMetricConfigurationCmdlet.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.IOTW.UpdateIOTWMulticastGroupCmdlet">
            <summary>
            Updates properties of a multicast group session.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWMulticastGroupCmdlet.Description">
            <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.IOTW.UpdateIOTWMulticastGroupCmdlet.LoRaWAN_DlClass">
            <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.IOTW.UpdateIOTWMulticastGroupCmdlet.Id">
            <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.IOTW.UpdateIOTWMulticastGroupCmdlet.Name">
            <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.IOTW.UpdateIOTWMulticastGroupCmdlet.LoRaWAN_RfRegion">
            <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.IOTW.UpdateIOTWMulticastGroupCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdateMulticastGroupResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWMulticastGroupCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWMulticastGroupCmdlet.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.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet">
            <summary>
            Update network analyzer configuration.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.ConfigurationName">
            <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.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.Description">
            <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.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.TraceContent_LogLevel">
            <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.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.TraceContent_MulticastFrameInfo">
            <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.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.MulticastGroupsToAdd">
            <summary>
            <para>
            <para>Multicast group resources to add to the network analyzer configuration. Provide the
            <c>MulticastGroupId</c> of the resource to add in the input array.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.MulticastGroupsToRemove">
            <summary>
            <para>
            <para>Multicast group resources to remove from the network analyzer configuration. Provide
            the <c>MulticastGroupId</c> of the resources to remove in the input array.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.TraceContent_WirelessDeviceFrameInfo">
            <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.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.WirelessDevicesToAdd">
            <summary>
            <para>
            <para>Wireless device resources to add to the network analyzer configuration. Provide the
            <c>WirelessDeviceId</c> of the resource to add in the input array.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.WirelessDevicesToRemove">
            <summary>
            <para>
            <para>Wireless device resources to remove from the network analyzer configuration. Provide
            the <c>WirelessDeviceId</c> of the resources to remove in the input array.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.WirelessGatewaysToAdd">
            <summary>
            <para>
            <para>Wireless gateway resources to add to the network analyzer configuration. Provide the
            <c>WirelessGatewayId</c> of the resource to add in the input array.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.WirelessGatewaysToRemove">
            <summary>
            <para>
            <para>Wireless gateway resources to remove from the network analyzer configuration. Provide
            the <c>WirelessGatewayId</c> of the resources to remove in the input array.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdateNetworkAnalyzerConfigurationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ConfigurationName parameter.
            The -PassThru parameter is deprecated, use -Select '^ConfigurationName' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWNetworkAnalyzerConfigurationCmdlet.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.IOTW.UpdateIOTWPartnerAccountCmdlet">
            <summary>
            Updates properties of a partner account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWPartnerAccountCmdlet.Sidewalk_AppServerPrivateKey">
            <summary>
            <para>
            <para>The new Sidewalk application server private key.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWPartnerAccountCmdlet.PartnerAccountId">
            <summary>
            <para>
            <para>The ID of the partner account to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWPartnerAccountCmdlet.PartnerType">
            <summary>
            <para>
            <para>The partner type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWPartnerAccountCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdatePartnerAccountResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWPartnerAccountCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the PartnerAccountId parameter.
            The -PassThru parameter is deprecated, use -Select '^PartnerAccountId' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWPartnerAccountCmdlet.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.IOTW.UpdateIOTWPositionCmdlet">
            <summary>
            Update the position information of a resource.
             
             <important><para>
            This action is no longer supported. Calls to update the position information should
            use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_UpdateResourcePosition.html">UpdateResourcePosition</a>
            API operation instead.
            </para></important><br/><br/>This operation is deprecated.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWPositionCmdlet.Position">
            <summary>
            <para>
            <para>The position information of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWPositionCmdlet.ResourceIdentifier">
            <summary>
            <para>
            <para>Resource identifier of the resource for which position is updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWPositionCmdlet.ResourceType">
            <summary>
            <para>
            <para>Resource type of the resource for which position is updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWPositionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdatePositionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWPositionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWPositionCmdlet.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.IOTW.UpdateIOTWResourceEventConfigurationCmdlet">
            <summary>
            Update the event configuration for a particular resource identifier.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.Sidewalk_DeviceRegistrationState_AmazonIdEventTopic">
            <summary>
            <para>
            <para>Denotes whether the Amazon ID event topic is enabled or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.Sidewalk_MessageDeliveryStatus_AmazonIdEventTopic">
            <summary>
            <para>
            <para>Denotes whether the Amazon ID event topic is enabled or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.Sidewalk_AmazonIdEventTopic">
            <summary>
            <para>
            <para>Denotes whether the Amazon ID event topic is enabled or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.LoRaWAN_DevEuiEventTopic">
            <summary>
            <para>
            <para>Denotes whether the Dev EUI join event topic is enabled or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.LoRaWAN_GatewayEuiEventTopic">
            <summary>
            <para>
            <para>Denotes whether the gateway EUI connection status event topic is enabled or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.Identifier">
            <summary>
            <para>
            <para>Resource identifier to opt in for event messaging.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.IdentifierType">
            <summary>
            <para>
            <para>Identifier type of the particular resource identifier for event configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.PartnerType">
            <summary>
            <para>
            <para>Partner type of the resource if the identifier type is <c>PartnerAccountId</c></para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.DeviceRegistrationState_WirelessDeviceIdEventTopic">
            <summary>
            <para>
            <para>Denotes whether the wireless device ID device registration state event topic is enabled
            or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.Join_WirelessDeviceIdEventTopic">
            <summary>
            <para>
            <para>Denotes whether the wireless device ID join event topic is enabled or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.MessageDeliveryStatus_WirelessDeviceIdEventTopic">
            <summary>
            <para>
            <para>Denotes whether the wireless device ID message delivery status event topic is enabled
            or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.Proximity_WirelessDeviceIdEventTopic">
            <summary>
            <para>
            <para>Denotes whether the wireless device ID proximity event topic is enabled or disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.ConnectionStatus_WirelessGatewayIdEventTopic">
            <summary>
            <para>
            <para>Denotes whether the wireless gateway ID connection status event topic is enabled or
            disabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdateResourceEventConfigurationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourceEventConfigurationCmdlet.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.IOTW.UpdateIOTWResourcePositionCmdlet">
            <summary>
            Update the position information of a given wireless device or a wireless gateway resource.
            The position coordinates are based on the <a href="https://gisgeography.com/wgs84-world-geodetic-system/">
            World Geodetic System (WGS84)</a>.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourcePositionCmdlet.GeoJsonPayload">
            <summary>
            <para>
            <para>The position information of the resource, displayed as a JSON payload. The payload
            uses the GeoJSON format, which a format that's used to encode geographic data structures.
            For more information, see <a href="https://geojson.org/">GeoJSON</a>.</para>
            </para>
            <para>The cmdlet will automatically convert the supplied parameter of type string, string[], System.IO.FileInfo or System.IO.Stream to byte[] before supplying it to the service.</para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourcePositionCmdlet.ResourceIdentifier">
            <summary>
            <para>
            <para>The identifier of the resource for which position information is updated. It can be
            the wireless device ID or the wireless gateway ID, depending on the resource type.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourcePositionCmdlet.ResourceType">
            <summary>
            <para>
            <para>The type of resource for which position information is updated, which can be a wireless
            device or a wireless gateway.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourcePositionCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdateResourcePositionResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourcePositionCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWResourcePositionCmdlet.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.IOTW.UpdateIOTWWirelessDeviceCmdlet">
            <summary>
            Updates properties of a wireless device.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceCmdlet.FPorts_Application">
            <summary>
            <para>
            <para>LoRaWAN application, which can be used for geolocation by activating positioning.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceCmdlet.Positioning_ClockSync">
            <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.IOTW.UpdateIOTWWirelessDeviceCmdlet.Description">
            <summary>
            <para>
            <para>A new description of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceCmdlet.DestinationName">
            <summary>
            <para>
            <para>The name of the new destination for the device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceCmdlet.LoRaWAN_DeviceProfileId">
            <summary>
            <para>
            <para>The ID of the device profile for the wireless device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceCmdlet.LoRaWAN_AbpV1_0_x_FCntStart">
            <summary>
            <para>
            <para>The FCnt init value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceCmdlet.LoRaWAN_AbpV1_1_FCntStart">
            <summary>
            <para>
            <para>The FCnt init value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceCmdlet.Positioning_Gnss">
            <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.IOTW.UpdateIOTWWirelessDeviceCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceCmdlet.Name">
            <summary>
            <para>
            <para>The new name of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceCmdlet.Positioning">
            <summary>
            <para>
            <para>FPort values for the GNSS, stream, and ClockSync functions of the positioning information.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceCmdlet.LoRaWAN_ServiceProfileId">
            <summary>
            <para>
            <para>The ID of the service profile.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceCmdlet.Positioning_Stream">
            <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.IOTW.UpdateIOTWWirelessDeviceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdateWirelessDeviceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceCmdlet.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.IOTW.UpdateIOTWWirelessDeviceImportTaskCmdlet">
            <summary>
            Update an import task to add more devices to the task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceImportTaskCmdlet.Sidewalk_DeviceCreationFile">
            <summary>
            <para>
            <para>The CSV file contained in an S3 bucket that's used for appending devices to an existing
            import task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceImportTaskCmdlet.Id">
            <summary>
            <para>
            <para>The identifier of the import task to be updated.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceImportTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdateWirelessDeviceImportTaskResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceImportTaskCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessDeviceImportTaskCmdlet.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.IOTW.UpdateIOTWWirelessGatewayCmdlet">
            <summary>
            Updates properties of a wireless gateway.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessGatewayCmdlet.Description">
            <summary>
            <para>
            <para>A new description of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessGatewayCmdlet.Id">
            <summary>
            <para>
            <para>The ID of the resource to update.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessGatewayCmdlet.JoinEuiFilter">
            <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.IOTW.UpdateIOTWWirelessGatewayCmdlet.MaxEirp">
            <summary>
            <para>
            <para>The MaxEIRP value.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessGatewayCmdlet.Name">
            <summary>
            <para>
            <para>The new name of the resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessGatewayCmdlet.NetIdFilter">
            <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.IOTW.UpdateIOTWWirelessGatewayCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.UpdateWirelessGatewayResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessGatewayCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the Id parameter.
            The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.UpdateIOTWWirelessGatewayCmdlet.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.IOTW.WriteIOTWPositionConfigurationCmdlet">
            <summary>
            Put position configuration for a given resource.
             
             <important><para>
            This action is no longer supported. Calls to update the position configuration should
            use the <a href="https://docs.aws.amazon.com/iot-wireless/2020-11-22/apireference/API_UpdateResourcePosition.html">UpdateResourcePosition</a>
            API operation instead.
            </para></important><br/><br/>This operation is deprecated.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.WriteIOTWPositionConfigurationCmdlet.Destination">
            <summary>
            <para>
            <para>The position data destination that describes the AWS IoT rule that processes the device's
            position data for use by AWS IoT Core for LoRaWAN.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.WriteIOTWPositionConfigurationCmdlet.SemtechGnss_Fec">
            <summary>
            <para>
            <para>Whether forward error correction is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.WriteIOTWPositionConfigurationCmdlet.ResourceIdentifier">
            <summary>
            <para>
            <para>Resource identifier used to update the position configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.WriteIOTWPositionConfigurationCmdlet.ResourceType">
            <summary>
            <para>
            <para>Resource type of the resource for which you want to update the position configuration.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.WriteIOTWPositionConfigurationCmdlet.SemtechGnss_Status">
            <summary>
            <para>
            <para>The status indicating whether the solver is enabled.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.WriteIOTWPositionConfigurationCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.PutPositionConfigurationResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.WriteIOTWPositionConfigurationCmdlet.PassThru">
            <summary>
            Changes the cmdlet behavior to return the value passed to the ResourceIdentifier parameter.
            The -PassThru parameter is deprecated, use -Select '^ResourceIdentifier' instead. This parameter will be removed in a future version.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.WriteIOTWPositionConfigurationCmdlet.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.IOTW.WriteIOTWResourceLogLevelCmdlet">
            <summary>
            Sets the log-level override for a resource-ID and resource-type. This option can be
            specified for a wireless gateway or a wireless device. A limit of 200 log level override
            can be set per account.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.WriteIOTWResourceLogLevelCmdlet.LogLevel">
            <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.IOTW.WriteIOTWResourceLogLevelCmdlet.ResourceIdentifier">
            <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.IOTW.WriteIOTWResourceLogLevelCmdlet.ResourceType">
            <summary>
            <para>
            <para>The type of the resource, which can be <c>WirelessDevice</c> or <c>WirelessGateway</c>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.WriteIOTWResourceLogLevelCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The cmdlet doesn't have a return value by default.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoTWireless.Model.PutResourceLogLevelResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.IOTW.WriteIOTWResourceLogLevelCmdlet.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>