amazonka-certificatemanager-1.4.5: Amazon Certificate Manager SDK.

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

Network.AWS.CertificateManager.ListTagsForCertificate

Contents

Description

Lists the tags that have been applied to the ACM Certificate. Use the certificate ARN to specify the certificate. To add a tag to an ACM Certificate, use the AddTagsToCertificate action. To delete a tag, use the RemoveTagsFromCertificate action.

Synopsis

Creating a Request

listTagsForCertificate Source #

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

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

data ListTagsForCertificate Source #

See: listTagsForCertificate smart constructor.

Instances

Eq ListTagsForCertificate Source # 
Data ListTagsForCertificate Source # 

Methods

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

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

toConstr :: ListTagsForCertificate -> Constr #

dataTypeOf :: ListTagsForCertificate -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: ListTagsForCertificate -> () #

AWSRequest ListTagsForCertificate Source # 
ToPath ListTagsForCertificate Source # 
ToHeaders ListTagsForCertificate Source # 
ToQuery ListTagsForCertificate Source # 
type Rep ListTagsForCertificate Source # 
type Rep ListTagsForCertificate = D1 (MetaData "ListTagsForCertificate" "Network.AWS.CertificateManager.ListTagsForCertificate" "amazonka-certificatemanager-1.4.5-1PooRU18e9TGfT3Ofqp2pv" True) (C1 (MetaCons "ListTagsForCertificate'" PrefixI True) (S1 (MetaSel (Just Symbol "_ltfcCertificateARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs ListTagsForCertificate Source # 

Request Lenses

ltfcCertificateARN :: Lens' ListTagsForCertificate Text Source #

String that contains the ARN of the ACM Certificate for which you want to list the tags. This must be of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012 For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces .

Destructuring the Response

listTagsForCertificateResponse Source #

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

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

data ListTagsForCertificateResponse Source #

See: listTagsForCertificateResponse smart constructor.

Instances

Eq ListTagsForCertificateResponse Source # 
Data ListTagsForCertificateResponse Source # 

Methods

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

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

toConstr :: ListTagsForCertificateResponse -> Constr #

dataTypeOf :: ListTagsForCertificateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListTagsForCertificateResponse Source # 
Show ListTagsForCertificateResponse Source # 
Generic ListTagsForCertificateResponse Source # 
NFData ListTagsForCertificateResponse Source # 
type Rep ListTagsForCertificateResponse Source # 
type Rep ListTagsForCertificateResponse = D1 (MetaData "ListTagsForCertificateResponse" "Network.AWS.CertificateManager.ListTagsForCertificate" "amazonka-certificatemanager-1.4.5-1PooRU18e9TGfT3Ofqp2pv" False) (C1 (MetaCons "ListTagsForCertificateResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_ltfcrsTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 Tag)))) (S1 (MetaSel (Just Symbol "_ltfcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses

ltfcrsTags :: Lens' ListTagsForCertificateResponse (Maybe (NonEmpty Tag)) Source #

The key-value pairs that define the applied tags.