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

GetSchemaResponse

import type { GetSchemaResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetSchemaResponse {
Compatibility?: Compatibility | null;
CreatedTime?: string | 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;
UpdatedTime?: string | null;
}

§Properties

§
Compatibility?: Compatibility | null
[src]

The compatibility mode of the schema.

§
CreatedTime?: string | null
[src]

The date and time the schema was created.

§
DataFormat?: DataFormat | null
[src]

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

§
Description?: string | null
[src]

A description of 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.

§
UpdatedTime?: string | null
[src]

The date and time the schema was updated.