| 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.BatchUpdateObjectAttributes
Description
Synopsis
- data BatchUpdateObjectAttributes = BatchUpdateObjectAttributes' {}
- newBatchUpdateObjectAttributes :: ObjectReference -> BatchUpdateObjectAttributes
- batchUpdateObjectAttributes_objectReference :: Lens' BatchUpdateObjectAttributes ObjectReference
- batchUpdateObjectAttributes_attributeUpdates :: Lens' BatchUpdateObjectAttributes [ObjectAttributeUpdate]
Documentation
data BatchUpdateObjectAttributes Source #
Represents the output of a BatchUpdate operation.
See: newBatchUpdateObjectAttributes smart constructor.
Constructors
| BatchUpdateObjectAttributes' | |
Fields
| |
Instances
newBatchUpdateObjectAttributes Source #
Arguments
| :: ObjectReference | |
| -> BatchUpdateObjectAttributes |
Create a value of BatchUpdateObjectAttributes 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:BatchUpdateObjectAttributes', batchUpdateObjectAttributes_objectReference - Reference that identifies the object.
$sel:attributeUpdates:BatchUpdateObjectAttributes', batchUpdateObjectAttributes_attributeUpdates - Attributes update structure.
batchUpdateObjectAttributes_objectReference :: Lens' BatchUpdateObjectAttributes ObjectReference Source #
Reference that identifies the object.
batchUpdateObjectAttributes_attributeUpdates :: Lens' BatchUpdateObjectAttributes [ObjectAttributeUpdate] Source #
Attributes update structure.