kinesisanalyticsv2_list_application_versions: Lists all the versions for the specified application,...

View source: R/kinesisanalyticsv2_operations.R

kinesisanalyticsv2_list_application_versionsR 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.