IoTWireless / Client / start_fuota_task

start_fuota_task#

IoTWireless.Client.start_fuota_task(**kwargs)#

Starts a FUOTA task.

See also: AWS API Documentation

Request Syntax

response = client.start_fuota_task(
    Id='string',
    LoRaWAN={
        'StartTime': datetime(2015, 1, 1)
    }
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The ID of a FUOTA task.

  • LoRaWAN (dict) –

    The LoRaWAN information used to start a FUOTA task.

    • StartTime (datetime) –

      Start time of a FUOTA task.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions