| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeBuild.Types.ResolvedArtifact
Description
Synopsis
- data ResolvedArtifact = ResolvedArtifact' {
- identifier :: Maybe Text
- location :: Maybe Text
- type' :: Maybe ArtifactsType
- newResolvedArtifact :: ResolvedArtifact
- resolvedArtifact_identifier :: Lens' ResolvedArtifact (Maybe Text)
- resolvedArtifact_location :: 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.
Constructors
| ResolvedArtifact' | |
Fields
| |
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:identifier:ResolvedArtifact', resolvedArtifact_identifier - The identifier of the artifact.
$sel:location:ResolvedArtifact', resolvedArtifact_location - The location of the artifact.
$sel:type':ResolvedArtifact', resolvedArtifact_type - Specifies the type of artifact.
resolvedArtifact_identifier :: Lens' ResolvedArtifact (Maybe Text) Source #
The identifier of the artifact.
resolvedArtifact_location :: Lens' ResolvedArtifact (Maybe Text) Source #
The location of the artifact.
resolvedArtifact_type :: Lens' ResolvedArtifact (Maybe ArtifactsType) Source #
Specifies the type of artifact.