| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudDirectory.Types.BatchAddFacetToObject
Description
Synopsis
- data BatchAddFacetToObject = BatchAddFacetToObject' {}
- newBatchAddFacetToObject :: SchemaFacet -> ObjectReference -> BatchAddFacetToObject
- batchAddFacetToObject_schemaFacet :: Lens' BatchAddFacetToObject SchemaFacet
- batchAddFacetToObject_objectAttributeList :: Lens' BatchAddFacetToObject [AttributeKeyAndValue]
- batchAddFacetToObject_objectReference :: Lens' BatchAddFacetToObject ObjectReference
Documentation
data BatchAddFacetToObject Source #
Represents the output of a batch add facet to object operation.
See: newBatchAddFacetToObject smart constructor.
Constructors
| BatchAddFacetToObject' | |
Fields
| |
Instances
newBatchAddFacetToObject Source #
Arguments
| :: SchemaFacet | |
| -> ObjectReference | |
| -> BatchAddFacetToObject |
Create a value of BatchAddFacetToObject 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:schemaFacet:BatchAddFacetToObject', batchAddFacetToObject_schemaFacet - Represents the facet being added to the object.
$sel:objectAttributeList:BatchAddFacetToObject', batchAddFacetToObject_objectAttributeList - The attributes to set on the object.
$sel:objectReference:BatchAddFacetToObject', batchAddFacetToObject_objectReference - A reference to the object being mutated.
batchAddFacetToObject_schemaFacet :: Lens' BatchAddFacetToObject SchemaFacet Source #
Represents the facet being added to the object.
batchAddFacetToObject_objectAttributeList :: Lens' BatchAddFacetToObject [AttributeKeyAndValue] Source #
The attributes to set on the object.
batchAddFacetToObject_objectReference :: Lens' BatchAddFacetToObject ObjectReference Source #
A reference to the object being mutated.