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 |
Documentation
data OutPutS3Location Source #
The location of an output object in Amazon S3.
See: newOutPutS3Location
smart constructor.
OutPutS3Location' | |
|
Instances
Create a value of OutPutS3Location
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:bucketName:OutPutS3Location'
, outPutS3Location_bucketName
- The object's bucket.
$sel:objectKey:OutPutS3Location'
, outPutS3Location_objectKey
- The object's key.
outPutS3Location_bucketName :: Lens' OutPutS3Location Text Source #
The object's bucket.
outPutS3Location_objectKey :: Lens' OutPutS3Location Text Source #
The object's key.