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

GetSchemaVersionResponse

import type { GetSchemaVersionResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetSchemaVersionResponse {
CreatedTime?: string | null;
DataFormat?: DataFormat | null;
SchemaArn?: string | null;
SchemaDefinition?: string | null;
SchemaVersionId?: string | null;
Status?: SchemaVersionStatus | null;
VersionNumber?: number | null;
}

§Properties

§
CreatedTime?: string | null
[src]

The date and time the schema version was created.

§
DataFormat?: DataFormat | null
[src]

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

§
SchemaArn?: string | null
[src]

The Amazon Resource Name (ARN) of the schema.

§
SchemaDefinition?: string | null
[src]

The schema definition for the schema ID.

§
SchemaVersionId?: string | null
[src]

The SchemaVersionId of the schema version.

§
Status?: SchemaVersionStatus | null
[src]

The status of the schema version.

§
VersionNumber?: number | null
[src]

The version number of the schema.