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 :: S3Location
- s3Location_bucket :: Lens' S3Location (Maybe Text)
- s3Location_key :: Lens' S3Location (Maybe Text)
- s3Location_version :: Lens' S3Location (Maybe Text)
Documentation
data S3Location Source #
The S3 location.
See: newS3Location
smart constructor.
Instances
newS3Location :: S3Location Source #
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:bucket:S3Location'
, s3Location_bucket
- The S3 bucket.
$sel:key:S3Location'
, s3Location_key
- The S3 key.
$sel:version:S3Location'
, s3Location_version
- The S3 bucket version.
s3Location_bucket :: Lens' S3Location (Maybe Text) Source #
The S3 bucket.
s3Location_key :: Lens' S3Location (Maybe Text) Source #
The S3 key.
s3Location_version :: Lens' S3Location (Maybe Text) Source #
The S3 bucket version.