Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data S3BucketOwner Source #
Provides information about the Amazon Web Services account that owns an S3 bucket.
See: newS3BucketOwner
smart constructor.
Instances
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.