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

Description

 
Synopsis

Documentation

data ActionTypeIdentifier Source #

Specifies the category, owner, provider, and version of the action type.

See: newActionTypeIdentifier smart constructor.

Constructors

ActionTypeIdentifier' 

Fields

  • category :: ActionCategory

    Defines what kind of action can be taken in the stage, one of the following:

    • Source
    • Build
    • Test
    • Deploy
    • Approval
    • Invoke
  • owner :: Text

    The creator of the action type being called: AWS or ThirdParty.

  • provider :: Text

    The provider of the action type being called. The provider name is supplied when the action type is created.

  • version :: Text

    A string that describes the action type version.

Instances

Instances details
Eq ActionTypeIdentifier Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeIdentifier

Read ActionTypeIdentifier Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeIdentifier

Show ActionTypeIdentifier Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeIdentifier

Generic ActionTypeIdentifier Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeIdentifier

Associated Types

type Rep ActionTypeIdentifier :: Type -> Type #

NFData ActionTypeIdentifier Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeIdentifier

Methods

rnf :: ActionTypeIdentifier -> () #

Hashable ActionTypeIdentifier Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeIdentifier

ToJSON ActionTypeIdentifier Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeIdentifier

FromJSON ActionTypeIdentifier Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeIdentifier

type Rep ActionTypeIdentifier Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ActionTypeIdentifier

type Rep ActionTypeIdentifier = D1 ('MetaData "ActionTypeIdentifier" "Amazonka.CodePipeline.Types.ActionTypeIdentifier" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'False) (C1 ('MetaCons "ActionTypeIdentifier'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ActionCategory) :*: S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "provider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newActionTypeIdentifier Source #

Create a value of ActionTypeIdentifier 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:category:ActionTypeIdentifier', actionTypeIdentifier_category - Defines what kind of action can be taken in the stage, one of the following:

  • Source
  • Build
  • Test
  • Deploy
  • Approval
  • Invoke

$sel:owner:ActionTypeIdentifier', actionTypeIdentifier_owner - The creator of the action type being called: AWS or ThirdParty.

$sel:provider:ActionTypeIdentifier', actionTypeIdentifier_provider - The provider of the action type being called. The provider name is supplied when the action type is created.

$sel:version:ActionTypeIdentifier', actionTypeIdentifier_version - A string that describes the action type version.

actionTypeIdentifier_category :: Lens' ActionTypeIdentifier ActionCategory Source #

Defines what kind of action can be taken in the stage, one of the following:

  • Source
  • Build
  • Test
  • Deploy
  • Approval
  • Invoke

actionTypeIdentifier_owner :: Lens' ActionTypeIdentifier Text Source #

The creator of the action type being called: AWS or ThirdParty.

actionTypeIdentifier_provider :: Lens' ActionTypeIdentifier Text Source #

The provider of the action type being called. The provider name is supplied when the action type is created.

actionTypeIdentifier_version :: Lens' ActionTypeIdentifier Text Source #

A string that describes the action type version.