Module Smaws_Client_MediaStore.DeleteLifecyclePolicy

Removes an object lifecycle policy from a container. It takes up to 20 minutes for the change to take effect.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ContainerInUseException of Types.container_in_use_exception | `ContainerNotFoundException of Types.container_not_found_exception | `InternalServerError of Types.internal_server_error | `PolicyNotFoundException of Types.policy_not_found_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.delete_lifecycle_policy_input -> (Types.delete_lifecycle_policy_output, [> Smaws_Lib.Protocols.AwsJson.error | `ContainerInUseException of Types.container_in_use_exception | `ContainerNotFoundException of Types.container_not_found_exception | `InternalServerError of Types.internal_server_error | `PolicyNotFoundException of Types.policy_not_found_exception ]) Stdlib.result