Module Smaws_Client_SFN.TagResource

Add 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 ] -> string
val 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.result