| 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.CodePipeline.Types.ArtifactDetails
Description
Documentation
data ArtifactDetails Source #
Returns information about the details of an artifact.
See: newArtifactDetails smart constructor.
Constructors
| ArtifactDetails' | |
Fields
| |
Instances
Arguments
| :: Natural | |
| -> Natural | |
| -> ArtifactDetails |
Create a value of ArtifactDetails 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:minimumCount:ArtifactDetails', artifactDetails_minimumCount - The minimum number of artifacts allowed for the action type.
$sel:maximumCount:ArtifactDetails', artifactDetails_maximumCount - The maximum number of artifacts allowed for the action type.
artifactDetails_minimumCount :: Lens' ArtifactDetails Natural Source #
The minimum number of artifacts allowed for the action type.
artifactDetails_maximumCount :: Lens' ArtifactDetails Natural Source #
The maximum number of artifacts allowed for the action type.