AWS.Tools.SnowDeviceManagement.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.SnowDeviceManagement</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.SDMS.AddSDMSResourceTagCmdlet">
            <summary>
            Adds or replaces tags on a device or task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.AddSDMSResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the device or task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.AddSDMSResourceTagCmdlet.Tag">
            <summary>
            <para>
            <para>Optional metadata that you assign to a resource. You can use tags to categorize a
            resource in different ways, such as by purpose, owner, or environment.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.AddSDMSResourceTagCmdlet.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.SnowDeviceManagement.Model.TagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.AddSDMSResourceTagCmdlet.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.SDMS.GetSDMSDeviceCmdlet">
            <summary>
            Checks device-specific information, such as the device type, software version, IP
            addresses, and lock status.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceCmdlet.ManagedDeviceId">
            <summary>
            <para>
            <para>The ID of the device that you are checking the information of.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceCmdlet.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.SnowDeviceManagement.Model.DescribeDeviceResponse).
            Specifying the name of a property of type Amazon.SnowDeviceManagement.Model.DescribeDeviceResponse 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.SDMS.GetSDMSDeviceEc2InstanceCmdlet">
            <summary>
            Checks the current state of the Amazon EC2 instances. The output is similar to <c>describeDevice</c>,
            but the results are sourced from the device cache in the Amazon Web Services Cloud
            and include a subset of the available fields.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceEc2InstanceCmdlet.InstanceId">
            <summary>
            <para>
            <para>A list of instance IDs associated with the managed device.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceEc2InstanceCmdlet.ManagedDeviceId">
            <summary>
            <para>
            <para>The ID of the managed device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceEc2InstanceCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Instances'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SnowDeviceManagement.Model.DescribeDeviceEc2InstancesResponse).
            Specifying the name of a property of type Amazon.SnowDeviceManagement.Model.DescribeDeviceEc2InstancesResponse 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.SDMS.GetSDMSDeviceListCmdlet">
            <summary>
            Returns a list of all devices on your Amazon Web Services account that have Amazon
            Web Services Snow Device Management enabled in the Amazon Web Services Region where
            the command is run.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceListCmdlet.JobId">
            <summary>
            <para>
            <para>The ID of the job used to order the device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of devices to list per page.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token to continue to the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Devices'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SnowDeviceManagement.Model.ListDevicesResponse).
            Specifying the name of a property of type Amazon.SnowDeviceManagement.Model.ListDevicesResponse 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.SDMS.GetSDMSDeviceListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceResourceListCmdlet">
            <summary>
            Returns a list of the Amazon Web Services resources available for a device. Currently,
            Amazon EC2 instances are the only supported resource type.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceResourceListCmdlet.ManagedDeviceId">
            <summary>
            <para>
            <para>The ID of the managed device that you are listing the resources of.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceResourceListCmdlet.Type">
            <summary>
            <para>
            <para>A structure used to filter the results by type of resource.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceResourceListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of resources per page.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceResourceListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token to continue to the next page of results.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSDeviceResourceListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Resources'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SnowDeviceManagement.Model.ListDeviceResourcesResponse).
            Specifying the name of a property of type Amazon.SnowDeviceManagement.Model.ListDeviceResourcesResponse 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.SDMS.GetSDMSDeviceResourceListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSExecutionCmdlet">
            <summary>
            Checks the status of a remote task running on one or more target devices.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSExecutionCmdlet.ManagedDeviceId">
            <summary>
            <para>
            <para>The ID of the managed device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSExecutionCmdlet.TaskId">
            <summary>
            <para>
            <para>The ID of the task that the action is describing.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSExecutionCmdlet.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.SnowDeviceManagement.Model.DescribeExecutionResponse).
            Specifying the name of a property of type Amazon.SnowDeviceManagement.Model.DescribeExecutionResponse 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.SDMS.GetSDMSExecutionListCmdlet">
            <summary>
            Returns the status of tasks for one or more target devices.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSExecutionListCmdlet.State">
            <summary>
            <para>
            <para>A structure used to filter the tasks by their current state.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSExecutionListCmdlet.TaskId">
            <summary>
            <para>
            <para>The ID of the task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSExecutionListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of tasks to list per page.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSExecutionListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token to continue to the next page of tasks.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSExecutionListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Executions'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SnowDeviceManagement.Model.ListExecutionsResponse).
            Specifying the name of a property of type Amazon.SnowDeviceManagement.Model.ListExecutionsResponse 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.SDMS.GetSDMSExecutionListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSResourceTagCmdlet">
            <summary>
            Returns a list of tags for a managed device or task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the device or task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSResourceTagCmdlet.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.SnowDeviceManagement.Model.ListTagsForResourceResponse).
            Specifying the name of a property of type Amazon.SnowDeviceManagement.Model.ListTagsForResourceResponse will result in that property being returned.
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSTaskCmdlet">
            <summary>
            Checks the metadata for a given task on a device.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSTaskCmdlet.TaskId">
            <summary>
            <para>
            <para>The ID of the task to be described.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSTaskCmdlet.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.SnowDeviceManagement.Model.DescribeTaskResponse).
            Specifying the name of a property of type Amazon.SnowDeviceManagement.Model.DescribeTaskResponse 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.SDMS.GetSDMSTaskListCmdlet">
            <summary>
            Returns a list of tasks that can be filtered by state.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSTaskListCmdlet.State">
            <summary>
            <para>
            <para>A structure used to filter the list of tasks.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSTaskListCmdlet.MaxResult">
            <summary>
            <para>
            <para>The maximum number of tasks per page.</para>
            </para>
            <para>
            <br/><b>Note:</b> In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
            <br/>In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
            <br/>Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSTaskListCmdlet.NextToken">
            <summary>
            <para>
            <para>A pagination token to continue to the next page of tasks.</para>
            </para>
            <para>
            <br/><b>Note:</b> This parameter is only used if you are manually controlling output pagination of the service API call.
            <br/>'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.GetSDMSTaskListCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'Tasks'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SnowDeviceManagement.Model.ListTasksResponse).
            Specifying the name of a property of type Amazon.SnowDeviceManagement.Model.ListTasksResponse 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.SDMS.GetSDMSTaskListCmdlet.NoAutoIteration">
            <summary>
            By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple
            service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken
            as the start point.
            This cmdlet didn't autopaginate in V4. To preserve the V4 autopagination behavior for all cmdlets, run Set-AWSAutoIterationMode -IterationMode v4.
            </summary>
        </member>
        <member name="T:Amazon.PowerShell.Cmdlets.SDMS.NewSDMSTaskCmdlet">
            <summary>
            Instructs one or more devices to start a task, such as unlocking or rebooting.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.NewSDMSTaskCmdlet.Description">
            <summary>
            <para>
            <para>A description of the task and its targets.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.NewSDMSTaskCmdlet.Command_Reboot">
            <summary>
            <para>
            <para>Reboots the device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.NewSDMSTaskCmdlet.Tag">
            <summary>
            <para>
            <para>Optional metadata that you assign to a resource. You can use tags to categorize a
            resource in different ways, such as by purpose, owner, or environment. </para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.NewSDMSTaskCmdlet.Target">
            <summary>
            <para>
            <para>A list of managed device IDs.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.NewSDMSTaskCmdlet.Command_Unlock">
            <summary>
            <para>
            <para>Unlocks the device.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.NewSDMSTaskCmdlet.ClientToken">
            <summary>
            <para>
            <para>A token ensuring that the action is called only once with the specified details.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.NewSDMSTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TaskId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SnowDeviceManagement.Model.CreateTaskResponse).
            Specifying the name of a property of type Amazon.SnowDeviceManagement.Model.CreateTaskResponse 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.SDMS.NewSDMSTaskCmdlet.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.SDMS.RemoveSDMSResourceTagCmdlet">
            <summary>
            Removes a tag from a device or task.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.RemoveSDMSResourceTagCmdlet.ResourceArn">
            <summary>
            <para>
            <para>The Amazon Resource Name (ARN) of the device or task.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.RemoveSDMSResourceTagCmdlet.TagKey">
            <summary>
            <para>
            <para>Optional metadata that you assign to a resource. You can use tags to categorize a
            resource in different ways, such as by purpose, owner, or environment.</para><para />
            Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
            from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
            to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
            SDK behavior set the AWSConfigs.InitializeCollections static property to true.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.RemoveSDMSResourceTagCmdlet.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.SnowDeviceManagement.Model.UntagResourceResponse).
            Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.RemoveSDMSResourceTagCmdlet.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.SDMS.StopSDMSTaskCmdlet">
            <summary>
            Sends a cancel request for a specified task. You can cancel a task only if it's still
            in a <c>QUEUED</c> state. Tasks that are already running can't be cancelled.
             
             <note><para>
            A task might still run if it's processed from the queue before the <c>CancelTask</c>
            operation changes the task's state.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.StopSDMSTaskCmdlet.TaskId">
            <summary>
            <para>
            <para>The ID of the task that you are attempting to cancel. You can retrieve a task ID by
            using the <c>ListTasks</c> operation.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SDMS.StopSDMSTaskCmdlet.Select">
            <summary>
            Use the -Select parameter to control the cmdlet output. The default value is 'TaskId'.
            Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SnowDeviceManagement.Model.CancelTaskResponse).
            Specifying the name of a property of type Amazon.SnowDeviceManagement.Model.CancelTaskResponse 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.SDMS.StopSDMSTaskCmdlet.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>