@aws-sdk/client-glue

GetSchemaVersionCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
CreatedTime string | undefined

The date and time the schema version was created.

DataFormat DataFormat | undefined

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

SchemaArn string | undefined

The Amazon Resource Name (ARN) of the schema.

SchemaDefinition string | undefined

The schema definition for the schema ID.

SchemaVersionId string | undefined

The SchemaVersionId of the schema version.

Status SchemaVersionStatus | undefined

The status of the schema version.

VersionNumber number | undefined

The version number of the schema.

Full Signature

export interface GetSchemaVersionCommandOutput extends GetSchemaVersionResponse, MetadataBearer