Smaws_Client_SFN.UntagResourceRemove a tag from a Step Functions resource
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `InvalidArn of Types.invalid_arn
| `ResourceNotFound of Types.resource_not_found ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.untag_resource_input ->
(Types.untag_resource_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidArn of Types.invalid_arn
| `ResourceNotFound of Types.resource_not_found ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.untag_resource_input ->
(Types.untag_resource_output Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidArn of Types.invalid_arn
| `ResourceNotFound of Types.resource_not_found ]
* Smaws_Lib.Response.metadata)
Stdlib.result