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 S3KeyOutput = S3KeyOutput' {}
- newS3KeyOutput :: S3KeyOutput
- s3KeyOutput_etag :: Lens' S3KeyOutput (Maybe Text)
- s3KeyOutput_s3Key :: Lens' S3KeyOutput (Maybe Text)
Documentation
data S3KeyOutput Source #
Information about S3 keys.
See: newS3KeyOutput
smart constructor.
Instances
newS3KeyOutput :: S3KeyOutput Source #
Create a value of S3KeyOutput
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:etag:S3KeyOutput'
, s3KeyOutput_etag
- The etag for the object.
$sel:s3Key:S3KeyOutput'
, s3KeyOutput_s3Key
- The S3 key.
s3KeyOutput_etag :: Lens' S3KeyOutput (Maybe Text) Source #
The etag for the object.
s3KeyOutput_s3Key :: Lens' S3KeyOutput (Maybe Text) Source #
The S3 key.