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.ListOutgoingCertificates

Contents

Description

Lists certificates that are being transferred 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 # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

Data ListOutgoingCertificates Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

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

Defined in Network.AWS.IoT.ListOutgoingCertificates

Show ListOutgoingCertificates Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

Generic ListOutgoingCertificates Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

Associated Types

type Rep ListOutgoingCertificates :: Type -> Type #

Hashable ListOutgoingCertificates Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

AWSPager ListOutgoingCertificates Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

AWSRequest ListOutgoingCertificates Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

Associated Types

type Rs ListOutgoingCertificates :: Type #

ToHeaders ListOutgoingCertificates Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

ToPath ListOutgoingCertificates Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

ToQuery ListOutgoingCertificates Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

NFData ListOutgoingCertificates Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

type Rep ListOutgoingCertificates Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

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

Defined in Network.AWS.IoT.ListOutgoingCertificates

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

Defined in Network.AWS.IoT.ListOutgoingCertificates

Data ListOutgoingCertificatesResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

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

Defined in Network.AWS.IoT.ListOutgoingCertificates

Show ListOutgoingCertificatesResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

Generic ListOutgoingCertificatesResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

Associated Types

type Rep ListOutgoingCertificatesResponse :: Type -> Type #

NFData ListOutgoingCertificatesResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

type Rep ListOutgoingCertificatesResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListOutgoingCertificates

type Rep ListOutgoingCertificatesResponse = D1 (MetaData "ListOutgoingCertificatesResponse" "Network.AWS.IoT.ListOutgoingCertificates" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "ListOutgoingCertificatesResponse'" PrefixI True) (S1 (MetaSel (Just "_locrsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_locrsOutgoingCertificates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [OutgoingCertificate])) :*: S1 (MetaSel (Just "_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 transferred but not yet accepted.