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

CodeContentDescription

import type { CodeContentDescription } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kinesisanalyticsv2.ts";
interface CodeContentDescription {
CodeMD5?: string | null;
CodeSize?: number | null;
S3ApplicationCodeLocationDescription?: S3ApplicationCodeLocationDescription | null;
TextContent?: string | null;
}

§Properties

§
CodeMD5?: string | null
[src]
§
CodeSize?: number | null
[src]
§
S3ApplicationCodeLocationDescription?: S3ApplicationCodeLocationDescription | null
[src]
§
TextContent?: string | null
[src]