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.InventoryDestination

Description

 
Synopsis

Documentation

data InventoryDestination Source #

Specifies the inventory configuration for an Amazon S3 bucket.

See: newInventoryDestination smart constructor.

Constructors

InventoryDestination' 

Fields

Instances

Instances details
Eq InventoryDestination Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryDestination

Show InventoryDestination Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryDestination

Generic InventoryDestination Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryDestination

Associated Types

type Rep InventoryDestination :: Type -> Type #

NFData InventoryDestination Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryDestination

Methods

rnf :: InventoryDestination -> () #

Hashable InventoryDestination Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryDestination

FromXML InventoryDestination Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryDestination

ToXML InventoryDestination Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryDestination

type Rep InventoryDestination Source # 
Instance details

Defined in Amazonka.S3.Types.InventoryDestination

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

newInventoryDestination Source #

Create a value of InventoryDestination 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:s3BucketDestination:InventoryDestination', inventoryDestination_s3BucketDestination - Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.

inventoryDestination_s3BucketDestination :: Lens' InventoryDestination InventoryS3BucketDestination Source #

Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.