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 ArtifactSource Source #
A structure describing the source of an artifact.
See: newArtifactSource
smart constructor.
ArtifactSource' | |
|
Instances
Create a value of ArtifactSource
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:sourceTypes:ArtifactSource'
, artifactSource_sourceTypes
- A list of source types.
$sel:sourceUri:ArtifactSource'
, artifactSource_sourceUri
- The URI of the source.
artifactSource_sourceTypes :: Lens' ArtifactSource (Maybe [ArtifactSourceType]) Source #
A list of source types.
artifactSource_sourceUri :: Lens' ArtifactSource Text Source #
The URI of the source.