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

Description

 
Synopsis

Documentation

data OwnershipControls Source #

The container element for a bucket's ownership controls.

See: newOwnershipControls smart constructor.

Constructors

OwnershipControls' 

Fields

Instances

Instances details
Eq OwnershipControls Source # 
Instance details

Defined in Amazonka.S3.Types.OwnershipControls

Read OwnershipControls Source # 
Instance details

Defined in Amazonka.S3.Types.OwnershipControls

Show OwnershipControls Source # 
Instance details

Defined in Amazonka.S3.Types.OwnershipControls

Generic OwnershipControls Source # 
Instance details

Defined in Amazonka.S3.Types.OwnershipControls

Associated Types

type Rep OwnershipControls :: Type -> Type #

NFData OwnershipControls Source # 
Instance details

Defined in Amazonka.S3.Types.OwnershipControls

Methods

rnf :: OwnershipControls -> () #

Hashable OwnershipControls Source # 
Instance details

Defined in Amazonka.S3.Types.OwnershipControls

FromXML OwnershipControls Source # 
Instance details

Defined in Amazonka.S3.Types.OwnershipControls

ToXML OwnershipControls Source # 
Instance details

Defined in Amazonka.S3.Types.OwnershipControls

type Rep OwnershipControls Source # 
Instance details

Defined in Amazonka.S3.Types.OwnershipControls

type Rep OwnershipControls = D1 ('MetaData "OwnershipControls" "Amazonka.S3.Types.OwnershipControls" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "OwnershipControls'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [OwnershipControlsRule])))

newOwnershipControls :: OwnershipControls Source #

Create a value of OwnershipControls 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:rules:OwnershipControls', ownershipControls_rules - The container element for an ownership control rule.

ownershipControls_rules :: Lens' OwnershipControls [OwnershipControlsRule] Source #

The container element for an ownership control rule.