amazonka-elbv2-1.5.0: Amazon Elastic Load Balancing SDK.

Copyright(c) 2013-2017 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.ELBv2.RemoveListenerCertificates

Contents

Description

Removes the specified certificate from the specified secure listener.

You can't remove the default certificate for a listener. To replace the default certificate, call ModifyListener .

To list the certificates for your listener, use DescribeListenerCertificates .

Synopsis

Creating a Request

removeListenerCertificates Source #

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

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

  • rlcListenerARN - The Amazon Resource Name (ARN) of the listener.
  • rlcCertificates - The certificate to remove. You can specify one certificate per call.

data RemoveListenerCertificates Source #

See: removeListenerCertificates smart constructor.

Instances

Eq RemoveListenerCertificates Source # 
Data RemoveListenerCertificates Source # 

Methods

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

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

toConstr :: RemoveListenerCertificates -> Constr #

dataTypeOf :: RemoveListenerCertificates -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RemoveListenerCertificates Source # 
Show RemoveListenerCertificates Source # 
Generic RemoveListenerCertificates Source # 
Hashable RemoveListenerCertificates Source # 
NFData RemoveListenerCertificates Source # 
AWSRequest RemoveListenerCertificates Source # 
ToQuery RemoveListenerCertificates Source # 
ToPath RemoveListenerCertificates Source # 
ToHeaders RemoveListenerCertificates Source # 
type Rep RemoveListenerCertificates Source # 
type Rep RemoveListenerCertificates = D1 (MetaData "RemoveListenerCertificates" "Network.AWS.ELBv2.RemoveListenerCertificates" "amazonka-elbv2-1.5.0-8JFLFpIxDmMIkmtukHsD5H" False) (C1 (MetaCons "RemoveListenerCertificates'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rlcListenerARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rlcCertificates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Certificate]))))
type Rs RemoveListenerCertificates Source # 

Request Lenses

rlcListenerARN :: Lens' RemoveListenerCertificates Text Source #

The Amazon Resource Name (ARN) of the listener.

rlcCertificates :: Lens' RemoveListenerCertificates [Certificate] Source #

The certificate to remove. You can specify one certificate per call.

Destructuring the Response

removeListenerCertificatesResponse Source #

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

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

data RemoveListenerCertificatesResponse Source #

See: removeListenerCertificatesResponse smart constructor.

Instances

Eq RemoveListenerCertificatesResponse Source # 
Data RemoveListenerCertificatesResponse Source # 

Methods

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

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

toConstr :: RemoveListenerCertificatesResponse -> Constr #

dataTypeOf :: RemoveListenerCertificatesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read RemoveListenerCertificatesResponse Source # 
Show RemoveListenerCertificatesResponse Source # 
Generic RemoveListenerCertificatesResponse Source # 
NFData RemoveListenerCertificatesResponse Source # 
type Rep RemoveListenerCertificatesResponse Source # 
type Rep RemoveListenerCertificatesResponse = D1 (MetaData "RemoveListenerCertificatesResponse" "Network.AWS.ELBv2.RemoveListenerCertificates" "amazonka-elbv2-1.5.0-8JFLFpIxDmMIkmtukHsD5H" True) (C1 (MetaCons "RemoveListenerCertificatesResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_rlcrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses