| 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.Amplify.Types.Artifact
Description
Synopsis
- data Artifact = Artifact' {}
- newArtifact :: Text -> Text -> Artifact
- artifact_artifactFileName :: Lens' Artifact Text
- artifact_artifactId :: Lens' Artifact Text
Documentation
Describes an artifact.
See: newArtifact smart constructor.
Constructors
| Artifact' | |
Fields
| |
Instances
| FromJSON Artifact Source # | |
| Generic Artifact Source # | |
| Read Artifact Source # | |
| Show Artifact Source # | |
| NFData Artifact Source # | |
Defined in Amazonka.Amplify.Types.Artifact | |
| Eq Artifact Source # | |
| Hashable Artifact Source # | |
Defined in Amazonka.Amplify.Types.Artifact | |
| type Rep Artifact Source # | |
Defined in Amazonka.Amplify.Types.Artifact type Rep Artifact = D1 ('MetaData "Artifact" "Amazonka.Amplify.Types.Artifact" "amazonka-amplify-2.0-FzmP32buJCeA4C8B1HzWt" 'False) (C1 ('MetaCons "Artifact'" 'PrefixI 'True) (S1 ('MetaSel ('Just "artifactFileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "artifactId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of Artifact 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:artifactFileName:Artifact', artifact_artifactFileName - The file name for the artifact.
$sel:artifactId:Artifact', artifact_artifactId - The unique ID for the artifact.