amazonka-cloudhsm-1.5.0: Amazon CloudHSM SDK.

Copyright(c) 2013-2017 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.AddTagsToResource

Contents

Description

This is documentation for AWS CloudHSM Classic . For more information, see AWS CloudHSM Classic FAQs , the AWS CloudHSM Classic User Guide , and the AWS CloudHSM Classic API Reference .

For information about the current version of AWS CloudHSM , see AWS CloudHSM , the AWS CloudHSM User Guide , and the AWS CloudHSM API Reference .

Adds or overwrites one or more tags for the specified AWS CloudHSM resource.

Each tag consists of a key and a value. Tag keys must be unique to each resource.

Synopsis

Creating a Request

addTagsToResource Source #

Creates a value of AddTagsToResource with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data AddTagsToResource Source #

See: addTagsToResource smart constructor.

Instances

Eq AddTagsToResource Source # 
Data AddTagsToResource Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AddTagsToResource -> c AddTagsToResource #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AddTagsToResource #

toConstr :: AddTagsToResource -> Constr #

dataTypeOf :: AddTagsToResource -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AddTagsToResource) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AddTagsToResource) #

gmapT :: (forall b. Data b => b -> b) -> AddTagsToResource -> AddTagsToResource #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AddTagsToResource -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AddTagsToResource -> r #

gmapQ :: (forall d. Data d => d -> u) -> AddTagsToResource -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AddTagsToResource -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AddTagsToResource -> m AddTagsToResource #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AddTagsToResource -> m AddTagsToResource #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AddTagsToResource -> m AddTagsToResource #

Read AddTagsToResource Source # 
Show AddTagsToResource Source # 
Generic AddTagsToResource Source # 
Hashable AddTagsToResource Source # 
ToJSON AddTagsToResource Source # 
NFData AddTagsToResource Source # 

Methods

rnf :: AddTagsToResource -> () #

AWSRequest AddTagsToResource Source # 
ToQuery AddTagsToResource Source # 
ToPath AddTagsToResource Source # 
ToHeaders AddTagsToResource Source # 
type Rep AddTagsToResource Source # 
type Rep AddTagsToResource = D1 (MetaData "AddTagsToResource" "Network.AWS.CloudHSM.AddTagsToResource" "amazonka-cloudhsm-1.5.0-Ia9d98G2z3xfu0k5IeYfS" False) (C1 (MetaCons "AddTagsToResource'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_attrResourceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_attrTagList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Tag]))))
type Rs AddTagsToResource Source # 

Request Lenses

attrResourceARN :: Lens' AddTagsToResource Text Source #

The Amazon Resource Name (ARN) of the AWS CloudHSM resource to tag.

Destructuring the Response

addTagsToResourceResponse Source #

Creates a value of AddTagsToResourceResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data AddTagsToResourceResponse Source #

See: addTagsToResourceResponse smart constructor.

Instances

Eq AddTagsToResourceResponse Source # 
Data AddTagsToResourceResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AddTagsToResourceResponse -> c AddTagsToResourceResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AddTagsToResourceResponse #

toConstr :: AddTagsToResourceResponse -> Constr #

dataTypeOf :: AddTagsToResourceResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AddTagsToResourceResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AddTagsToResourceResponse) #

gmapT :: (forall b. Data b => b -> b) -> AddTagsToResourceResponse -> AddTagsToResourceResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AddTagsToResourceResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AddTagsToResourceResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> AddTagsToResourceResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AddTagsToResourceResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AddTagsToResourceResponse -> m AddTagsToResourceResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AddTagsToResourceResponse -> m AddTagsToResourceResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AddTagsToResourceResponse -> m AddTagsToResourceResponse #

Read AddTagsToResourceResponse Source # 
Show AddTagsToResourceResponse Source # 
Generic AddTagsToResourceResponse Source # 
NFData AddTagsToResourceResponse Source # 
type Rep AddTagsToResourceResponse Source # 
type Rep AddTagsToResourceResponse = D1 (MetaData "AddTagsToResourceResponse" "Network.AWS.CloudHSM.AddTagsToResource" "amazonka-cloudhsm-1.5.0-Ia9d98G2z3xfu0k5IeYfS" False) (C1 (MetaCons "AddTagsToResourceResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_attrrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_attrrsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

Response Lenses

attrrsStatus :: Lens' AddTagsToResourceResponse Text Source #

The status of the operation.