Retrieves the list of applications nested in the containing application.
serverlessapplicationrepository_list_application_dependencies(
ApplicationId, MaxItems, NextToken, SemanticVersion)
A list with the following syntax:
list(
Dependencies = list(
list(
ApplicationId = "string",
SemanticVersion = "string"
)
),
NextToken = "string"
)
[required] The Amazon Resource Name (ARN) of the application.
The total number of items to return.
A token to specify where to start paginating.
The semantic version of the application to get.
svc$list_application_dependencies(
ApplicationId = "string",
MaxItems = 123,
NextToken = "string",
SemanticVersion = "string"
)