CodeDeploy.Client.
list_deployment_configs
(**kwargs)¶Lists the deployment configurations with the IAM user or Amazon Web Services account.
See also: AWS API Documentation
Request Syntax
response = client.list_deployment_configs(
nextToken='string'
)
ListDeploymentConfigs
call. It can be used to return the next set of deployment configurations in the list.{
'deploymentConfigsList': [
'string',
],
'nextToken': 'string'
}
Response Structure
Represents the output of a ListDeploymentConfigs
operation.
A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime
.
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