Smaws_Client_DAX.UntagResource
Removes the association of tags from a DAX resource. You can call UntagResource
up to 5 times per second, per account.
val request :
Smaws_Lib.Context.t ->
Types.untag_resource_request ->
(Types.untag_resource_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ClusterNotFoundFault of Types.cluster_not_found_fault
| `InvalidARNFault of Types.invalid_arn_fault
| `InvalidClusterStateFault of Types.invalid_cluster_state_fault
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ServiceLinkedRoleNotFoundFault of
Types.service_linked_role_not_found_fault
| `TagNotFoundFault of Types.tag_not_found_fault ])
Stdlib.result