amazonka-codebuild-2.0: Amazon CodeBuild 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.CodeBuild.Types.SourceAuthType

Description

 

Documentation

newtype SourceAuthType Source #

Constructors

SourceAuthType' 

Bundled Patterns

pattern SourceAuthType_OAUTH :: SourceAuthType 

Instances

Instances details
FromJSON SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

FromJSONKey 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

ToByteString SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToHeader SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToLog SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

ToQuery 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

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 #

Generic SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Associated Types

type Rep SourceAuthType :: Type -> Type #

Read SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Show SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

NFData SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Methods

rnf :: SourceAuthType -> () #

Eq SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Ord SourceAuthType Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.SourceAuthType

Hashable 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" "amazonka-codebuild-2.0-3KpZspRk9Ul8Wu4D0cM13Q" 'True) (C1 ('MetaCons "SourceAuthType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSourceAuthType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))