CodeDeploy / Client / list_applications

list_applications#

CodeDeploy.Client.list_applications(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

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

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

Return type:

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