Lists versions for the specified application.
serverlessapplicationrepository_list_application_versions(ApplicationId,
MaxItems, NextToken)
A list with the following syntax:
list(
NextToken = "string",
Versions = list(
list(
ApplicationId = "string",
CreationTime = "string",
SemanticVersion = "string",
SourceCodeUrl = "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.
svc$list_application_versions(
ApplicationId = "string",
MaxItems = 123,
NextToken = "string"
)