libZSservicesZSamazonka-codebuildZSamazonka-codebuild
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.CodeBuild.Types.SourceAuthType

Description

 

Documentation

newtype SourceAuthType Source #

Constructors

SourceAuthType' 

Bundled Patterns

pattern SourceAuthType_OAUTH :: SourceAuthType 

Instances

Instances details
Eq SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Ord SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Read SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Show SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Generic SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Associated Types

type Rep SourceAuthType :: Type -> Type #

NFData SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Methods

rnf :: SourceAuthType -> () #

Hashable SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToJSON SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToJSONKey SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromJSON SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromJSONKey SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToLog SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToHeader SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToQuery SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromXML SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToXML SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Methods

toXML :: SourceAuthType -> XML #

ToByteString SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromText SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToText SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

type Rep SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

type Rep SourceAuthType = D1 ('MetaData "SourceAuthType" "Amazonka.CodeBuild.Types.SourceAuthType" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'True) (C1 ('MetaCons "SourceAuthType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceAuthType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))