libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodePipeline.Types.ActionTypeArtifactDetails

Description

 
Synopsis

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.

Constructors

ActionTypeArtifactDetails' 

Fields

  • minimumCount :: Natural

    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.

  • maximumCount :: Natural

    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.

Instances

Instances details
Eq ActionTypeArtifactDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeArtifactDetails

Read ActionTypeArtifactDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeArtifactDetails

Show ActionTypeArtifactDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeArtifactDetails

Generic ActionTypeArtifactDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeArtifactDetails

Associated Types

type Rep ActionTypeArtifactDetails :: Type -> Type #

NFData ActionTypeArtifactDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeArtifactDetails

Hashable ActionTypeArtifactDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeArtifactDetails

ToJSON ActionTypeArtifactDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeArtifactDetails

FromJSON ActionTypeArtifactDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeArtifactDetails

type Rep ActionTypeArtifactDetails Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeArtifactDetails

type Rep ActionTypeArtifactDetails = D1 ('MetaData "ActionTypeArtifactDetails" "Amazonka.CodePipeline.Types.ActionTypeArtifactDetails" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "ActionTypeArtifactDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "minimumCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "maximumCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

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.