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 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.
BatchUpdateObjectAttributes' | |
|
Instances
newBatchUpdateObjectAttributes Source #
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.