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/glue.ts?docs=full";
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]

The schema compatibility mode.

§
DataFormat?: DataFormat | null
[src]

The data format of the schema definition. Currently AVRO and JSON are supported.

§
Description?: string | null
[src]

A description of the schema if specified when created.

§
LatestSchemaVersion?: number | null
[src]

The latest version of the schema associated with the returned schema definition.

§
NextSchemaVersion?: number | null
[src]

The next version of the schema associated with the returned schema definition.

§
RegistryArn?: string | null
[src]

The Amazon Resource Name (ARN) of the registry.

§
RegistryName?: string | null
[src]

The name of the registry.

§
SchemaArn?: string | null
[src]

The Amazon Resource Name (ARN) of the schema.

§
SchemaCheckpoint?: number | null
[src]

The version number of the checkpoint (the last time the compatibility mode was changed).

§
SchemaName?: string | null
[src]

The name of the schema.

§
SchemaStatus?: SchemaStatus | null
[src]

The status of the schema.

§
SchemaVersionId?: string | null
[src]

The unique identifier of the first schema version.

§
SchemaVersionStatus?: SchemaVersionStatus | null
[src]

The status of the first schema version created.

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

The tags for the schema.