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
- data ResolvedArtifact = ResolvedArtifact' {
- location :: Maybe Text
- identifier :: Maybe Text
- type' :: Maybe ArtifactsType
- newResolvedArtifact :: ResolvedArtifact
- resolvedArtifact_location :: Lens' ResolvedArtifact (Maybe Text)
- resolvedArtifact_identifier :: Lens' ResolvedArtifact (Maybe Text)
- resolvedArtifact_type :: Lens' ResolvedArtifact (Maybe ArtifactsType)
Documentation
data ResolvedArtifact Source #
Represents a resolved build artifact. A resolved artifact is an artifact that is built and deployed to the destination, such as Amazon S3.
See: newResolvedArtifact
smart constructor.
ResolvedArtifact' | |
|
Instances
newResolvedArtifact :: ResolvedArtifact Source #
Create a value of ResolvedArtifact
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:location:ResolvedArtifact'
, resolvedArtifact_location
- The location of the artifact.
$sel:identifier:ResolvedArtifact'
, resolvedArtifact_identifier
- The identifier of the artifact.
$sel:type':ResolvedArtifact'
, resolvedArtifact_type
- Specifies the type of artifact.
resolvedArtifact_location :: Lens' ResolvedArtifact (Maybe Text) Source #
The location of the artifact.
resolvedArtifact_identifier :: Lens' ResolvedArtifact (Maybe Text) Source #
The identifier of the artifact.
resolvedArtifact_type :: Lens' ResolvedArtifact (Maybe ArtifactsType) Source #
Specifies the type of artifact.