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 |
Documentation
data ArtifactDetails Source #
Returns information about the details of an artifact.
See: newArtifactDetails
smart constructor.
ArtifactDetails' | |
|
Instances
:: 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.