| 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.DeleteObjectInput
Description
Synopsis
Documentation
data DeleteObjectInput Source #
An object to delete from the governed table.
See: newDeleteObjectInput smart constructor.
Constructors
| DeleteObjectInput' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteObjectInput |
Create a value of DeleteObjectInput 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:eTag:DeleteObjectInput', deleteObjectInput_eTag - The Amazon S3 ETag of the object. Returned by GetTableObjects for
validation and used to identify changes to the underlying data.
$sel:partitionValues:DeleteObjectInput', deleteObjectInput_partitionValues - A list of partition values for the object. A value must be specified for
each partition key associated with the governed table.
$sel:uri:DeleteObjectInput', deleteObjectInput_uri - The Amazon S3 location of the object to delete.
deleteObjectInput_eTag :: Lens' DeleteObjectInput (Maybe Text) Source #
The Amazon S3 ETag of the object. Returned by GetTableObjects for
validation and used to identify changes to the underlying data.
deleteObjectInput_partitionValues :: Lens' DeleteObjectInput (Maybe (NonEmpty Text)) Source #
A list of partition values for the object. A value must be specified for each partition key associated with the governed table.
deleteObjectInput_uri :: Lens' DeleteObjectInput Text Source #
The Amazon S3 location of the object to delete.