amazonka-customer-profiles-2.0: Amazon Connect Customer Profiles 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.CustomerProfiles.Types.PartyType

Description

 

Documentation

newtype PartyType Source #

Constructors

PartyType' 

Fields

Bundled Patterns

pattern PartyType_BUSINESS :: PartyType 
pattern PartyType_INDIVIDUAL :: PartyType 
pattern PartyType_OTHER :: PartyType 

Instances

Instances details
FromJSON PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

FromJSONKey PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

ToJSON PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

ToJSONKey PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

ToByteString PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

Methods

toBS :: PartyType -> ByteString #

ToHeader PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

ToLog PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

ToQuery PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

FromText PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

ToText PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

Methods

toText :: PartyType -> Text #

FromXML PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

ToXML PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

Methods

toXML :: PartyType -> XML #

Generic PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

Associated Types

type Rep PartyType :: Type -> Type #

Read PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

Show PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

NFData PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

Methods

rnf :: PartyType -> () #

Eq PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

Ord PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

Hashable PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

type Rep PartyType Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.PartyType

type Rep PartyType = D1 ('MetaData "PartyType" "Amazonka.CustomerProfiles.Types.PartyType" "amazonka-customer-profiles-2.0-7iC4NjyJEW8JuQGNtDiJ1f" 'True) (C1 ('MetaCons "PartyType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPartyType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))