| 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.LakeFormation.Types.WriteOperation
Description
Synopsis
Documentation
data WriteOperation Source #
Defines an object to add to or delete from a governed table.
See: newWriteOperation smart constructor.
Constructors
| WriteOperation' | |
Fields
| |
Instances
newWriteOperation :: WriteOperation Source #
Create a value of WriteOperation 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:addObject:WriteOperation', writeOperation_addObject - A new object to add to the governed table.
$sel:deleteObject:WriteOperation', writeOperation_deleteObject - An object to delete from the governed table.
writeOperation_addObject :: Lens' WriteOperation (Maybe AddObjectInput) Source #
A new object to add to the governed table.
writeOperation_deleteObject :: Lens' WriteOperation (Maybe DeleteObjectInput) Source #
An object to delete from the governed table.