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

Description

 
Synopsis

Documentation

data ActionType Source #

Returns information about the details of an action type.

See: newActionType smart constructor.

Constructors

ActionType' 

Fields

Instances

Instances details
Eq ActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionType

Read ActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionType

Show ActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionType

Generic ActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionType

Associated Types

type Rep ActionType :: Type -> Type #

NFData ActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionType

Methods

rnf :: ActionType -> () #

Hashable ActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionType

FromJSON ActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionType

type Rep ActionType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionType

type Rep ActionType = D1 ('MetaData "ActionType" "Amazonka.CodePipeline.Types.ActionType" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "ActionType'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "settings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionTypeSettings)) :*: S1 ('MetaSel ('Just "actionConfigurationProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ActionConfigurationProperty]))) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActionTypeId) :*: (S1 ('MetaSel ('Just "inputArtifactDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ArtifactDetails) :*: S1 ('MetaSel ('Just "outputArtifactDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ArtifactDetails)))))

newActionType Source #

Create a value of ActionType 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:settings:ActionType', actionType_settings - The settings for the action type.

$sel:actionConfigurationProperties:ActionType', actionType_actionConfigurationProperties - The configuration properties for the action type.

$sel:id:ActionType', actionType_id - Represents information about an action type.

$sel:inputArtifactDetails:ActionType', actionType_inputArtifactDetails - The details of the input artifact for the action, such as its commit ID.

$sel:outputArtifactDetails:ActionType', actionType_outputArtifactDetails - The details of the output artifact of the action, such as its commit ID.

actionType_settings :: Lens' ActionType (Maybe ActionTypeSettings) Source #

The settings for the action type.

actionType_id :: Lens' ActionType ActionTypeId Source #

Represents information about an action type.

actionType_inputArtifactDetails :: Lens' ActionType ArtifactDetails Source #

The details of the input artifact for the action, such as its commit ID.

actionType_outputArtifactDetails :: Lens' ActionType ArtifactDetails Source #

The details of the output artifact of the action, such as its commit ID.