amazonka-kinesisanalyticsv2-2.0: Amazon Kinesis Analytics 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.KinesisAnalyticsV2.Types.UrlType

Description

 

Documentation

newtype UrlType Source #

Constructors

UrlType' 

Fields

Bundled Patterns

pattern UrlType_FLINK_DASHBOARD_URL :: UrlType 
pattern UrlType_ZEPPELIN_UI_URL :: UrlType 

Instances

Instances details
FromJSON UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

FromJSONKey UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

ToJSON UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

ToJSONKey UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

ToByteString UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

Methods

toBS :: UrlType -> ByteString #

ToHeader UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

Methods

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

ToLog UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

ToQuery UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

FromText UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

ToText UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

Methods

toText :: UrlType -> Text #

FromXML UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

ToXML UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

Methods

toXML :: UrlType -> XML #

Generic UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

Associated Types

type Rep UrlType :: Type -> Type #

Methods

from :: UrlType -> Rep UrlType x #

to :: Rep UrlType x -> UrlType #

Read UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

Show UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

NFData UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

Methods

rnf :: UrlType -> () #

Eq UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

Methods

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

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

Ord UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

Hashable UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

Methods

hashWithSalt :: Int -> UrlType -> Int #

hash :: UrlType -> Int #

type Rep UrlType Source # 
Instance details

Defined in Amazonka.KinesisAnalyticsV2.Types.UrlType

type Rep UrlType = D1 ('MetaData "UrlType" "Amazonka.KinesisAnalyticsV2.Types.UrlType" "amazonka-kinesisanalyticsv2-2.0-EuRTRS4ROZrHrkll3mMtCB" 'True) (C1 ('MetaCons "UrlType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUrlType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))