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

*****************
list_destinations
*****************



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

  

  List all notification destinations.

  

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


  **Request Syntax**
  ::

    response = client.list_destinations(
        NextToken='string',
        MaxResults=123
    )
    
  :type NextToken: string
  :param NextToken: 

    A token that can be used to retrieve the next set of results.

    

  
  :type MaxResults: integer
  :param MaxResults: 

    The maximum number of results to return at one time.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'DestinationList': [
              {
                  'Description': 'string',
                  'DeliveryDestinationArn': 'string',
                  'DeliveryDestinationType': 'KINESIS',
                  'Name': 'string',
                  'RoleArn': 'string'
              },
          ],
          'NextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **DestinationList** *(list) --* 

        The list of destinations.

        
        

        - *(dict) --* 

          Structure describing a destination for IoT managed integrations to deliver notifications for a device.

          
          

          - **Description** *(string) --* 

            The description of the customer-managed destination.

            
          

          - **DeliveryDestinationArn** *(string) --* 

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

            
          

          - **DeliveryDestinationType** *(string) --* 

            The destination type for the customer-managed destination.

            
          

          - **Name** *(string) --* 

            The name of the customer-managed destination.

            
          

          - **RoleArn** *(string) --* 

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

            
      
    
      

      - **NextToken** *(string) --* 

        A token that can be used to retrieve the next set of results.

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

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

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

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

  