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.VpnState

Description

 

Documentation

newtype VpnState Source #

Constructors

VpnState' 

Fields

Bundled Patterns

pattern VpnState_Available :: VpnState 
pattern VpnState_Deleted :: VpnState 
pattern VpnState_Deleting :: VpnState 
pattern VpnState_Pending :: VpnState 

Instances

Instances details
FromJSON VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

FromJSONKey VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

ToJSON VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

ToJSONKey VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

ToByteString VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

Methods

toBS :: VpnState -> ByteString #

ToHeader VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

Methods

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

ToLog VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

ToQuery VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

FromText VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

ToText VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

Methods

toText :: VpnState -> Text #

FromXML VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

ToXML VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

Methods

toXML :: VpnState -> XML #

Generic VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

Associated Types

type Rep VpnState :: Type -> Type #

Methods

from :: VpnState -> Rep VpnState x #

to :: Rep VpnState x -> VpnState #

Read VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

Show VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

NFData VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

Methods

rnf :: VpnState -> () #

Eq VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

Ord VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

Hashable VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

Methods

hashWithSalt :: Int -> VpnState -> Int #

hash :: VpnState -> Int #

type Rep VpnState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpnState

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