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 ArtifactSourceType Source #
The ID and ID type of an artifact source.
See: newArtifactSourceType
smart constructor.
ArtifactSourceType' | |
|
Instances
newArtifactSourceType Source #
Create a value of ArtifactSourceType
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:sourceIdType:ArtifactSourceType'
, artifactSourceType_sourceIdType
- The type of ID.
$sel:value:ArtifactSourceType'
, artifactSourceType_value
- The ID.
artifactSourceType_sourceIdType :: Lens' ArtifactSourceType ArtifactSourceIdType Source #
The type of ID.
artifactSourceType_value :: Lens' ArtifactSourceType Text Source #
The ID.