Module Smaws_Client_MediaStore.DeleteMetricPolicy

Deletes the metric policy that is associated with the specified container. If there is no metric policy associated with the container, MediaStore doesn't send metrics to CloudWatch.

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_metric_policy_input -> (Types.delete_metric_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
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.delete_metric_policy_input -> (Types.delete_metric_policy_output Smaws_Lib.Response.t, [> 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 ] * Smaws_Lib.Response.metadata) Stdlib.result