| 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.S3.Types.InventoryFilter
Description
Synopsis
Documentation
data InventoryFilter Source #
Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.
See: newInventoryFilter smart constructor.
Constructors
| InventoryFilter' | |
Instances
Arguments
| :: Text | |
| -> InventoryFilter |
Create a value of InventoryFilter 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:prefix:InventoryFilter', inventoryFilter_prefix - The prefix that an object must have to be included in the inventory
results.
inventoryFilter_prefix :: Lens' InventoryFilter Text Source #
The prefix that an object must have to be included in the inventory results.