Smaws_Client_DAX.TagResource
Associates a set of tags with a DAX resource. You can call TagResource
up to 5 times per second, per account.
val request :
Smaws_Lib.Context.t ->
Types.tag_resource_request ->
(Types.tag_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
| `TagQuotaPerResourceExceeded of Types.tag_quota_per_resource_exceeded ])
Stdlib.result