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.ListTagsForResource

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 .

Returns a list of all tags for the specified AWS CloudHSM resource.

Synopsis

Creating a Request

listTagsForResource Source #

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

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

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

data ListTagsForResource Source #

See: listTagsForResource smart constructor.

Instances
Eq ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

Data ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

Methods

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

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

toConstr :: ListTagsForResource -> Constr #

dataTypeOf :: ListTagsForResource -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

Show ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

Generic ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

Associated Types

type Rep ListTagsForResource :: Type -> Type #

Hashable ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

ToJSON ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

AWSRequest ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

Associated Types

type Rs ListTagsForResource :: Type #

ToHeaders ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

ToPath ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

ToQuery ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

NFData ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

Methods

rnf :: ListTagsForResource -> () #

type Rep ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

type Rep ListTagsForResource = D1 (MetaData "ListTagsForResource" "Network.AWS.CloudHSM.ListTagsForResource" "amazonka-cloudhsm-1.6.1-4znIKUA0fUEDSYNWkcPcz3" True) (C1 (MetaCons "ListTagsForResource'" PrefixI True) (S1 (MetaSel (Just "_ltfrResourceARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs ListTagsForResource Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

Request Lenses

ltfrResourceARN :: Lens' ListTagsForResource Text Source #

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

Destructuring the Response

listTagsForResourceResponse Source #

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

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

data ListTagsForResourceResponse Source #

See: listTagsForResourceResponse smart constructor.

Instances
Eq ListTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

Data ListTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

Methods

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

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

toConstr :: ListTagsForResourceResponse -> Constr #

dataTypeOf :: ListTagsForResourceResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

Show ListTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

Generic ListTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

Associated Types

type Rep ListTagsForResourceResponse :: Type -> Type #

NFData ListTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

type Rep ListTagsForResourceResponse Source # 
Instance details

Defined in Network.AWS.CloudHSM.ListTagsForResource

type Rep ListTagsForResourceResponse = D1 (MetaData "ListTagsForResourceResponse" "Network.AWS.CloudHSM.ListTagsForResource" "amazonka-cloudhsm-1.6.1-4znIKUA0fUEDSYNWkcPcz3" False) (C1 (MetaCons "ListTagsForResourceResponse'" PrefixI True) (S1 (MetaSel (Just "_ltfrrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_ltfrrsTagList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Tag])))

Response Lenses