DescribeApplicationVersion
Source:
src/AWS/KinesisAnalyticsV2/DescribeApplicationVersion.ts
Runtime binding for kinesisanalytics:DescribeApplicationVersion — reads
the configuration of a specific version of the bound application, e.g. to
inspect what a rollback target looked like.
Observing the Application
Section titled “Observing the Application”const describeVersion = yield* AWS.KinesisAnalyticsV2.DescribeApplicationVersion(app);
const { ApplicationVersionDetail } = yield* describeVersion({ ApplicationVersionId: 3,});