| 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.CloudHSMv2.TagResource
Description
Adds or overwrites one or more tags for the specified AWS CloudHSM cluster.
Creating a Request
Arguments
| :: Text | |
| -> TagResource |
Creates a value of TagResource with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
trResourceId- The cluster identifier (ID) for the cluster that you are tagging. To find the cluster ID, useDescribeClusters.trTagList- A list of one or more tags.
data TagResource Source #
See: tagResource smart constructor.
Instances
Request Lenses
trResourceId :: Lens' TagResource Text Source #
The cluster identifier (ID) for the cluster that you are tagging. To find the cluster ID, use DescribeClusters .
Destructuring the Response
Arguments
| :: Int | |
| -> TagResourceResponse |
Creates a value of TagResourceResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
trrsResponseStatus- -- | The response status code.
data TagResourceResponse Source #
See: tagResourceResponse smart constructor.
Response Lenses
trrsResponseStatus :: Lens' TagResourceResponse Int Source #
- - | The response status code.