Package-level declarations

Types

Link copied to clipboard
data class GetRegistryResult(val arn: String? = null, val description: String? = null, val tags: List<RegistryTag>? = null)
Link copied to clipboard
data class GetSchemaResult(val arn: String? = null, val checkpointVersion: SchemaVersion? = null, val compatibility: SchemaCompatibility? = null, val description: String? = null, val initialSchemaVersionId: String? = null, val tags: List<SchemaTag>? = null)
Link copied to clipboard
data class GetSchemaVersionResult(val versionId: String? = null)
Link copied to clipboard
data class RegistryTag(val key: String, val value: String)
Link copied to clipboard
data class SchemaRegistry(val arn: String? = null, val name: String? = null)

Identifier for the registry which the schema is part of.

Link copied to clipboard
data class SchemaTag(val key: String, val value: String)
Link copied to clipboard
data class SchemaVersion(val isLatest: Boolean? = null, val versionNumber: Int? = null)

Specify checkpoint version for update. This is only required to update the Compatibility.

Link copied to clipboard
data class SchemaVersionSchema(val registryName: String? = null, val schemaArn: String? = null, val schemaName: String? = null)

Identifier for the schema where the schema version will be created.