Smaws_Client_ServiceQuotas.TagResourceAdds tags to the specified applied quota. You can include one or more tags to add to the quota.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `IllegalArgumentException of Types.illegal_argument_exception
| `NoSuchResourceException of Types.no_such_resource_exception
| `ServiceException of Types.service_exception
| `TagPolicyViolationException of Types.tag_policy_violation_exception
| `TooManyRequestsException of Types.too_many_requests_exception
| `TooManyTagsException of Types.too_many_tags_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.tag_resource_request ->
(Types.tag_resource_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `IllegalArgumentException of Types.illegal_argument_exception
| `NoSuchResourceException of Types.no_such_resource_exception
| `ServiceException of Types.service_exception
| `TagPolicyViolationException of Types.tag_policy_violation_exception
| `TooManyRequestsException of Types.too_many_requests_exception
| `TooManyTagsException of Types.too_many_tags_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.tag_resource_request ->
(Types.tag_resource_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `IllegalArgumentException of Types.illegal_argument_exception
| `NoSuchResourceException of Types.no_such_resource_exception
| `ServiceException of Types.service_exception
| `TagPolicyViolationException of Types.tag_policy_violation_exception
| `TooManyRequestsException of Types.too_many_requests_exception
| `TooManyTagsException of Types.too_many_tags_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result