update_fuota_task
(**kwargs)¶Updates properties of a FUOTA task.
See also: AWS API Documentation
Request Syntax
response = client.update_fuota_task(
Id='string',
Name='string',
Description='string',
LoRaWAN={
'RfRegion': 'EU868'|'US915'|'AU915'|'AS923-1'
},
FirmwareUpdateImage='string',
FirmwareUpdateRole='string',
RedundancyPercent=123,
FragmentSizeBytes=123,
FragmentIntervalMS=123
)
[REQUIRED]
The ID of a FUOTA task.
The LoRaWAN information used with a FUOTA task.
Supported RfRegions
RedundancyPercent
set to 50(%), the final number of encoded fragments is (100 / 10) + (100 / 10 * 50%) = 15.dict
Response Syntax
{}
Response Structure
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.ConflictException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException