Module Smaws_Client_Glue.DeleteRegistry

Delete the entire registry including schema and all of its versions. To get the status of the delete operation, you can call the GetRegistry API after the asynchronous call. Deleting a registry will deactivate all online operations for the registry such as the UpdateRegistry, CreateSchema, UpdateSchema, and RegisterSchemaVersion APIs.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `ConcurrentModificationException of Types.concurrent_modification_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InvalidInputException of Types.invalid_input_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_registry_input -> (Types.delete_registry_response, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `ConcurrentModificationException of Types.concurrent_modification_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InvalidInputException of Types.invalid_input_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.delete_registry_input -> (Types.delete_registry_response Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `AccessDeniedException of Types.access_denied_exception | `ConcurrentModificationException of Types.concurrent_modification_exception | `EntityNotFoundException of Types.entity_not_found_exception | `InvalidInputException of Types.invalid_input_exception ] * Smaws_Lib.Response.metadata) Stdlib.result