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

AddApplicationInputResponse

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

§Properties

§
ApplicationARN?: string | null
[src]

The Amazon Resource Name (ARN) of the application.

§
ApplicationVersionId?: number | null
[src]

Provides the current application version.

§
InputDescriptions?: InputDescription[] | null
[src]

Describes the application input configuration.