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

CreateSchemaResponse

import type { CreateSchemaResponse } from "https://aws-api.deno.dev/v0.3/services/schemas.ts?docs=full";
interface CreateSchemaResponse {
Description?: string | null;
LastModified?: Date | number | null;
SchemaArn?: string | null;
SchemaName?: string | null;
SchemaVersion?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Type?: string | null;
VersionCreatedDate?: Date | number | null;
}

§Properties

§
Description?: string | null
[src]

The description of the schema.

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

The date and time that schema was modified.

§
SchemaArn?: string | null
[src]

The ARN of the schema.

§
SchemaName?: string | null
[src]

The name of the schema.

§
SchemaVersion?: string | null
[src]

The version number of the schema

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Type?: string | null
[src]

The type of the schema.

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

The date the schema version was created.