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

***********************
list_deployment_configs
***********************



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

  

  Lists the deployment configurations with the user or Amazon Web Services account.

  

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


  **Request Syntax**
  ::

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

    An identifier returned from the previous ``ListDeploymentConfigs`` call. It can be used to return the next set of deployment configurations in the list.

    

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

    
    ::

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

    

    - *(dict) --* 

      Represents the output of a ``ListDeploymentConfigs`` operation.

      
      

      - **deploymentConfigsList** *(list) --* 

        A list of deployment configurations, including built-in configurations such as ``CodeDeployDefault.OneAtATime``.

        
        

        - *(string) --* 
    
      

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

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

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

  