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 BatchGetObjectAttributes = BatchGetObjectAttributes' {}
- newBatchGetObjectAttributes :: ObjectReference -> SchemaFacet -> BatchGetObjectAttributes
- batchGetObjectAttributes_objectReference :: Lens' BatchGetObjectAttributes ObjectReference
- batchGetObjectAttributes_schemaFacet :: Lens' BatchGetObjectAttributes SchemaFacet
- batchGetObjectAttributes_attributeNames :: Lens' BatchGetObjectAttributes [Text]
Documentation
data BatchGetObjectAttributes Source #
Retrieves attributes within a facet that are associated with an object inside an BatchRead operation. For more information, see GetObjectAttributes and BatchReadRequest$Operations.
See: newBatchGetObjectAttributes
smart constructor.
BatchGetObjectAttributes' | |
|
Instances
newBatchGetObjectAttributes Source #
Create a value of BatchGetObjectAttributes
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:objectReference:BatchGetObjectAttributes'
, batchGetObjectAttributes_objectReference
- Reference that identifies the object whose attributes will be retrieved.
$sel:schemaFacet:BatchGetObjectAttributes'
, batchGetObjectAttributes_schemaFacet
- Identifier for the facet whose attributes will be retrieved. See
SchemaFacet for details.
$sel:attributeNames:BatchGetObjectAttributes'
, batchGetObjectAttributes_attributeNames
- List of attribute names whose values will be retrieved.
batchGetObjectAttributes_objectReference :: Lens' BatchGetObjectAttributes ObjectReference Source #
Reference that identifies the object whose attributes will be retrieved.
batchGetObjectAttributes_schemaFacet :: Lens' BatchGetObjectAttributes SchemaFacet Source #
Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
batchGetObjectAttributes_attributeNames :: Lens' BatchGetObjectAttributes [Text] Source #
List of attribute names whose values will be retrieved.