Smaws_Client_KinesisAnalytics.UntagResource
Removes one or more tags from a Kinesis Analytics application. For more information, see Using Tagging.
val request :
Smaws_Lib.Context.t ->
Types.untag_resource_request ->
(Types.untag_resource_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ConcurrentModificationException of
Types.concurrent_modification_exception
| `InvalidArgumentException of Types.invalid_argument_exception
| `ResourceInUseException of Types.resource_in_use_exception
| `ResourceNotFoundException of Types.resource_not_found_exception
| `TooManyTagsException of Types.too_many_tags_exception ])
Stdlib.result