amazonka-certificatemanager-1.6.1: Amazon Certificate Manager 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.CertificateManager.ListTagsForCertificate

Contents

Description

Lists the tags that have been applied to the ACM certificate. Use the certificate's Amazon Resource Name (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 # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

Data ListTagsForCertificate Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

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 # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

Show ListTagsForCertificate Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

Generic ListTagsForCertificate Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

Associated Types

type Rep ListTagsForCertificate :: Type -> Type #

Hashable ListTagsForCertificate Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

ToJSON ListTagsForCertificate Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

AWSRequest ListTagsForCertificate Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

Associated Types

type Rs ListTagsForCertificate :: Type #

ToHeaders ListTagsForCertificate Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

ToPath ListTagsForCertificate Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

ToQuery ListTagsForCertificate Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

NFData ListTagsForCertificate Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

Methods

rnf :: ListTagsForCertificate -> () #

type Rep ListTagsForCertificate Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

type Rep ListTagsForCertificate = D1 (MetaData "ListTagsForCertificate" "Network.AWS.CertificateManager.ListTagsForCertificate" "amazonka-certificatemanager-1.6.1-4shwck4gg3E1zBQz4D8KdL" True) (C1 (MetaCons "ListTagsForCertificate'" PrefixI True) (S1 (MetaSel (Just "_ltfcCertificateARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs ListTagsForCertificate Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

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 have the following 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 # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

Data ListTagsForCertificateResponse Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

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 # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

Show ListTagsForCertificateResponse Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

Generic ListTagsForCertificateResponse Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

Associated Types

type Rep ListTagsForCertificateResponse :: Type -> Type #

NFData ListTagsForCertificateResponse Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

type Rep ListTagsForCertificateResponse Source # 
Instance details

Defined in Network.AWS.CertificateManager.ListTagsForCertificate

type Rep ListTagsForCertificateResponse = D1 (MetaData "ListTagsForCertificateResponse" "Network.AWS.CertificateManager.ListTagsForCertificate" "amazonka-certificatemanager-1.6.1-4shwck4gg3E1zBQz4D8KdL" False) (C1 (MetaCons "ListTagsForCertificateResponse'" PrefixI True) (S1 (MetaSel (Just "_ltfcrsTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 Tag))) :*: S1 (MetaSel (Just "_ltfcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

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

The key-value pairs that define the applied tags.