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

AddApplicationReferenceDataSourceResponse

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

§Properties

§
ApplicationARN?: string | null
[src]

The application Amazon Resource Name (ARN).

§
ApplicationVersionId?: number | null
[src]

The updated application version ID. Kinesis Data Analytics increments this ID when the application is updated.

§
ReferenceDataSourceDescriptions?: ReferenceDataSourceDescription[] | null
[src]

Describes reference data sources configured for the application.