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.StageDeclaration

Description

 
Synopsis

Documentation

data StageDeclaration Source #

Represents information about a stage and its definition.

See: newStageDeclaration smart constructor.

Constructors

StageDeclaration' 

Fields

Instances

Instances details
Eq StageDeclaration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageDeclaration

Read StageDeclaration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageDeclaration

Show StageDeclaration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageDeclaration

Generic StageDeclaration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageDeclaration

Associated Types

type Rep StageDeclaration :: Type -> Type #

NFData StageDeclaration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageDeclaration

Methods

rnf :: StageDeclaration -> () #

Hashable StageDeclaration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageDeclaration

ToJSON StageDeclaration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageDeclaration

FromJSON StageDeclaration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageDeclaration

type Rep StageDeclaration Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.StageDeclaration

type Rep StageDeclaration = D1 ('MetaData "StageDeclaration" "Amazonka.CodePipeline.Types.StageDeclaration" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "StageDeclaration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "blockers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [BlockerDeclaration])) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "actions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ActionDeclaration]))))

newStageDeclaration Source #

Create a value of StageDeclaration 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:blockers:StageDeclaration', stageDeclaration_blockers - Reserved for future use.

$sel:name:StageDeclaration', stageDeclaration_name - The name of the stage.

$sel:actions:StageDeclaration', stageDeclaration_actions - The actions included in a stage.