amazonka-iot-1.5.0: Amazon IoT SDK.

Copyright(c) 2013-2017 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.ListOutgoingCertificates

Contents

Description

Lists certificates that are being transfered but not yet accepted.

This operation returns paginated results.

Synopsis

Creating a Request

listOutgoingCertificates :: ListOutgoingCertificates Source #

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

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

  • locMarker - The marker for the next set of results.
  • locAscendingOrder - Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
  • locPageSize - The result page size.

data ListOutgoingCertificates Source #

The input to the ListOutgoingCertificates operation.

See: listOutgoingCertificates smart constructor.

Instances

Eq ListOutgoingCertificates Source # 
Data ListOutgoingCertificates Source # 

Methods

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

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

toConstr :: ListOutgoingCertificates -> Constr #

dataTypeOf :: ListOutgoingCertificates -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListOutgoingCertificates Source # 
Show ListOutgoingCertificates Source # 
Generic ListOutgoingCertificates Source # 
Hashable ListOutgoingCertificates Source # 
NFData ListOutgoingCertificates Source # 
AWSPager ListOutgoingCertificates Source # 
AWSRequest ListOutgoingCertificates Source # 
ToQuery ListOutgoingCertificates Source # 
ToPath ListOutgoingCertificates Source # 
ToHeaders ListOutgoingCertificates Source # 
type Rep ListOutgoingCertificates Source # 
type Rep ListOutgoingCertificates = D1 (MetaData "ListOutgoingCertificates" "Network.AWS.IoT.ListOutgoingCertificates" "amazonka-iot-1.5.0-JgZt78ORX3d9eQviclu51b" False) (C1 (MetaCons "ListOutgoingCertificates'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_locMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_locAscendingOrder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_locPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))))))
type Rs ListOutgoingCertificates Source # 

Request Lenses

locMarker :: Lens' ListOutgoingCertificates (Maybe Text) Source #

The marker for the next set of results.

locAscendingOrder :: Lens' ListOutgoingCertificates (Maybe Bool) Source #

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

Destructuring the Response

listOutgoingCertificatesResponse Source #

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

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

data ListOutgoingCertificatesResponse Source #

The output from the ListOutgoingCertificates operation.

See: listOutgoingCertificatesResponse smart constructor.

Instances

Eq ListOutgoingCertificatesResponse Source # 
Data ListOutgoingCertificatesResponse Source # 

Methods

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

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

toConstr :: ListOutgoingCertificatesResponse -> Constr #

dataTypeOf :: ListOutgoingCertificatesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListOutgoingCertificatesResponse Source # 
Show ListOutgoingCertificatesResponse Source # 
Generic ListOutgoingCertificatesResponse Source # 
NFData ListOutgoingCertificatesResponse Source # 
type Rep ListOutgoingCertificatesResponse Source # 
type Rep ListOutgoingCertificatesResponse = D1 (MetaData "ListOutgoingCertificatesResponse" "Network.AWS.IoT.ListOutgoingCertificates" "amazonka-iot-1.5.0-JgZt78ORX3d9eQviclu51b" False) (C1 (MetaCons "ListOutgoingCertificatesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_locrsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_locrsOutgoingCertificates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [OutgoingCertificate]))) (S1 (MetaSel (Just Symbol "_locrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

locrsNextMarker :: Lens' ListOutgoingCertificatesResponse (Maybe Text) Source #

The marker for the next set of results.

locrsOutgoingCertificates :: Lens' ListOutgoingCertificatesResponse [OutgoingCertificate] Source #

The certificates that are being transfered but not yet accepted.