Lists information about the current application snapshots.
kinesisanalyticsv2_list_application_snapshots(ApplicationName, Limit,
NextToken)
[required] The name of an existing application.
The maximum number of application snapshots to list.
Use this parameter if you receive a NextToken
response in a previous
request that indicates that there is more output available. Set it to
the value of the previous call\'s NextToken
response to indicate where
the output should continue from.
svc$list_application_snapshots( ApplicationName = "string", Limit = 123, NextToken = "string" )