| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.CloudDirectory.ListAttachedIndices
Description
Lists indices attached to the specified object.
This operation returns paginated results.
Synopsis
- listAttachedIndices :: Text -> ObjectReference -> ListAttachedIndices
- data ListAttachedIndices
- laiConsistencyLevel :: Lens' ListAttachedIndices (Maybe ConsistencyLevel)
- laiNextToken :: Lens' ListAttachedIndices (Maybe Text)
- laiMaxResults :: Lens' ListAttachedIndices (Maybe Natural)
- laiDirectoryARN :: Lens' ListAttachedIndices Text
- laiTargetReference :: Lens' ListAttachedIndices ObjectReference
- listAttachedIndicesResponse :: Int -> ListAttachedIndicesResponse
- data ListAttachedIndicesResponse
- lairsIndexAttachments :: Lens' ListAttachedIndicesResponse [IndexAttachment]
- lairsNextToken :: Lens' ListAttachedIndicesResponse (Maybe Text)
- lairsResponseStatus :: Lens' ListAttachedIndicesResponse Int
Creating a Request
Arguments
| :: Text | |
| -> ObjectReference | |
| -> ListAttachedIndices |
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:
laiConsistencyLevel- The consistency level to use for this operation.laiNextToken- The pagination token.laiMaxResults- The maximum number of results to retrieve.laiDirectoryARN- The ARN of the directory.laiTargetReference- A reference to the object that has indices attached.
data ListAttachedIndices Source #
See: listAttachedIndices smart constructor.
Instances
Request Lenses
laiConsistencyLevel :: Lens' ListAttachedIndices (Maybe ConsistencyLevel) Source #
The consistency level to use for this operation.
laiNextToken :: Lens' ListAttachedIndices (Maybe Text) Source #
The pagination token.
laiMaxResults :: Lens' ListAttachedIndices (Maybe Natural) Source #
The maximum number of results to retrieve.
laiDirectoryARN :: Lens' ListAttachedIndices Text Source #
The ARN of the directory.
laiTargetReference :: Lens' ListAttachedIndices ObjectReference Source #
A reference to the object that has indices attached.
Destructuring the Response
listAttachedIndicesResponse Source #
Arguments
| :: Int | |
| -> ListAttachedIndicesResponse |
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:
lairsIndexAttachments- The indices attached to the specified object.lairsNextToken- The pagination token.lairsResponseStatus- -- | The response status code.
data ListAttachedIndicesResponse Source #
See: listAttachedIndicesResponse smart constructor.
Instances
Response Lenses
lairsIndexAttachments :: Lens' ListAttachedIndicesResponse [IndexAttachment] Source #
The indices attached to the specified object.
lairsNextToken :: Lens' ListAttachedIndicesResponse (Maybe Text) Source #
The pagination token.
lairsResponseStatus :: Lens' ListAttachedIndicesResponse Int Source #
- - | The response status code.