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

DescribeApplicationVersionRequest

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

§Properties

§
ApplicationName: string
[src]

The name of the application for which you want to get the version description.

§
ApplicationVersionId: number
[src]

The ID of the application version for which you want to get the description.