kinesisanalyticsv2_list_application_versions {paws.analytics} | R Documentation |
Lists all the versions for the specified application, including versions that were rolled back
Description
Lists all the versions for the specified application, including versions that were rolled back. The response also includes a summary of the configuration associated with each version.
See https://www.paws-r-sdk.com/docs/kinesisanalyticsv2_list_application_versions/ for full documentation.
Usage
kinesisanalyticsv2_list_application_versions(
ApplicationName,
Limit = NULL,
NextToken = NULL
)
Arguments
ApplicationName |
[required] The name of the application for which you want to list all versions. |
Limit |
The maximum number of versions to list in this invocation of the operation. |
NextToken |
If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options. |
[Package paws.analytics version 0.9.0 Index]