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-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
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]
§
DataFormat?: DataFormat | null
[src]
§
SchemaArn?: string | null
[src]
§
SchemaDefinition?: string | null
[src]
§
SchemaVersionId?: string | null
[src]
§
VersionNumber?: number | null
[src]