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

Contents

Description

Lists the authorizers registered in your account.

Synopsis

Creating a Request

listAuthorizers :: ListAuthorizers Source #

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

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

  • laStatus - The status of the list authorizers request.
  • laMarker - A marker used to get the next set of results.
  • laAscendingOrder - Return the list of authorizers in ascending alphabetical order.
  • laPageSize - The maximum number of results to return at one time.

data ListAuthorizers Source #

See: listAuthorizers smart constructor.

Instances
Eq ListAuthorizers Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

Data ListAuthorizers Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

Methods

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

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

toConstr :: ListAuthorizers -> Constr #

dataTypeOf :: ListAuthorizers -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListAuthorizers Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

Show ListAuthorizers Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

Generic ListAuthorizers Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

Associated Types

type Rep ListAuthorizers :: Type -> Type #

Hashable ListAuthorizers Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

AWSRequest ListAuthorizers Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

Associated Types

type Rs ListAuthorizers :: Type #

ToHeaders ListAuthorizers Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

ToPath ListAuthorizers Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

ToQuery ListAuthorizers Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

NFData ListAuthorizers Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

Methods

rnf :: ListAuthorizers -> () #

type Rep ListAuthorizers Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

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

Defined in Network.AWS.IoT.ListAuthorizers

Request Lenses

laStatus :: Lens' ListAuthorizers (Maybe AuthorizerStatus) Source #

The status of the list authorizers request.

laMarker :: Lens' ListAuthorizers (Maybe Text) Source #

A marker used to get the next set of results.

laAscendingOrder :: Lens' ListAuthorizers (Maybe Bool) Source #

Return the list of authorizers in ascending alphabetical order.

laPageSize :: Lens' ListAuthorizers (Maybe Natural) Source #

The maximum number of results to return at one time.

Destructuring the Response

listAuthorizersResponse Source #

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

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

data ListAuthorizersResponse Source #

See: listAuthorizersResponse smart constructor.

Instances
Eq ListAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

Data ListAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

Methods

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

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

toConstr :: ListAuthorizersResponse -> Constr #

dataTypeOf :: ListAuthorizersResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

Show ListAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

Generic ListAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

Associated Types

type Rep ListAuthorizersResponse :: Type -> Type #

NFData ListAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

Methods

rnf :: ListAuthorizersResponse -> () #

type Rep ListAuthorizersResponse Source # 
Instance details

Defined in Network.AWS.IoT.ListAuthorizers

type Rep ListAuthorizersResponse = D1 (MetaData "ListAuthorizersResponse" "Network.AWS.IoT.ListAuthorizers" "amazonka-iot-1.6.1-1U0NSVSRVsCEeZIE9W0TkV" False) (C1 (MetaCons "ListAuthorizersResponse'" PrefixI True) (S1 (MetaSel (Just "_larsAuthorizers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [AuthorizerSummary])) :*: (S1 (MetaSel (Just "_larsNextMarker") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_larsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

larsNextMarker :: Lens' ListAuthorizersResponse (Maybe Text) Source #

A marker used to get the next set of results.