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

Description

 

Documentation

newtype VpcState Source #

Constructors

VpcState' 

Fields

Bundled Patterns

pattern VpcState_Available :: VpcState 
pattern VpcState_Pending :: VpcState 

Instances

Instances details
FromJSON VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

FromJSONKey VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

ToJSON VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

ToJSONKey VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

ToByteString VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

Methods

toBS :: VpcState -> ByteString #

ToHeader VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

Methods

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

ToLog VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

ToQuery VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

FromText VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

ToText VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

Methods

toText :: VpcState -> Text #

FromXML VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

ToXML VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

Methods

toXML :: VpcState -> XML #

Generic VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

Associated Types

type Rep VpcState :: Type -> Type #

Methods

from :: VpcState -> Rep VpcState x #

to :: Rep VpcState x -> VpcState #

Read VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

Show VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

NFData VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

Methods

rnf :: VpcState -> () #

Eq VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

Ord VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

Hashable VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

Methods

hashWithSalt :: Int -> VpcState -> Int #

hash :: VpcState -> Int #

type Rep VpcState Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcState

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