| 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.DirectConnect.UntagResource
Description
Removes one or more tags from the specified Direct Connect resource.
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- The Amazon Resource Name (ARN) of the Direct Connect resource.urTagKeys- The list of tag keys to remove.
data UntagResource Source #
Container for the parameters to the UntagResource operation.
See: untagResource smart constructor.
Instances
Request Lenses
urResourceARN :: Lens' UntagResource Text Source #
The Amazon Resource Name (ARN) of the Direct Connect resource.
Destructuring the Response
untagResourceResponse Source #
Arguments
| :: Int | |
| -> UntagResourceResponse |
Creates a value of UntagResourceResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
urrsResponseStatus- -- | The response status code.
data UntagResourceResponse Source #
The response received when UntagResource is called.
See: untagResourceResponse smart constructor.
Instances
Response Lenses
urrsResponseStatus :: Lens' UntagResourceResponse Int Source #
- - | The response status code.