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-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface CreateSchemaResponse {
Compatibility?: Compatibility | null;
DataFormat?: DataFormat | null;
Description?: string | null;
LatestSchemaVersion?: number | null;
NextSchemaVersion?: number | null;
RegistryArn?: string | null;
RegistryName?: string | null;
SchemaArn?: string | null;
SchemaCheckpoint?: number | null;
SchemaName?: string | null;
SchemaStatus?: SchemaStatus | null;
SchemaVersionId?: string | null;
SchemaVersionStatus?: SchemaVersionStatus | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Compatibility?: Compatibility | null
[src]
§
DataFormat?: DataFormat | null
[src]
§
Description?: string | null
[src]
§
LatestSchemaVersion?: number | null
[src]
§
NextSchemaVersion?: number | null
[src]
§
RegistryArn?: string | null
[src]
§
RegistryName?: string | null
[src]
§
SchemaArn?: string | null
[src]
§
SchemaCheckpoint?: number | null
[src]
§
SchemaName?: string | null
[src]
§
SchemaStatus?: SchemaStatus | null
[src]
§
SchemaVersionId?: string | null
[src]
§
SchemaVersionStatus?: SchemaVersionStatus | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]