CodeDeploy / Client / list_deployment_configs

list_deployment_configs#

CodeDeploy.Client.list_deployment_configs(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.list_deployment_configs(
    nextToken='string'
)
Parameters:

nextToken (string) – An identifier returned from the previous ListDeploymentConfigs call. It can be used to return the next set of deployment configurations in the list.

Return type:

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

  • CodeDeploy.Client.exceptions.InvalidNextTokenException