IoTWireless / Client / list_fuota_tasks

list_fuota_tasks#

IoTWireless.Client.list_fuota_tasks(**kwargs)#

Lists the FUOTA tasks registered to your AWS account.

See also: AWS API Documentation

Request Syntax

response = client.list_fuota_tasks(
    NextToken='string',
    MaxResults=123
)
Parameters:
  • NextToken (string) – To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

  • MaxResults (integer) – The maximum number of results to return in this operation.

Return type:

dict

Returns:

Response Syntax

{
    'NextToken': 'string',
    'FuotaTaskList': [
        {
            'Id': 'string',
            'Arn': 'string',
            'Name': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • NextToken (string) –

      To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

    • FuotaTaskList (list) –

      Lists the FUOTA tasks registered to your AWS account.

      • (dict) –

        A FUOTA task.

        • Id (string) –

          The ID of a FUOTA task.

        • Arn (string) –

          The arn of a FUOTA task.

        • Name (string) –

          The name of a FUOTA task.

Exceptions

  • IoTWireless.Client.exceptions.ValidationException

  • IoTWireless.Client.exceptions.AccessDeniedException

  • IoTWireless.Client.exceptions.InternalServerException

  • IoTWireless.Client.exceptions.ThrottlingException