:doc:`ManagedintegrationsforIoTDeviceManagement <../../iot-managed-integrations>` / Client / update_ota_task

***************
update_ota_task
***************



.. py:method:: ManagedintegrationsforIoTDeviceManagement.Client.update_ota_task(**kwargs)

  

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

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iot-managed-integrations-2025-03-03/UpdateOtaTask>`_  


  **Request Syntax**
  ::

    response = client.update_ota_task(
        Identifier='string',
        Description='string',
        TaskConfigurationId='string'
    )
    
  :type Identifier: string
  :param Identifier: **[REQUIRED]** 

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

    

  
  :type Description: string
  :param Description: 

    The description of the over-the-air (OTA) task.

    

  
  :type TaskConfigurationId: string
  :param TaskConfigurationId: 

    The identifier for the over-the-air (OTA) task configuration.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ValidationException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.InternalServerException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`ManagedintegrationsforIoTDeviceManagement.Client.exceptions.ThrottlingException`

  