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

DescribeCodeBindingResponse

import type { DescribeCodeBindingResponse } from "https://aws-api.deno.dev/v0.4/services/schemas.ts?docs=full";
interface DescribeCodeBindingResponse {
CreationDate?: Date | number | null;
LastModified?: Date | number | null;
SchemaVersion?: string | null;
Status?: CodeGenerationStatus | null;
}

§Properties

§
CreationDate?: Date | number | null
[src]

The time and date that the code binding was created.

§
LastModified?: Date | number | null
[src]

The date and time that code bindings were modified.

§
SchemaVersion?: string | null
[src]

The version number of the schema.

§

The current status of code binding generation.