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 ActionTypeArtifactDetails = ActionTypeArtifactDetails' {}
- newActionTypeArtifactDetails :: Natural -> Natural -> ActionTypeArtifactDetails
- actionTypeArtifactDetails_minimumCount :: Lens' ActionTypeArtifactDetails Natural
- actionTypeArtifactDetails_maximumCount :: Lens' ActionTypeArtifactDetails Natural
Documentation
data ActionTypeArtifactDetails Source #
Information about parameters for artifacts associated with the action type, such as the minimum and maximum artifacts allowed.
See: newActionTypeArtifactDetails
smart constructor.
ActionTypeArtifactDetails' | |
|
Instances
newActionTypeArtifactDetails Source #
Create a value of ActionTypeArtifactDetails
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:ActionTypeArtifactDetails'
, actionTypeArtifactDetails_minimumCount
- The minimum number of artifacts that can be used with the action type.
For example, you should specify a minimum and maximum of zero input
artifacts for an action type with a category of source
.
$sel:maximumCount:ActionTypeArtifactDetails'
, actionTypeArtifactDetails_maximumCount
- The maximum number of artifacts that can be used with the actiontype.
For example, you should specify a minimum and maximum of zero input
artifacts for an action type with a category of source
.
actionTypeArtifactDetails_minimumCount :: Lens' ActionTypeArtifactDetails Natural Source #
The minimum number of artifacts that can be used with the action type.
For example, you should specify a minimum and maximum of zero input
artifacts for an action type with a category of source
.
actionTypeArtifactDetails_maximumCount :: Lens' ActionTypeArtifactDetails Natural Source #
The maximum number of artifacts that can be used with the actiontype.
For example, you should specify a minimum and maximum of zero input
artifacts for an action type with a category of source
.