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

ApplicationCodeConfigurationUpdate

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

Describes code configuration updates for an application. This is supported for a Flink-based Kinesis Data Analytics application or a SQL-based Kinesis Data Analytics application.

interface ApplicationCodeConfigurationUpdate {
CodeContentTypeUpdate?: CodeContentType | null;
CodeContentUpdate?: CodeContentUpdate | null;
}

§Properties

§
CodeContentTypeUpdate?: CodeContentType | null
[src]

Describes updates to the code content type.

§
CodeContentUpdate?: CodeContentUpdate | null
[src]

Describes updates to the code content of an application.