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 #

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 #

See: listIndices smart constructor.

Instances
Eq ListIndices # 
Instance details

Defined in Network.AWS.IoT.ListIndices

Data ListIndices # 
Instance details

Defined in Network.AWS.IoT.ListIndices

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

Defined in Network.AWS.IoT.ListIndices

Show ListIndices # 
Instance details

Defined in Network.AWS.IoT.ListIndices

Generic ListIndices # 
Instance details

Defined in Network.AWS.IoT.ListIndices

Associated Types

type Rep ListIndices :: * -> * #

Hashable ListIndices # 
Instance details

Defined in Network.AWS.IoT.ListIndices

AWSRequest ListIndices # 
Instance details

Defined in Network.AWS.IoT.ListIndices

Associated Types

type Rs ListIndices :: * #

ToHeaders ListIndices # 
Instance details

Defined in Network.AWS.IoT.ListIndices

Methods

toHeaders :: ListIndices -> [Header] #

ToPath ListIndices # 
Instance details

Defined in Network.AWS.IoT.ListIndices

ToQuery ListIndices # 
Instance details

Defined in Network.AWS.IoT.ListIndices

NFData ListIndices # 
Instance details

Defined in Network.AWS.IoT.ListIndices

Methods

rnf :: ListIndices -> () #

type Rep ListIndices # 
Instance details

Defined in Network.AWS.IoT.ListIndices

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

Defined in Network.AWS.IoT.ListIndices

Request Lenses

liNextToken :: Lens' ListIndices (Maybe Text) #

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

liMaxResults :: Lens' ListIndices (Maybe Natural) #

The maximum number of results to return at one time.

Destructuring the Response

listIndicesResponse #

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 #

See: listIndicesResponse smart constructor.

Instances
Eq ListIndicesResponse # 
Instance details

Defined in Network.AWS.IoT.ListIndices

Data ListIndicesResponse # 
Instance details

Defined in Network.AWS.IoT.ListIndices

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

Defined in Network.AWS.IoT.ListIndices

Show ListIndicesResponse # 
Instance details

Defined in Network.AWS.IoT.ListIndices

Generic ListIndicesResponse # 
Instance details

Defined in Network.AWS.IoT.ListIndices

Associated Types

type Rep ListIndicesResponse :: * -> * #

NFData ListIndicesResponse # 
Instance details

Defined in Network.AWS.IoT.ListIndices

Methods

rnf :: ListIndicesResponse -> () #

type Rep ListIndicesResponse # 
Instance details

Defined in Network.AWS.IoT.ListIndices

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

Response Lenses

lirsNextToken :: Lens' ListIndicesResponse (Maybe Text) #

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

lirsResponseStatus :: Lens' ListIndicesResponse Int #

  • - | The response status code.