Smaws_Client_Transcribe.TagResource
Adds one or more custom tags, each in the form of a key:value pair, to the specified resource.
To learn more about using tags with Amazon Transcribe, refer to Tagging resources.
val request :
Smaws_Lib.Context.t ->
Types.tag_resource_request ->
(Types.tag_resource_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `BadRequestException of Types.bad_request_exception
| `ConflictException of Types.conflict_exception
| `InternalFailureException of Types.internal_failure_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NotFoundException of Types.not_found_exception ])
Stdlib.result