amazonka-clouddirectory-1.6.0: Amazon CloudDirectory 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.CloudDirectory.ListIndex

Contents

Description

Lists objects attached to the specified index.

This operation returns paginated results.

Synopsis

Creating a Request

listIndex Source #

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

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

data ListIndex Source #

See: listIndex smart constructor.

Instances

Eq ListIndex Source # 
Data ListIndex Source # 

Methods

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

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

toConstr :: ListIndex -> Constr #

dataTypeOf :: ListIndex -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListIndex Source # 
Show ListIndex Source # 
Generic ListIndex Source # 

Associated Types

type Rep ListIndex :: * -> * #

Hashable ListIndex Source # 
ToJSON ListIndex Source # 
NFData ListIndex Source # 

Methods

rnf :: ListIndex -> () #

AWSPager ListIndex Source # 
AWSRequest ListIndex Source # 
ToHeaders ListIndex Source # 

Methods

toHeaders :: ListIndex -> [Header] #

ToPath ListIndex Source # 
ToQuery ListIndex Source # 
type Rep ListIndex Source # 
type Rep ListIndex = D1 * (MetaData "ListIndex" "Network.AWS.CloudDirectory.ListIndex" "amazonka-clouddirectory-1.6.0-8IFjLCYNMx175Dinq6Lqlq" False) (C1 * (MetaCons "ListIndex'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_liRangesOnIndexedValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ObjectAttributeRange]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_liConsistencyLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ConsistencyLevel))) (S1 * (MetaSel (Just Symbol "_liNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_liMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) ((:*:) * (S1 * (MetaSel (Just Symbol "_liDirectoryARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_liIndexReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ObjectReference))))))
type Rs ListIndex Source # 

Request Lenses

liRangesOnIndexedValues :: Lens' ListIndex [ObjectAttributeRange] Source #

Specifies the ranges of indexed values that you want to query.

liConsistencyLevel :: Lens' ListIndex (Maybe ConsistencyLevel) Source #

The consistency level to execute the request at.

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

The pagination token.

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

The maximum number of objects in a single page to retrieve from the index during a request. For more information, see AWS Directory Service Limits .

liDirectoryARN :: Lens' ListIndex Text Source #

The ARN of the directory that the index exists in.

liIndexReference :: Lens' ListIndex ObjectReference Source #

The reference to the index to list.

Destructuring the Response

listIndexResponse Source #

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

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

data ListIndexResponse Source #

See: listIndexResponse smart constructor.

Instances

Eq ListIndexResponse Source # 
Data ListIndexResponse Source # 

Methods

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

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

toConstr :: ListIndexResponse -> Constr #

dataTypeOf :: ListIndexResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListIndexResponse Source # 
Show ListIndexResponse Source # 
Generic ListIndexResponse Source # 
NFData ListIndexResponse Source # 

Methods

rnf :: ListIndexResponse -> () #

type Rep ListIndexResponse Source # 
type Rep ListIndexResponse = D1 * (MetaData "ListIndexResponse" "Network.AWS.CloudDirectory.ListIndex" "amazonka-clouddirectory-1.6.0-8IFjLCYNMx175Dinq6Lqlq" False) (C1 * (MetaCons "ListIndexResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lirsIndexAttachments") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [IndexAttachment]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lirsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lirsIndexAttachments :: Lens' ListIndexResponse [IndexAttachment] Source #

The objects and indexed values attached to the index.

lirsResponseStatus :: Lens' ListIndexResponse Int Source #

  • - | The response status code.