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
Link copied to clipboard
Link copied to clipboard
Identifier for the registry which the schema is part of.
Link copied to clipboard
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.