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 S3OutputLocation = S3OutputLocation' {}
- newS3OutputLocation :: S3OutputLocation
- s3OutputLocation_outputS3KeyPrefix :: Lens' S3OutputLocation (Maybe Text)
- s3OutputLocation_outputS3Region :: Lens' S3OutputLocation (Maybe Text)
- s3OutputLocation_outputS3BucketName :: Lens' S3OutputLocation (Maybe Text)
Documentation
data S3OutputLocation Source #
An S3 bucket where you want to store the results of this request.
See: newS3OutputLocation
smart constructor.
S3OutputLocation' | |
|
Instances
newS3OutputLocation :: S3OutputLocation Source #
Create a value of S3OutputLocation
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:outputS3KeyPrefix:S3OutputLocation'
, s3OutputLocation_outputS3KeyPrefix
- The S3 bucket subfolder.
$sel:outputS3Region:S3OutputLocation'
, s3OutputLocation_outputS3Region
- The Amazon Web Services Region of the S3 bucket.
$sel:outputS3BucketName:S3OutputLocation'
, s3OutputLocation_outputS3BucketName
- The name of the S3 bucket.
s3OutputLocation_outputS3KeyPrefix :: Lens' S3OutputLocation (Maybe Text) Source #
The S3 bucket subfolder.
s3OutputLocation_outputS3Region :: Lens' S3OutputLocation (Maybe Text) Source #
The Amazon Web Services Region of the S3 bucket.
s3OutputLocation_outputS3BucketName :: Lens' S3OutputLocation (Maybe Text) Source #
The name of the S3 bucket.