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
- data S3LocationDescription = S3LocationDescription' {}
- newS3LocationDescription :: S3LocationDescription
- s3LocationDescription_objectVersion :: Lens' S3LocationDescription (Maybe Text)
- s3LocationDescription_bucketArn :: Lens' S3LocationDescription (Maybe Text)
- s3LocationDescription_fileKey :: Lens' S3LocationDescription (Maybe Text)
Documentation
data S3LocationDescription Source #
The description of the location of an object in Amazon S3.
See: newS3LocationDescription
smart constructor.
Instances
newS3LocationDescription :: S3LocationDescription Source #
Create a value of S3LocationDescription
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:objectVersion:S3LocationDescription'
, s3LocationDescription_objectVersion
- The version of an object in an S3 bucket.
$sel:bucketArn:S3LocationDescription'
, s3LocationDescription_bucketArn
- The Amazon Resource Name (ARN) of an S3 bucket.
$sel:fileKey:S3LocationDescription'
, s3LocationDescription_fileKey
- The file key for an object in an S3 bucket.
s3LocationDescription_objectVersion :: Lens' S3LocationDescription (Maybe Text) Source #
The version of an object in an S3 bucket.
s3LocationDescription_bucketArn :: Lens' S3LocationDescription (Maybe Text) Source #
The Amazon Resource Name (ARN) of an S3 bucket.
s3LocationDescription_fileKey :: Lens' S3LocationDescription (Maybe Text) Source #
The file key for an object in an S3 bucket.