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 |
Synopsis
- data BatchListObjectAttributes = BatchListObjectAttributes' {}
- newBatchListObjectAttributes :: ObjectReference -> BatchListObjectAttributes
- batchListObjectAttributes_facetFilter :: Lens' BatchListObjectAttributes (Maybe SchemaFacet)
- batchListObjectAttributes_nextToken :: Lens' BatchListObjectAttributes (Maybe Text)
- batchListObjectAttributes_maxResults :: Lens' BatchListObjectAttributes (Maybe Natural)
- batchListObjectAttributes_objectReference :: Lens' BatchListObjectAttributes ObjectReference
Documentation
data BatchListObjectAttributes Source #
Represents the output of a ListObjectAttributes operation.
See: newBatchListObjectAttributes
smart constructor.
BatchListObjectAttributes' | |
|
Instances
newBatchListObjectAttributes Source #
Create a value of BatchListObjectAttributes
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:facetFilter:BatchListObjectAttributes'
, batchListObjectAttributes_facetFilter
- Used to filter the list of object attributes that are associated with a
certain facet.
$sel:nextToken:BatchListObjectAttributes'
, batchListObjectAttributes_nextToken
- The pagination token.
$sel:maxResults:BatchListObjectAttributes'
, batchListObjectAttributes_maxResults
- The maximum number of items to be retrieved in a single call. This is an
approximate number.
$sel:objectReference:BatchListObjectAttributes'
, batchListObjectAttributes_objectReference
- Reference of the object whose attributes need to be listed.
batchListObjectAttributes_facetFilter :: Lens' BatchListObjectAttributes (Maybe SchemaFacet) Source #
Used to filter the list of object attributes that are associated with a certain facet.
batchListObjectAttributes_nextToken :: Lens' BatchListObjectAttributes (Maybe Text) Source #
The pagination token.
batchListObjectAttributes_maxResults :: Lens' BatchListObjectAttributes (Maybe Natural) Source #
The maximum number of items to be retrieved in a single call. This is an approximate number.
batchListObjectAttributes_objectReference :: Lens' BatchListObjectAttributes ObjectReference Source #
Reference of the object whose attributes need to be listed.