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

ApplicationUpdate

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

Describes updates to apply to an existing Amazon Kinesis Analytics application.

interface ApplicationUpdate {
ApplicationCodeUpdate?: string | null;
CloudWatchLoggingOptionUpdates?: CloudWatchLoggingOptionUpdate[] | null;
InputUpdates?: InputUpdate[] | null;
OutputUpdates?: OutputUpdate[] | null;
ReferenceDataSourceUpdates?: ReferenceDataSourceUpdate[] | null;
}

§Properties

§
ApplicationCodeUpdate?: string | null
[src]

Describes application code updates.

§
CloudWatchLoggingOptionUpdates?: CloudWatchLoggingOptionUpdate[] | null
[src]

Describes application CloudWatch logging option updates.

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

Describes application input configuration updates.

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

Describes application output configuration updates.

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

Describes application reference data source updates.