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?: {} | null;
}[key: string]: string | null | undefined;
§Properties
§
Compatibility?: Compatibility | null
[src]§
DataFormat?: DataFormat | null
[src]§
SchemaStatus?: SchemaStatus | null
[src]§
SchemaVersionStatus?: SchemaVersionStatus | null
[src]