libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming
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.Route53AutoNaming.Types.ServiceType

Description

 

Documentation

newtype ServiceType Source #

Constructors

ServiceType' 

Bundled Patterns

pattern ServiceType_DNS :: ServiceType 
pattern ServiceType_DNS_HTTP :: ServiceType 
pattern ServiceType_HTTP :: ServiceType 

Instances

Instances details
Eq ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Ord ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Read ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Show ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Generic ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Associated Types

type Rep ServiceType :: Type -> Type #

NFData ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Methods

rnf :: ServiceType -> () #

Hashable ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToJSON ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToJSONKey ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

FromJSON ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

FromJSONKey ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToLog ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToHeader ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToQuery ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

FromXML ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToXML ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Methods

toXML :: ServiceType -> XML #

ToByteString ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

FromText ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

ToText ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

Methods

toText :: ServiceType -> Text #

type Rep ServiceType Source # 
Instance details

Defined in Amazonka.Route53AutoNaming.Types.ServiceType

type Rep ServiceType = D1 ('MetaData "ServiceType" "Amazonka.Route53AutoNaming.Types.ServiceType" "libZSservicesZSamazonka-route53-autonamingZSamazonka-route53-autonaming" 'True) (C1 ('MetaCons "ServiceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromServiceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))