amazonka-polly-2.0: Amazon Polly 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.Polly.Types.TextType

Description

 

Documentation

newtype TextType Source #

Constructors

TextType' 

Fields

Bundled Patterns

pattern TextType_Ssml :: TextType 
pattern TextType_Text :: TextType 

Instances

Instances details
FromJSON TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

FromJSONKey TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

ToJSON TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

ToJSONKey TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

ToByteString TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

Methods

toBS :: TextType -> ByteString #

ToHeader TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

Methods

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

ToLog TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

ToQuery TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

FromText TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

ToText TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

Methods

toText :: TextType -> Text #

FromXML TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

ToXML TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

Methods

toXML :: TextType -> XML #

Generic TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

Associated Types

type Rep TextType :: Type -> Type #

Methods

from :: TextType -> Rep TextType x #

to :: Rep TextType x -> TextType #

Read TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

Show TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

NFData TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

Methods

rnf :: TextType -> () #

Eq TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

Ord TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

Hashable TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

Methods

hashWithSalt :: Int -> TextType -> Int #

hash :: TextType -> Int #

type Rep TextType Source # 
Instance details

Defined in Amazonka.Polly.Types.TextType

type Rep TextType = D1 ('MetaData "TextType" "Amazonka.Polly.Types.TextType" "amazonka-polly-2.0-6sZiChgAXCB1QK3Mfr0Pfp" 'True) (C1 ('MetaCons "TextType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTextType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))