amazonka-iot-1.6.0: 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.ListIndices

Contents

Description

Lists the search indices.

Synopsis

Creating a Request

listIndices :: ListIndices Source #

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

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

  • liNextToken - The token used to get the next set of results, or null if there are no additional results.
  • liMaxResults - The maximum number of results to return at one time.

data ListIndices Source #

See: listIndices smart constructor.

Instances

Eq ListIndices Source # 
Data ListIndices Source # 

Methods

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

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

toConstr :: ListIndices -> Constr #

dataTypeOf :: ListIndices -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListIndices Source # 
Show ListIndices Source # 
Generic ListIndices Source # 

Associated Types

type Rep ListIndices :: * -> * #

Hashable ListIndices Source # 
NFData ListIndices Source # 

Methods

rnf :: ListIndices -> () #

AWSRequest ListIndices Source # 
ToHeaders ListIndices Source # 

Methods

toHeaders :: ListIndices -> [Header] #

ToPath ListIndices Source # 
ToQuery ListIndices Source # 
type Rep ListIndices Source # 
type Rep ListIndices = D1 * (MetaData "ListIndices" "Network.AWS.IoT.ListIndices" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "ListIndices'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_liNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_liMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat)))))
type Rs ListIndices Source # 

Request Lenses

liNextToken :: Lens' ListIndices (Maybe Text) Source #

The token used to get the next set of results, or null if there are no additional results.

liMaxResults :: Lens' ListIndices (Maybe Natural) Source #

The maximum number of results to return at one time.

Destructuring the Response

listIndicesResponse Source #

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

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

data ListIndicesResponse Source #

See: listIndicesResponse smart constructor.

Instances

Eq ListIndicesResponse Source # 
Data ListIndicesResponse Source # 

Methods

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

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

toConstr :: ListIndicesResponse -> Constr #

dataTypeOf :: ListIndicesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListIndicesResponse Source # 
Show ListIndicesResponse Source # 
Generic ListIndicesResponse Source # 
NFData ListIndicesResponse Source # 

Methods

rnf :: ListIndicesResponse -> () #

type Rep ListIndicesResponse Source # 
type Rep ListIndicesResponse = D1 * (MetaData "ListIndicesResponse" "Network.AWS.IoT.ListIndices" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "ListIndicesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lirsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lirsIndexNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) (S1 * (MetaSel (Just Symbol "_lirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lirsNextToken :: Lens' ListIndicesResponse (Maybe Text) Source #

The token used to get the next set of results, or null if there are no additional results.

lirsResponseStatus :: Lens' ListIndicesResponse Int Source #

  • - | The response status code.