ListApplicationVersions
Source:
src/AWS/KinesisAnalyticsV2/ListApplicationVersions.ts
Runtime binding for kinesisanalytics:ListApplicationVersions — pages
through the bound application’s version history (every configuration
update creates a version), e.g. to pick a rollback target.
Observing the Application
Section titled “Observing the Application”const listVersions = yield* AWS.KinesisAnalyticsV2.ListApplicationVersions(app);
const { ApplicationVersionSummaries } = yield* listVersions({ Limit: 10 });