Amazon.PowerShell.Cmdlets.IOT.AmazonIoTClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Amazon Resource Number (ARN) of the command. You can use this information to list all command executions for a particular command.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-CompletedTimeFilter_After <
String>
Filter to display command executions that started or completed only after a particular date and time.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-CompletedTimeFilter_Before <
String>
Filter to display command executions that started or completed only before a particular date and time.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The maximum number of results to return in this operation.
Note: In AWSPowerShell and AWSPowerShell.NetCore this parameter is used to limit the total number of items returned by the cmdlet.
In AWS.Tools this parameter is simply passed to the service to specify how many items should be returned by each service call.
Pipe the output of this cmdlet into Select-Object -First to terminate retrieving data pages early and control the number of items returned.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MaxItems, MaxResults |
The namespace of the command.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
Note: This parameter is only used if you are manually controlling output pagination of the service API call.
'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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is 'CommandExecutions'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.IoT.Model.ListCommandExecutionsResponse). Specifying the name of a property of type Amazon.IoT.Model.ListCommandExecutionsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Specify whether to list the command executions that were created in the ascending or descending order. By default, the API returns all commands in the descending order based on the start time or completion time of the executions, that are determined by the startTimeFilter and completeTimeFilter parameters.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-StartedTimeFilter_After <
String>
Filter to display command executions that started or completed only after a particular date and time.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-StartedTimeFilter_Before <
String>
Filter to display command executions that started or completed only before a particular date and time.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
List all command executions for the device that have a particular status. For example, you can filter the list to display only command executions that have failed or timed out.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Amazon Resource Number (ARN) of the target device. You can use this information to list all command executions for a particular device.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |