2018/11/29 - AWSServerlessApplicationRepository - 1 new api methods
Changes Update serverlessrepo client to latest version
Retrieves the list of applications nested in the containing application.
See also: AWS API Documentation
Request Syntax
client.list_application_dependencies( ApplicationId='string', MaxItems=123, NextToken='string', SemanticVersion='string' )
string
[REQUIRED]
The Amazon Resource Name (ARN) of the application.
integer
The total number of items to return.
string
A token to specify where to start paginating.
string
The semantic version of the application to get.
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.