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
Documentation
data S3Location Source #
The Amazon S3 location where the source code files provided with the project request are stored.
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:bucketKey:S3Location'
, s3Location_bucketKey
- The Amazon S3 object key where the source code files provided with the
project request are stored.
$sel:bucketName:S3Location'
, s3Location_bucketName
- The Amazon S3 bucket name where the source code files provided with the
project request are stored.
s3Location_bucketKey :: Lens' S3Location (Maybe Text) Source #
The Amazon S3 object key where the source code files provided with the project request are stored.
s3Location_bucketName :: Lens' S3Location (Maybe Text) Source #
The Amazon S3 bucket name where the source code files provided with the project request are stored.