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 BatchGetObjectInformationResponse = BatchGetObjectInformationResponse' {}
- newBatchGetObjectInformationResponse :: BatchGetObjectInformationResponse
- batchGetObjectInformationResponse_objectIdentifier :: Lens' BatchGetObjectInformationResponse (Maybe Text)
- batchGetObjectInformationResponse_schemaFacets :: Lens' BatchGetObjectInformationResponse (Maybe [SchemaFacet])
Documentation
data BatchGetObjectInformationResponse Source #
Represents the output of a GetObjectInformation response operation.
See: newBatchGetObjectInformationResponse
smart constructor.
BatchGetObjectInformationResponse' | |
|
Instances
newBatchGetObjectInformationResponse :: BatchGetObjectInformationResponse Source #
Create a value of BatchGetObjectInformationResponse
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:objectIdentifier:BatchGetObjectInformationResponse'
, batchGetObjectInformationResponse_objectIdentifier
- The ObjectIdentifier
of the specified object.
$sel:schemaFacets:BatchGetObjectInformationResponse'
, batchGetObjectInformationResponse_schemaFacets
- The facets attached to the specified object.
batchGetObjectInformationResponse_objectIdentifier :: Lens' BatchGetObjectInformationResponse (Maybe Text) Source #
The ObjectIdentifier
of the specified object.
batchGetObjectInformationResponse_schemaFacets :: Lens' BatchGetObjectInformationResponse (Maybe [SchemaFacet]) Source #
The facets attached to the specified object.