CodeDeploy.Client.
list_applications
(**kwargs)¶Lists the applications registered with the IAM user or Amazon Web Services account.
See also: AWS API Documentation
Request Syntax
response = client.list_applications(
nextToken='string'
)
{
'applications': [
'string',
],
'nextToken': 'string'
}
Response Structure
Represents the output of a ListApplications operation.
A list of application names.
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
CodeDeploy.Client.exceptions.InvalidNextTokenException