amazonka-codepipeline-2.0: Amazon CodePipeline SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CodePipeline.Types.ActionExecutionResult

Description

 
Synopsis

Documentation

data ActionExecutionResult Source #

Execution result information, such as the external execution ID.

See: newActionExecutionResult smart constructor.

Constructors

ActionExecutionResult' 

Fields

Instances

Instances details
FromJSON ActionExecutionResult Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionExecutionResult

Generic ActionExecutionResult Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionExecutionResult

Associated Types

type Rep ActionExecutionResult :: Type -> Type #

Read ActionExecutionResult Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionExecutionResult

Show ActionExecutionResult Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionExecutionResult

NFData ActionExecutionResult Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionExecutionResult

Methods

rnf :: ActionExecutionResult -> () #

Eq ActionExecutionResult Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionExecutionResult

Hashable ActionExecutionResult Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionExecutionResult

type Rep ActionExecutionResult Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionExecutionResult

type Rep ActionExecutionResult = D1 ('MetaData "ActionExecutionResult" "Amazonka.CodePipeline.Types.ActionExecutionResult" "amazonka-codepipeline-2.0-AHHPJTmnvhi1gPjRAFzjQE" 'False) (C1 ('MetaCons "ActionExecutionResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "externalExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "externalExecutionSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "externalExecutionUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newActionExecutionResult :: ActionExecutionResult Source #

Create a value of ActionExecutionResult 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:externalExecutionId:ActionExecutionResult', actionExecutionResult_externalExecutionId - The action provider's external ID for the action execution.

$sel:externalExecutionSummary:ActionExecutionResult', actionExecutionResult_externalExecutionSummary - The action provider's summary for the action execution.

$sel:externalExecutionUrl:ActionExecutionResult', actionExecutionResult_externalExecutionUrl - The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.

actionExecutionResult_externalExecutionId :: Lens' ActionExecutionResult (Maybe Text) Source #

The action provider's external ID for the action execution.

actionExecutionResult_externalExecutionSummary :: Lens' ActionExecutionResult (Maybe Text) Source #

The action provider's summary for the action execution.

actionExecutionResult_externalExecutionUrl :: Lens' ActionExecutionResult (Maybe Text) Source #

The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.