Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@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 #
Container for the parameters to the UntagResource operation.
See: untagResource
smart constructor.
Instances
Request Lenses
urResourceARN :: Lens' UntagResource Text #
The Amazon Resource Name (ARN) of the Direct Connect resource.
urTagKeys :: Lens' UntagResource [Text] #
The list of tag keys to remove.
Destructuring the Response
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 #
The response received when UntagResource is called.
See: untagResourceResponse
smart constructor.
Response Lenses
urrsResponseStatus :: Lens' UntagResourceResponse Int #
- - | The response status code.