amazonka-cloudhsm-1.6.1: Amazon CloudHSM SDK.

Copyright(c) 2013-2018 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.RemoveTagsFromResource

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 .

Removes one or more tags from the specified AWS CloudHSM resource.

To remove a tag, specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource .

Synopsis

Creating a Request

removeTagsFromResource Source #

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

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

  • rtfrResourceARN - The Amazon Resource Name (ARN) of the AWS CloudHSM resource.
  • rtfrTagKeyList - The tag key or keys to remove. Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource .

data RemoveTagsFromResource Source #

See: removeTagsFromResource smart constructor.

Instances
Eq RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

Data RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

Methods

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

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

toConstr :: RemoveTagsFromResource -> Constr #

dataTypeOf :: RemoveTagsFromResource -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

Show RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

Generic RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

Associated Types

type Rep RemoveTagsFromResource :: Type -> Type #

Hashable RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

ToJSON RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

AWSRequest RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

Associated Types

type Rs RemoveTagsFromResource :: Type #

ToHeaders RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

ToPath RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

ToQuery RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

NFData RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

Methods

rnf :: RemoveTagsFromResource -> () #

type Rep RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

type Rep RemoveTagsFromResource = D1 (MetaData "RemoveTagsFromResource" "Network.AWS.CloudHSM.RemoveTagsFromResource" "amazonka-cloudhsm-1.6.1-4znIKUA0fUEDSYNWkcPcz3" False) (C1 (MetaCons "RemoveTagsFromResource'" PrefixI True) (S1 (MetaSel (Just "_rtfrResourceARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rtfrTagKeyList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])))
type Rs RemoveTagsFromResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

Request Lenses

rtfrResourceARN :: Lens' RemoveTagsFromResource Text Source #

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

rtfrTagKeyList :: Lens' RemoveTagsFromResource [Text] Source #

The tag key or keys to remove. Specify only the tag key to remove (not the value). To overwrite the value for an existing tag, use AddTagsToResource .

Destructuring the Response

removeTagsFromResourceResponse Source #

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

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

data RemoveTagsFromResourceResponse Source #

See: removeTagsFromResourceResponse smart constructor.

Instances
Eq RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

Data RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

Methods

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

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

toConstr :: RemoveTagsFromResourceResponse -> Constr #

dataTypeOf :: RemoveTagsFromResourceResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

Show RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

Generic RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

Associated Types

type Rep RemoveTagsFromResourceResponse :: Type -> Type #

NFData RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

type Rep RemoveTagsFromResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.RemoveTagsFromResource

type Rep RemoveTagsFromResourceResponse = D1 (MetaData "RemoveTagsFromResourceResponse" "Network.AWS.CloudHSM.RemoveTagsFromResource" "amazonka-cloudhsm-1.6.1-4znIKUA0fUEDSYNWkcPcz3" False) (C1 (MetaCons "RemoveTagsFromResourceResponse'" PrefixI True) (S1 (MetaSel (Just "_rtfrrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_rtfrrsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

Response Lenses