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 ArtifactSummary = ArtifactSummary' {}
- newArtifactSummary :: ArtifactSummary
- artifactSummary_creationTime :: Lens' ArtifactSummary (Maybe UTCTime)
- artifactSummary_lastModifiedTime :: Lens' ArtifactSummary (Maybe UTCTime)
- artifactSummary_artifactName :: Lens' ArtifactSummary (Maybe Text)
- artifactSummary_source :: Lens' ArtifactSummary (Maybe ArtifactSource)
- artifactSummary_artifactArn :: Lens' ArtifactSummary (Maybe Text)
- artifactSummary_artifactType :: Lens' ArtifactSummary (Maybe Text)
Documentation
data ArtifactSummary Source #
Lists a summary of the properties of an artifact. An artifact represents a URI addressable object or data. Some examples are a dataset and a model.
See: newArtifactSummary
smart constructor.
ArtifactSummary' | |
|
Instances
newArtifactSummary :: ArtifactSummary Source #
Create a value of ArtifactSummary
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:creationTime:ArtifactSummary'
, artifactSummary_creationTime
- When the artifact was created.
$sel:lastModifiedTime:ArtifactSummary'
, artifactSummary_lastModifiedTime
- When the artifact was last modified.
$sel:artifactName:ArtifactSummary'
, artifactSummary_artifactName
- The name of the artifact.
$sel:source:ArtifactSummary'
, artifactSummary_source
- The source of the artifact.
$sel:artifactArn:ArtifactSummary'
, artifactSummary_artifactArn
- The Amazon Resource Name (ARN) of the artifact.
$sel:artifactType:ArtifactSummary'
, artifactSummary_artifactType
- The type of the artifact.
artifactSummary_creationTime :: Lens' ArtifactSummary (Maybe UTCTime) Source #
When the artifact was created.
artifactSummary_lastModifiedTime :: Lens' ArtifactSummary (Maybe UTCTime) Source #
When the artifact was last modified.
artifactSummary_artifactName :: Lens' ArtifactSummary (Maybe Text) Source #
The name of the artifact.
artifactSummary_source :: Lens' ArtifactSummary (Maybe ArtifactSource) Source #
The source of the artifact.
artifactSummary_artifactArn :: Lens' ArtifactSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the artifact.
artifactSummary_artifactType :: Lens' ArtifactSummary (Maybe Text) Source #
The type of the artifact.