amazonka-iot-1.4.5: Amazon IoT SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IoT.ListCertificatesByCA

Contents

Description

List the device certificates signed by the specified CA certificate.

Synopsis

Creating a Request

listCertificatesByCA Source #

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

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

  • lcbcaMarker - The marker for the next set of results.
  • lcbcaAscendingOrder - Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
  • lcbcaPageSize - The result page size.
  • lcbcaCaCertificateId - The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

data ListCertificatesByCA Source #

The input to the ListCertificatesByCA operation.

See: listCertificatesByCA smart constructor.

Instances

Eq ListCertificatesByCA Source # 
Data ListCertificatesByCA Source # 

Methods

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

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

toConstr :: ListCertificatesByCA -> Constr #

dataTypeOf :: ListCertificatesByCA -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListCertificatesByCA Source # 
Show ListCertificatesByCA Source # 
Generic ListCertificatesByCA Source # 
Hashable ListCertificatesByCA Source # 
NFData ListCertificatesByCA Source # 

Methods

rnf :: ListCertificatesByCA -> () #

AWSRequest ListCertificatesByCA Source # 
ToPath ListCertificatesByCA Source # 
ToHeaders ListCertificatesByCA Source # 
ToQuery ListCertificatesByCA Source # 
type Rep ListCertificatesByCA Source # 
type Rep ListCertificatesByCA = D1 (MetaData "ListCertificatesByCA" "Network.AWS.IoT.ListCertificatesByCA" "amazonka-iot-1.4.5-LdiOpNMei3PDsbsABUTj6X" False) (C1 (MetaCons "ListCertificatesByCA'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_lcbcaMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lcbcaAscendingOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) ((:*:) (S1 (MetaSel (Just Symbol "_lcbcaPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_lcbcaCaCertificateId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs ListCertificatesByCA Source # 

Request Lenses

lcbcaMarker :: Lens' ListCertificatesByCA (Maybe Text) Source #

The marker for the next set of results.

lcbcaAscendingOrder :: Lens' ListCertificatesByCA (Maybe Bool) Source #

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

lcbcaCaCertificateId :: Lens' ListCertificatesByCA Text Source #

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

Destructuring the Response

listCertificatesByCAResponse Source #

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

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

data ListCertificatesByCAResponse Source #

The output of the ListCertificatesByCA operation.

See: listCertificatesByCAResponse smart constructor.

Instances

Eq ListCertificatesByCAResponse Source # 
Data ListCertificatesByCAResponse Source # 

Methods

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

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

toConstr :: ListCertificatesByCAResponse -> Constr #

dataTypeOf :: ListCertificatesByCAResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListCertificatesByCAResponse Source # 
Show ListCertificatesByCAResponse Source # 
Generic ListCertificatesByCAResponse Source # 
NFData ListCertificatesByCAResponse Source # 
type Rep ListCertificatesByCAResponse Source # 
type Rep ListCertificatesByCAResponse = D1 (MetaData "ListCertificatesByCAResponse" "Network.AWS.IoT.ListCertificatesByCA" "amazonka-iot-1.4.5-LdiOpNMei3PDsbsABUTj6X" False) (C1 (MetaCons "ListCertificatesByCAResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lcbcarsCertificates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Certificate]))) ((:*:) (S1 (MetaSel (Just Symbol "_lcbcarsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_lcbcarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

lcbcarsCertificates :: Lens' ListCertificatesByCAResponse [Certificate] Source #

The device certificates signed by the specified CA certificate.

lcbcarsNextMarker :: Lens' ListCertificatesByCAResponse (Maybe Text) Source #

The marker for the next set of results, or null if there are no additional results.