amazonka-managedblockchain-2.0: Amazon Managed Blockchain 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.ManagedBlockChain.Types.VoteValue

Description

 

Documentation

newtype VoteValue Source #

Constructors

VoteValue' 

Fields

Bundled Patterns

pattern VoteValue_NO :: VoteValue 
pattern VoteValue_YES :: VoteValue 

Instances

Instances details
FromJSON VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

FromJSONKey VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

ToJSON VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

ToJSONKey VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

ToByteString VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

Methods

toBS :: VoteValue -> ByteString #

ToHeader VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

ToLog VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

ToQuery VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

FromText VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

ToText VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

Methods

toText :: VoteValue -> Text #

FromXML VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

ToXML VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

Methods

toXML :: VoteValue -> XML #

Generic VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

Associated Types

type Rep VoteValue :: Type -> Type #

Read VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

Show VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

NFData VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

Methods

rnf :: VoteValue -> () #

Eq VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

Ord VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

Hashable VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

type Rep VoteValue Source # 
Instance details

Defined in Amazonka.ManagedBlockChain.Types.VoteValue

type Rep VoteValue = D1 ('MetaData "VoteValue" "Amazonka.ManagedBlockChain.Types.VoteValue" "amazonka-managedblockchain-2.0-7ETEoTxOH0EDuOBkhEvxdC" 'True) (C1 ('MetaCons "VoteValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVoteValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))