| Copyright | (c) 2013-2017 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.Lambda.UntagResource
Description
Removes tags from a Lambda function. Requires the function ARN (Amazon Resource Name).
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:
urResource- The ARN (Amazon Resource Name) of the function.urTagKeys- The list of tag keys to be deleted from the function.
data UntagResource Source #
See: untagResource smart constructor.
Instances
Request Lenses
urResource :: Lens' UntagResource Text Source #
The ARN (Amazon Resource Name) of the function.
urTagKeys :: Lens' UntagResource [Text] Source #
The list of tag keys to be deleted from the function.
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.