Smaws_Client_ConfigService.TagResource
Associates the specified tags to a resource with the specified ResourceArn
. If existing tags on a resource are not specified in the request parameters, they are not changed. If existing tags are specified, however, then their values will be updated. When a resource is deleted, the tags associated with that resource are deleted as well.
val request :
Smaws_Lib.Context.t ->
Types.tag_resource_request ->
(Smaws_Lib.Smithy_api.Types.unit_,
[> Smaws_Lib.Protocols.AwsJson.error
| `ResourceNotFoundException of Types.resource_not_found_exception
| `TooManyTagsException of Types.too_many_tags_exception
| `ValidationException of Types.validation_exception ])
Stdlib.result