Smaws_Client_SFN.TagResourceAdd a tag to a Step Functions resource.
An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide, and Controlling Access Using IAM Tags.
Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidArn of Types.invalid_arn
| `ResourceNotFound of Types.resource_not_found
| `TooManyTags of Types.too_many_tags ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.tag_resource_input ->
(Types.tag_resource_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidArn of Types.invalid_arn
| `ResourceNotFound of Types.resource_not_found
| `TooManyTags of Types.too_many_tags ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.tag_resource_input ->
(Types.tag_resource_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidArn of Types.invalid_arn
| `ResourceNotFound of Types.resource_not_found
| `TooManyTags of Types.too_many_tags ]
* Smaws_Lib.Response.metadata)
Stdlib.result