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 S3Location = S3Location' {}
- newS3Location :: Text -> Text -> S3Location
- s3Location_objectVersion :: Lens' S3Location (Maybe Text)
- s3Location_bucketArn :: Lens' S3Location Text
- s3Location_fileKey :: Lens' S3Location Text
Documentation
data S3Location Source #
The location of an object in Amazon S3.
See: newS3Location
smart constructor.
Instances
Create a value of S3Location
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:S3Location'
, s3Location_objectVersion
- The version of an object in an S3 bucket.
$sel:bucketArn:S3Location'
, s3Location_bucketArn
- The Amazon Resource Name (ARN) of an S3 bucket.
$sel:fileKey:S3Location'
, s3Location_fileKey
- The file key for an object in an S3 bucket.
s3Location_objectVersion :: Lens' S3Location (Maybe Text) Source #
The version of an object in an S3 bucket.
s3Location_bucketArn :: Lens' S3Location Text Source #
The Amazon Resource Name (ARN) of an S3 bucket.
s3Location_fileKey :: Lens' S3Location Text Source #
The file key for an object in an S3 bucket.