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

GetSchemaByDefinitionResponse

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

§Properties

§
CreatedTime?: string | null
[src]

The date and time the schema was created.

§
DataFormat?: DataFormat | null
[src]

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

§
SchemaArn?: string | null
[src]

The Amazon Resource Name (ARN) of the schema.

§
SchemaVersionId?: string | null
[src]

The schema ID of the schema version.

§
Status?: SchemaVersionStatus | null
[src]

The status of the schema version.