amazonka-certificatemanager-1.6.0: 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.RemoveTagsFromCertificate

Contents

Description

Remove one or more tags from an ACM certificate. A tag consists of a key-value pair. If you do not specify the value portion of the tag when calling this function, the tag will be removed regardless of value. If you specify a value, the tag is removed only if it is associated with the specified value.

To add tags to a certificate, use the AddTagsToCertificate action. To view all of the tags that have been applied to a specific ACM certificate, use the ListTagsForCertificate action.

Synopsis

Creating a Request

removeTagsFromCertificate #

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

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

data RemoveTagsFromCertificate #

See: removeTagsFromCertificate smart constructor.

Instances

Eq RemoveTagsFromCertificate # 
Data RemoveTagsFromCertificate # 

Methods

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

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

toConstr :: RemoveTagsFromCertificate -> Constr #

dataTypeOf :: RemoveTagsFromCertificate -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RemoveTagsFromCertificate # 
Show RemoveTagsFromCertificate # 
Generic RemoveTagsFromCertificate # 
Hashable RemoveTagsFromCertificate # 
ToJSON RemoveTagsFromCertificate # 
NFData RemoveTagsFromCertificate # 
AWSRequest RemoveTagsFromCertificate # 
ToHeaders RemoveTagsFromCertificate # 
ToPath RemoveTagsFromCertificate # 
ToQuery RemoveTagsFromCertificate # 
type Rep RemoveTagsFromCertificate # 
type Rep RemoveTagsFromCertificate = D1 * (MetaData "RemoveTagsFromCertificate" "Network.AWS.CertificateManager.RemoveTagsFromCertificate" "amazonka-certificatemanager-1.6.0-GpvTF8uBUZ411nDfaRkpyP" False) (C1 * (MetaCons "RemoveTagsFromCertificate'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_rtfcCertificateARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_rtfcTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (List1 Tag)))))
type Rs RemoveTagsFromCertificate # 

Request Lenses

rtfcCertificateARN :: Lens' RemoveTagsFromCertificate Text #

String that contains the ARN of the ACM Certificate with one or more tags that you want to remove. 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 .

rtfcTags :: Lens' RemoveTagsFromCertificate (NonEmpty Tag) #

The key-value pair that defines the tag to remove.

Destructuring the Response

removeTagsFromCertificateResponse :: RemoveTagsFromCertificateResponse #

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

data RemoveTagsFromCertificateResponse #

See: removeTagsFromCertificateResponse smart constructor.

Instances

Eq RemoveTagsFromCertificateResponse # 
Data RemoveTagsFromCertificateResponse # 

Methods

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

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

toConstr :: RemoveTagsFromCertificateResponse -> Constr #

dataTypeOf :: RemoveTagsFromCertificateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RemoveTagsFromCertificateResponse # 
Show RemoveTagsFromCertificateResponse # 
Generic RemoveTagsFromCertificateResponse # 
NFData RemoveTagsFromCertificateResponse # 
type Rep RemoveTagsFromCertificateResponse # 
type Rep RemoveTagsFromCertificateResponse = D1 * (MetaData "RemoveTagsFromCertificateResponse" "Network.AWS.CertificateManager.RemoveTagsFromCertificate" "amazonka-certificatemanager-1.6.0-GpvTF8uBUZ411nDfaRkpyP" False) (C1 * (MetaCons "RemoveTagsFromCertificateResponse'" PrefixI False) (U1 *))