ManagedintegrationsforIoTDeviceManagement / Client / update_ota_task

update_ota_task#

ManagedintegrationsforIoTDeviceManagement.Client.update_ota_task(**kwargs)#

Update an over-the-air (OTA) task.

See also: AWS API Documentation

Request Syntax

response = client.update_ota_task(
    Identifier='string',
    Description='string',
    TaskConfigurationId='string'
)
Parameters:
  • Identifier (string) –

    [REQUIRED]

    The over-the-air (OTA) task id.

  • Description (string) – The description of the over-the-air (OTA) task.

  • TaskConfigurationId (string) – The identifier for the over-the-air (OTA) task configuration.

Returns:

None

Exceptions