amazonka-elbv2-1.6.0: 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.DescribeListenerCertificates

Contents

Description

Describes the certificates for the specified secure listener.

Synopsis

Creating a Request

describeListenerCertificates Source #

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

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

  • dlcMarker - The marker for the next set of results. (You received this marker from a previous call.)
  • dlcPageSize - The maximum number of results to return with this call.
  • dlcListenerARN - The Amazon Resource Names (ARN) of the listener.

data DescribeListenerCertificates Source #

See: describeListenerCertificates smart constructor.

Instances

Eq DescribeListenerCertificates Source # 
Data DescribeListenerCertificates Source # 

Methods

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

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

toConstr :: DescribeListenerCertificates -> Constr #

dataTypeOf :: DescribeListenerCertificates -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeListenerCertificates Source # 
Show DescribeListenerCertificates Source # 
Generic DescribeListenerCertificates Source # 
Hashable DescribeListenerCertificates Source # 
NFData DescribeListenerCertificates Source # 
AWSRequest DescribeListenerCertificates Source # 
ToHeaders DescribeListenerCertificates Source # 
ToPath DescribeListenerCertificates Source # 
ToQuery DescribeListenerCertificates Source # 
type Rep DescribeListenerCertificates Source # 
type Rep DescribeListenerCertificates = D1 * (MetaData "DescribeListenerCertificates" "Network.AWS.ELBv2.DescribeListenerCertificates" "amazonka-elbv2-1.6.0-BDuuMSavAm89hMa3xHwuj" False) (C1 * (MetaCons "DescribeListenerCertificates'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dlcMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dlcPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) (S1 * (MetaSel (Just Symbol "_dlcListenerARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs DescribeListenerCertificates Source # 

Request Lenses

dlcMarker :: Lens' DescribeListenerCertificates (Maybe Text) Source #

The marker for the next set of results. (You received this marker from a previous call.)

dlcPageSize :: Lens' DescribeListenerCertificates (Maybe Natural) Source #

The maximum number of results to return with this call.

dlcListenerARN :: Lens' DescribeListenerCertificates Text Source #

The Amazon Resource Names (ARN) of the listener.

Destructuring the Response

describeListenerCertificatesResponse Source #

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

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

data DescribeListenerCertificatesResponse Source #

See: describeListenerCertificatesResponse smart constructor.

Instances

Eq DescribeListenerCertificatesResponse Source # 
Data DescribeListenerCertificatesResponse Source # 

Methods

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

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

toConstr :: DescribeListenerCertificatesResponse -> Constr #

dataTypeOf :: DescribeListenerCertificatesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeListenerCertificatesResponse Source # 
Show DescribeListenerCertificatesResponse Source # 
Generic DescribeListenerCertificatesResponse Source # 
NFData DescribeListenerCertificatesResponse Source # 
type Rep DescribeListenerCertificatesResponse Source # 
type Rep DescribeListenerCertificatesResponse = D1 * (MetaData "DescribeListenerCertificatesResponse" "Network.AWS.ELBv2.DescribeListenerCertificates" "amazonka-elbv2-1.6.0-BDuuMSavAm89hMa3xHwuj" False) (C1 * (MetaCons "DescribeListenerCertificatesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dlcrsCertificates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Certificate]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_dlcrsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dlcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

dlcrsNextMarker :: Lens' DescribeListenerCertificatesResponse (Maybe Text) Source #

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.