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

DeleteApplicationOutputResponse

import type { DeleteApplicationOutputResponse } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";
interface DeleteApplicationOutputResponse {
ApplicationARN?: string | null;
ApplicationVersionId?: number | null;
}

§Properties

§
ApplicationARN?: string | null
[src]

The application Amazon Resource Name (ARN).

§
ApplicationVersionId?: number | null
[src]

The current application version ID.