amazonka-ec2-2.0: Amazon Elastic Compute Cloud 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.EC2.Types.ProtocolValue

Description

 

Documentation

newtype ProtocolValue Source #

Constructors

ProtocolValue' 

Bundled Patterns

pattern ProtocolValue_Gre :: ProtocolValue 

Instances

Instances details
FromJSON ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

FromJSONKey ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

ToJSON ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

ToJSONKey ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

ToByteString ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

ToHeader ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

ToLog ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

ToQuery ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

FromText ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

ToText ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

Methods

toText :: ProtocolValue -> Text #

FromXML ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

ToXML ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

Methods

toXML :: ProtocolValue -> XML #

Generic ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

Associated Types

type Rep ProtocolValue :: Type -> Type #

Read ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

Show ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

NFData ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

Methods

rnf :: ProtocolValue -> () #

Eq ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

Ord ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

Hashable ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

type Rep ProtocolValue Source # 
Instance details

Defined in Amazonka.EC2.Types.ProtocolValue

type Rep ProtocolValue = D1 ('MetaData "ProtocolValue" "Amazonka.EC2.Types.ProtocolValue" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'True) (C1 ('MetaCons "ProtocolValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromProtocolValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))