ServerlessApplicationRepository / Client / list_application_dependencies
list_application_dependencies#
- ServerlessApplicationRepository.Client.list_application_dependencies(**kwargs)#
Retrieves the list of applications nested in the containing application.
See also: AWS API Documentation
Request Syntax
response = client.list_application_dependencies( ApplicationId='string', MaxItems=123, NextToken='string', SemanticVersion='string' )
- Parameters:
ApplicationId (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the application.
MaxItems (integer) – The total number of items to return.
NextToken (string) – A token to specify where to start paginating.
SemanticVersion (string) – The semantic version of the application to get.
- Return type:
dict
- Returns:
Response Syntax
{ 'Dependencies': [ { 'ApplicationId': 'string', 'SemanticVersion': 'string' }, ], 'NextToken': 'string' }
Response Structure
(dict) –
Success
Dependencies (list) –
An array of application summaries nested in the application.
(dict) –
A nested application summary.
ApplicationId (string) –
The Amazon Resource Name (ARN) of the nested application.
SemanticVersion (string) –
The semantic version of the nested application.
NextToken (string) –
The token to request the next page of results.
Exceptions
ServerlessApplicationRepository.Client.exceptions.NotFoundException
ServerlessApplicationRepository.Client.exceptions.TooManyRequestsException
ServerlessApplicationRepository.Client.exceptions.BadRequestException
ServerlessApplicationRepository.Client.exceptions.InternalServerErrorException
ServerlessApplicationRepository.Client.exceptions.ForbiddenException