libZSservicesZSamazonka-databrewZSamazonka-databrew
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.DataBrew.Types.Source

Description

 

Documentation

newtype Source Source #

Constructors

Source' 

Fields

Bundled Patterns

pattern Source_DATABASE :: Source 
pattern Source_DATA_CATALOG :: Source 
pattern Source_S3 :: Source 

Instances

Instances details
Eq Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

(==) :: Source -> Source -> Bool #

(/=) :: Source -> Source -> Bool #

Ord Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Read Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Show Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Generic Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Associated Types

type Rep Source :: Type -> Type #

Methods

from :: Source -> Rep Source x #

to :: Rep Source x -> Source #

NFData Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

rnf :: Source -> () #

Hashable Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

hashWithSalt :: Int -> Source -> Int #

hash :: Source -> Int #

ToJSON Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToJSONKey Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

FromJSON Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

FromJSONKey Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToLog Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToHeader Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

toHeader :: HeaderName -> Source -> [Header] #

ToQuery Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

FromXML Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToXML Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

toXML :: Source -> XML #

ToByteString Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

toBS :: Source -> ByteString #

FromText Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

ToText Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

Methods

toText :: Source -> Text #

type Rep Source Source # 
Instance details

Defined in Amazonka.DataBrew.Types.Source

type Rep Source = D1 ('MetaData "Source" "Amazonka.DataBrew.Types.Source" "libZSservicesZSamazonka-databrewZSamazonka-databrew" 'True) (C1 ('MetaCons "Source'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))