amazonka-elbv2-1.6.1: Amazon Elastic Load Balancing 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.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 # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

Data RemoveListenerCertificates Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

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

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

Show RemoveListenerCertificates Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

Generic RemoveListenerCertificates Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

Associated Types

type Rep RemoveListenerCertificates :: Type -> Type #

Hashable RemoveListenerCertificates Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

AWSRequest RemoveListenerCertificates Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

Associated Types

type Rs RemoveListenerCertificates :: Type #

ToHeaders RemoveListenerCertificates Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

ToPath RemoveListenerCertificates Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

ToQuery RemoveListenerCertificates Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

NFData RemoveListenerCertificates Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

type Rep RemoveListenerCertificates Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

type Rep RemoveListenerCertificates = D1 (MetaData "RemoveListenerCertificates" "Network.AWS.ELBv2.RemoveListenerCertificates" "amazonka-elbv2-1.6.1-E4uu6EqNDMk4f08ZYDVKwx" False) (C1 (MetaCons "RemoveListenerCertificates'" PrefixI True) (S1 (MetaSel (Just "_rlcListenerARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_rlcCertificates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Certificate])))
type Rs RemoveListenerCertificates Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

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

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

Data RemoveListenerCertificatesResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

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

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

Show RemoveListenerCertificatesResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

Generic RemoveListenerCertificatesResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

Associated Types

type Rep RemoveListenerCertificatesResponse :: Type -> Type #

NFData RemoveListenerCertificatesResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

type Rep RemoveListenerCertificatesResponse Source # 
Instance details

Defined in Network.AWS.ELBv2.RemoveListenerCertificates

type Rep RemoveListenerCertificatesResponse = D1 (MetaData "RemoveListenerCertificatesResponse" "Network.AWS.ELBv2.RemoveListenerCertificates" "amazonka-elbv2-1.6.1-E4uu6EqNDMk4f08ZYDVKwx" True) (C1 (MetaCons "RemoveListenerCertificatesResponse'" PrefixI True) (S1 (MetaSel (Just "_rlcrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses