Lists applications owned by the requester.
serverlessapplicationrepository_list_applications(MaxItems, NextToken)
A list with the following syntax:
list(
Applications = list(
list(
ApplicationId = "string",
Author = "string",
CreationTime = "string",
Description = "string",
HomePageUrl = "string",
Labels = list(
"string"
),
Name = "string",
SpdxLicenseId = "string"
)
),
NextToken = "string"
)
The total number of items to return.
A token to specify where to start paginating.
svc$list_applications(
MaxItems = 123,
NextToken = "string"
)