Skip to content

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.

const listVersions = yield* AWS.KinesisAnalyticsV2.ListApplicationVersions(app);
const { ApplicationVersionSummaries } = yield* listVersions({ Limit: 10 });