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

SqlApplicationConfigurationUpdate

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

Describes updates to the input streams, destination streams, and reference data sources for a SQL-based Kinesis Data Analytics application.

interface SqlApplicationConfigurationUpdate {
InputUpdates?: InputUpdate[] | null;
OutputUpdates?: OutputUpdate[] | null;
ReferenceDataSourceUpdates?: ReferenceDataSourceUpdate[] | null;
}

§Properties

§
InputUpdates?: InputUpdate[] | null
[src]

The array of "InputUpdate" objects describing the new input streams used by the application.

§
OutputUpdates?: OutputUpdate[] | null
[src]

The array of "OutputUpdate" objects describing the new destination streams used by the application.

§
ReferenceDataSourceUpdates?: ReferenceDataSourceUpdate[] | null
[src]

The array of "ReferenceDataSourceUpdate" objects describing the new reference data sources used by the application.