Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ApplicationVersionSummary

import type { ApplicationVersionSummary } from "https://aws-api.deno.dev/v0.3/services/kinesisanalyticsv2.ts?docs=full";

The summary of the application version.

interface ApplicationVersionSummary {
ApplicationStatus: ApplicationStatus;
ApplicationVersionId: number;
}

§Properties

§
ApplicationStatus: ApplicationStatus
[src]

The status of the application.

§
ApplicationVersionId: number
[src]

The ID of the application version. Kinesis Data Analytics updates the ApplicationVersionId each time you update the application.