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 #

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 #

See: describeListenerCertificates smart constructor.

Instances

Eq DescribeListenerCertificates # 
Data DescribeListenerCertificates # 

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 # 
Show DescribeListenerCertificates # 
Generic DescribeListenerCertificates # 
Hashable DescribeListenerCertificates # 
NFData DescribeListenerCertificates # 
AWSRequest DescribeListenerCertificates # 
ToHeaders DescribeListenerCertificates # 
ToPath DescribeListenerCertificates # 
ToQuery DescribeListenerCertificates # 
type Rep DescribeListenerCertificates # 
type Rep DescribeListenerCertificates = D1 * (MetaData "DescribeListenerCertificates" "Network.AWS.ELBv2.DescribeListenerCertificates" "amazonka-elbv2-1.6.0-A9WY3bDmNBjLN5Xlgd8sNs" 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 # 

Request Lenses

dlcMarker :: Lens' DescribeListenerCertificates (Maybe Text) #

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

dlcPageSize :: Lens' DescribeListenerCertificates (Maybe Natural) #

The maximum number of results to return with this call.

dlcListenerARN :: Lens' DescribeListenerCertificates Text #

The Amazon Resource Names (ARN) of the listener.

Destructuring the Response

describeListenerCertificatesResponse #

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 #

See: describeListenerCertificatesResponse smart constructor.

Instances

Eq DescribeListenerCertificatesResponse # 
Data DescribeListenerCertificatesResponse # 

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 # 
Show DescribeListenerCertificatesResponse # 
Generic DescribeListenerCertificatesResponse # 
NFData DescribeListenerCertificatesResponse # 
type Rep DescribeListenerCertificatesResponse # 
type Rep DescribeListenerCertificatesResponse = D1 * (MetaData "DescribeListenerCertificatesResponse" "Network.AWS.ELBv2.DescribeListenerCertificates" "amazonka-elbv2-1.6.0-A9WY3bDmNBjLN5Xlgd8sNs" 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) #

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