Smaws_Client_CodeDeploy.UntagResourceDisassociates a resource from a list of tags. The resource is identified by the ResourceArn input parameter. The tags are identified by the list of keys in the TagKeys input parameter.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ApplicationDoesNotExistException of
Types.application_does_not_exist_exception
| `ArnNotSupportedException of Types.arn_not_supported_exception
| `DeploymentConfigDoesNotExistException of
Types.deployment_config_does_not_exist_exception
| `DeploymentGroupDoesNotExistException of
Types.deployment_group_does_not_exist_exception
| `InvalidArnException of Types.invalid_arn_exception
| `InvalidTagsToAddException of Types.invalid_tags_to_add_exception
| `ResourceArnRequiredException of Types.resource_arn_required_exception
| `TagRequiredException of Types.tag_required_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.untag_resource_input ->
(Types.untag_resource_output,
[> Smaws_Lib.Protocols.AwsJson.error
| `ApplicationDoesNotExistException of
Types.application_does_not_exist_exception
| `ArnNotSupportedException of Types.arn_not_supported_exception
| `DeploymentConfigDoesNotExistException of
Types.deployment_config_does_not_exist_exception
| `DeploymentGroupDoesNotExistException of
Types.deployment_group_does_not_exist_exception
| `InvalidArnException of Types.invalid_arn_exception
| `InvalidTagsToAddException of Types.invalid_tags_to_add_exception
| `ResourceArnRequiredException of Types.resource_arn_required_exception
| `TagRequiredException of Types.tag_required_exception ])
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
| `ApplicationDoesNotExistException of
Types.application_does_not_exist_exception
| `ArnNotSupportedException of Types.arn_not_supported_exception
| `DeploymentConfigDoesNotExistException of
Types.deployment_config_does_not_exist_exception
| `DeploymentGroupDoesNotExistException of
Types.deployment_group_does_not_exist_exception
| `InvalidArnException of Types.invalid_arn_exception
| `InvalidTagsToAddException of Types.invalid_tags_to_add_exception
| `ResourceArnRequiredException of Types.resource_arn_required_exception
| `TagRequiredException of Types.tag_required_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result