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

Contents

Description

Lists indices attached to the specified object.

This operation returns paginated results.

Synopsis

Creating a Request

listAttachedIndices Source #

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

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

data ListAttachedIndices Source #

See: listAttachedIndices smart constructor.

Instances

Eq ListAttachedIndices Source # 
Data ListAttachedIndices Source # 

Methods

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

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

toConstr :: ListAttachedIndices -> Constr #

dataTypeOf :: ListAttachedIndices -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListAttachedIndices Source # 
Show ListAttachedIndices Source # 
Generic ListAttachedIndices Source # 
Hashable ListAttachedIndices Source # 
ToJSON ListAttachedIndices Source # 
NFData ListAttachedIndices Source # 

Methods

rnf :: ListAttachedIndices -> () #

AWSPager ListAttachedIndices Source # 
AWSRequest ListAttachedIndices Source # 
ToHeaders ListAttachedIndices Source # 
ToPath ListAttachedIndices Source # 
ToQuery ListAttachedIndices Source # 
type Rep ListAttachedIndices Source # 
type Rep ListAttachedIndices = D1 * (MetaData "ListAttachedIndices" "Network.AWS.CloudDirectory.ListAttachedIndices" "amazonka-clouddirectory-1.6.0-8IFjLCYNMx175Dinq6Lqlq" False) (C1 * (MetaCons "ListAttachedIndices'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_laiConsistencyLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ConsistencyLevel))) (S1 * (MetaSel (Just Symbol "_laiNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_laiMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Nat))) ((:*:) * (S1 * (MetaSel (Just Symbol "_laiDirectoryARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_laiTargetReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ObjectReference))))))
type Rs ListAttachedIndices Source # 

Request Lenses

laiConsistencyLevel :: Lens' ListAttachedIndices (Maybe ConsistencyLevel) Source #

The consistency level to use for this operation.

laiMaxResults :: Lens' ListAttachedIndices (Maybe Natural) Source #

The maximum number of results to retrieve.

laiTargetReference :: Lens' ListAttachedIndices ObjectReference Source #

A reference to the object that has indices attached.

Destructuring the Response

listAttachedIndicesResponse Source #

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

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

data ListAttachedIndicesResponse Source #

See: listAttachedIndicesResponse smart constructor.

Instances

Eq ListAttachedIndicesResponse Source # 
Data ListAttachedIndicesResponse Source # 

Methods

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

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

toConstr :: ListAttachedIndicesResponse -> Constr #

dataTypeOf :: ListAttachedIndicesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListAttachedIndicesResponse Source # 
Show ListAttachedIndicesResponse Source # 
Generic ListAttachedIndicesResponse Source # 
NFData ListAttachedIndicesResponse Source # 
type Rep ListAttachedIndicesResponse Source # 
type Rep ListAttachedIndicesResponse = D1 * (MetaData "ListAttachedIndicesResponse" "Network.AWS.CloudDirectory.ListAttachedIndices" "amazonka-clouddirectory-1.6.0-8IFjLCYNMx175Dinq6Lqlq" False) (C1 * (MetaCons "ListAttachedIndicesResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lairsIndexAttachments") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [IndexAttachment]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_lairsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lairsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

lairsIndexAttachments :: Lens' ListAttachedIndicesResponse [IndexAttachment] Source #

The indices attached to the specified object.