amazonka-iot-1.6.1: Amazon IoT 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.IoT.ListCertificatesByCA

Contents

Description

List the device certificates signed by the specified CA certificate.

This operation returns paginated results.

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

Defined in Network.AWS.IoT.ListCertificatesByCA

Data ListCertificatesByCA Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

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

Defined in Network.AWS.IoT.ListCertificatesByCA

Show ListCertificatesByCA Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

Generic ListCertificatesByCA Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

Associated Types

type Rep ListCertificatesByCA :: Type -> Type #

Hashable ListCertificatesByCA Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

AWSPager ListCertificatesByCA Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

AWSRequest ListCertificatesByCA Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

Associated Types

type Rs ListCertificatesByCA :: Type #

ToHeaders ListCertificatesByCA Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

ToPath ListCertificatesByCA Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

ToQuery ListCertificatesByCA Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

NFData ListCertificatesByCA Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

Methods

rnf :: ListCertificatesByCA -> () #

type Rep ListCertificatesByCA Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

type Rep ListCertificatesByCA = D1 (MetaData "ListCertificatesByCA" "Network.AWS.IoT.ListCertificatesByCA" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "ListCertificatesByCA'" PrefixI True) ((S1 (MetaSel (Just "_lcbcaMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lcbcaAscendingOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_lcbcaPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)) :*: S1 (MetaSel (Just "_lcbcaCaCertificateId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs ListCertificatesByCA Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

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

Defined in Network.AWS.IoT.ListCertificatesByCA

Data ListCertificatesByCAResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

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

Defined in Network.AWS.IoT.ListCertificatesByCA

Show ListCertificatesByCAResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

Generic ListCertificatesByCAResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

Associated Types

type Rep ListCertificatesByCAResponse :: Type -> Type #

NFData ListCertificatesByCAResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

type Rep ListCertificatesByCAResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListCertificatesByCA

type Rep ListCertificatesByCAResponse = D1 (MetaData "ListCertificatesByCAResponse" "Network.AWS.IoT.ListCertificatesByCA" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "ListCertificatesByCAResponse'" PrefixI True) (S1 (MetaSel (Just "_lcbcarsCertificates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Certificate])) :*: (S1 (MetaSel (Just "_lcbcarsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lcbcarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (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.