CodeContentUpdate
import type { CodeContentUpdate } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kinesisanalyticsv2.ts";interface CodeContentUpdate {
S3ContentLocationUpdate?: S3ContentLocationUpdate | null;
TextContentUpdate?: string | null;
ZipFileContentUpdate?: Uint8Array | string | null;
}