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'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the application.
dict
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