:doc:`CodeDeploy <../../codedeploy>` / Client / list_applications

*****************
list_applications
*****************



.. py:method:: CodeDeploy.Client.list_applications(**kwargs)

  

  Lists the applications registered with the user or Amazon Web Services account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/ListApplications>`_  


  **Request Syntax**
  ::

    response = client.list_applications(
        nextToken='string'
    )
    
  :type nextToken: string
  :param nextToken: 

    An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.

    

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

    
    ::

      {
          'applications': [
              'string',
          ],
          'nextToken': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 

      Represents the output of a ListApplications operation.

      
      

      - **applications** *(list) --* 

        A list of application names.

        
        

        - *(string) --* 
    
      

      - **nextToken** *(string) --* 

        If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.

        
  
  **Exceptions**
  
  *   :py:class:`CodeDeploy.Client.exceptions.InvalidNextTokenException`

  