Module Smaws_Client_Glue.GetSchemaByDefinition

Retrieves a schema by the SchemaDefinition. The schema definition is sent to the Schema Registry, canonicalized, and hashed. If the hash is matched within the scope of the SchemaName or ARN (or the default registry, if none is supplied), that schema’s metadata is returned. Otherwise, a 404 or NotFound error is returned. Schema versions in Deleted statuses will not be included in the results.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.get_schema_by_definition_input -> (Types.get_schema_by_definition_response, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InternalServiceException of Types.internal_service_exception | `InvalidInputException of Types.invalid_input_exception ]) Stdlib.result