Module Smaws_Client_Glue.DeleteSchemaVersions

Remove versions from the specified schema. A version number or range may be supplied. If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned. Calling the GetSchemaVersions API after this call will list the status of the deleted versions.

When the range of version numbers contain check pointed version, the API will return a 409 conflict and will not proceed with the deletion. You have to remove the checkpoint first using the DeleteSchemaCheckpoint API before using this API.

You cannot use the DeleteSchemaVersions API to delete the first schema version in the schema set. The first schema version can only be deleted by the DeleteSchema API. This operation will also delete the attached SchemaVersionMetadata under the schema versions. Hard deletes will be enforced on the database.

If the compatibility mode forbids deleting of a version that is necessary, such as BACKWARDS_FULL, an error is returned.

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_schema_versions_input -> (Types.delete_schema_versions_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_schema_versions_input -> (Types.delete_schema_versions_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