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

******************
update_destination
******************



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

  

  Update a destination specified by name.

  

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


  **Request Syntax**
  ::

    response = client.update_destination(
        Name='string',
        DeliveryDestinationArn='string',
        DeliveryDestinationType='KINESIS',
        RoleArn='string',
        Description='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the customer-managed destination.

    

  
  :type DeliveryDestinationArn: string
  :param DeliveryDestinationArn: 

    The Amazon Resource Name (ARN) of the customer-managed destination.

    

  
  :type DeliveryDestinationType: string
  :param DeliveryDestinationType: 

    The destination type for the customer-managed destination.

    

  
  :type RoleArn: string
  :param RoleArn: 

    The Amazon Resource Name (ARN) of the delivery destination role.

    

  
  :type Description: string
  :param Description: 

    The description of the customer-managed destination.

    

  
  
  :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`

  