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

Description

 

Documentation

newtype ExecutorType Source #

Constructors

ExecutorType' 

Bundled Patterns

pattern ExecutorType_JobWorker :: ExecutorType 
pattern ExecutorType_Lambda :: ExecutorType 

Instances

Instances details
Eq ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

Ord ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

Read ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

Show ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

Generic ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

Associated Types

type Rep ExecutorType :: Type -> Type #

NFData ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

Methods

rnf :: ExecutorType -> () #

Hashable ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

ToJSON ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

ToJSONKey ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

FromJSON ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

FromJSONKey ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

ToLog ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

ToHeader ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

ToQuery ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

FromXML ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

ToXML ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

Methods

toXML :: ExecutorType -> XML #

ToByteString ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

FromText ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

ToText ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

Methods

toText :: ExecutorType -> Text #

type Rep ExecutorType Source # 
Instance details

Defined in Amazonka.CodePipeline.Types.ExecutorType

type Rep ExecutorType = D1 ('MetaData "ExecutorType" "Amazonka.CodePipeline.Types.ExecutorType" "libZSservicesZSamazonka-codepipelineZSamazonka-codepipeline" 'True) (C1 ('MetaCons "ExecutorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExecutorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))