libZSservicesZSamazonka-maciev2ZSamazonka-maciev2
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.MacieV2.Types.S3BucketOwner

Description

 
Synopsis

Documentation

data S3BucketOwner Source #

Provides information about the Amazon Web Services account that owns an S3 bucket.

See: newS3BucketOwner smart constructor.

Constructors

S3BucketOwner' 

Fields

Instances

Instances details
Eq S3BucketOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketOwner

Read S3BucketOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketOwner

Show S3BucketOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketOwner

Generic S3BucketOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketOwner

Associated Types

type Rep S3BucketOwner :: Type -> Type #

NFData S3BucketOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketOwner

Methods

rnf :: S3BucketOwner -> () #

Hashable S3BucketOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketOwner

FromJSON S3BucketOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketOwner

type Rep S3BucketOwner Source # 
Instance details

Defined in Amazonka.MacieV2.Types.S3BucketOwner

type Rep S3BucketOwner = D1 ('MetaData "S3BucketOwner" "Amazonka.MacieV2.Types.S3BucketOwner" "libZSservicesZSamazonka-maciev2ZSamazonka-maciev2" 'False) (C1 ('MetaCons "S3BucketOwner'" 'PrefixI 'True) (S1 ('MetaSel ('Just "displayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3BucketOwner :: S3BucketOwner Source #

Create a value of S3BucketOwner 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:displayName:S3BucketOwner', s3BucketOwner_displayName - The display name of the account that owns the bucket.

$sel:id:S3BucketOwner', s3BucketOwner_id - The canonical user ID for the account that owns the bucket.

s3BucketOwner_displayName :: Lens' S3BucketOwner (Maybe Text) Source #

The display name of the account that owns the bucket.

s3BucketOwner_id :: Lens' S3BucketOwner (Maybe Text) Source #

The canonical user ID for the account that owns the bucket.