Module Smaws_Client_MediaStore.UntagResource

and Deserialization

Removes tags from the specified container. You can specify one or more tags to remove.

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 ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.untag_resource_input -> (Types.untag_resource_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 ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.untag_resource_input -> (Types.untag_resource_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 ] * Smaws_Lib.Response.metadata) Stdlib.result