libZSservicesZSamazonka-s3ZSamazonka-s3
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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' 

Fields

  • prefix :: Text

    The prefix that an object must have to be included in the inventory results.

Instances

Instances details
Eq InventoryFilter Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryFilter

Read InventoryFilter Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryFilter

Show InventoryFilter Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryFilter

Generic InventoryFilter Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryFilter

Associated Types

type Rep InventoryFilter :: Type -> Type #

NFData InventoryFilter Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryFilter

Methods

rnf :: InventoryFilter -> () #

Hashable InventoryFilter Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryFilter

FromXML InventoryFilter Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryFilter

ToXML InventoryFilter Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryFilter

Methods

toXML :: InventoryFilter -> XML #

type Rep InventoryFilter Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryFilter

type Rep InventoryFilter = D1 ('MetaData "InventoryFilter" "Amazonka.S3.Types.InventoryFilter" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "InventoryFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInventoryFilter Source #

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.