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 ArtifactLocation Source #
Represents information about the location of an artifact.
See: newArtifactLocation
smart constructor.
ArtifactLocation' | |
|
Instances
newArtifactLocation :: ArtifactLocation Source #
Create a value of ArtifactLocation
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:s3Location:ArtifactLocation'
, artifactLocation_s3Location
- The S3 bucket that contains the artifact.
$sel:type':ArtifactLocation'
, artifactLocation_type
- The type of artifact in the location.
artifactLocation_s3Location :: Lens' ArtifactLocation (Maybe S3ArtifactLocation) Source #
The S3 bucket that contains the artifact.
artifactLocation_type :: Lens' ArtifactLocation (Maybe ArtifactLocationType) Source #
The type of artifact in the location.