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;
}