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

CodeContentUpdate

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

Describes an update to the code of an application. Not supported for Apache Zeppelin.

interface CodeContentUpdate {
S3ContentLocationUpdate?: S3ContentLocationUpdate | null;
TextContentUpdate?: string | null;
ZipFileContentUpdate?: Uint8Array | string | null;
}

§Properties

§
S3ContentLocationUpdate?: S3ContentLocationUpdate | null
[src]

Describes an update to the location of code for an application.

§
TextContentUpdate?: string | null
[src]

Describes an update to the text code for an application.

§
ZipFileContentUpdate?: Uint8Array | string | null
[src]

Describes an update to the zipped code for an application.