| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.APIGateway.UntagResource
Description
Removes a tag from a given resource.
Synopsis
Creating a Request
Arguments
| :: Text | |
| -> UntagResource |
Creates a value of UntagResource with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
urResourceARN- [Required] The ARN of a resource that can be tagged. The resource ARN must be URL-encoded. At present,Stageis the only taggable resource.urTagKeys- [Required] The Tag keys to delete.
data UntagResource Source #
Removes a tag from a given resource.
See: untagResource smart constructor.
Instances
Request Lenses
urResourceARN :: Lens' UntagResource Text Source #
- Required
- The ARN of a resource that can be tagged. The resource ARN must be URL-encoded. At present,
Stageis the only taggable resource.
Destructuring the Response
untagResourceResponse :: UntagResourceResponse Source #
Creates a value of UntagResourceResponse with the minimum fields required to make a request.
data UntagResourceResponse Source #
See: untagResourceResponse smart constructor.