libZSservicesZSamazonka-lightsailZSamazonka-lightsail
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Lightsail.Types.PortState

Description

 

Documentation

newtype PortState Source #

Constructors

PortState' 

Fields

Bundled Patterns

pattern PortState_Closed :: PortState 
pattern PortState_Open :: PortState 

Instances

Instances details
Eq PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

Ord PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

Read PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

Show PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

Generic PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

Associated Types

type Rep PortState :: Type -> Type #

NFData PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

Methods

rnf :: PortState -> () #

Hashable PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

ToJSON PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

ToJSONKey PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

FromJSON PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

FromJSONKey PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

ToLog PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

ToHeader PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

ToQuery PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

FromXML PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

ToXML PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

Methods

toXML :: PortState -> XML #

ToByteString PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

Methods

toBS :: PortState -> ByteString #

FromText PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

ToText PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

Methods

toText :: PortState -> Text #

type Rep PortState Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PortState

type Rep PortState = D1 ('MetaData "PortState" "Amazonka.Lightsail.Types.PortState" "libZSservicesZSamazonka-lightsailZSamazonka-lightsail" 'True) (C1 ('MetaCons "PortState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPortState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))