Copyright | (c) 2013-2021 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 |
Documentation
data BatchListIndexResponse Source #
Represents the output of a ListIndex response operation.
See: newBatchListIndexResponse
smart constructor.
BatchListIndexResponse' | |
|
Instances
newBatchListIndexResponse :: BatchListIndexResponse Source #
Create a value of BatchListIndexResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:indexAttachments:BatchListIndexResponse'
, batchListIndexResponse_indexAttachments
- The objects and indexed values attached to the index.
$sel:nextToken:BatchListIndexResponse'
, batchListIndexResponse_nextToken
- The pagination token.
batchListIndexResponse_indexAttachments :: Lens' BatchListIndexResponse (Maybe [IndexAttachment]) Source #
The objects and indexed values attached to the index.
batchListIndexResponse_nextToken :: Lens' BatchListIndexResponse (Maybe Text) Source #
The pagination token.