libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog
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.ServiceCatalog.Types.PropertyKey

Description

 

Documentation

newtype PropertyKey Source #

Constructors

PropertyKey' 

Bundled Patterns

pattern PropertyKey_LAUNCH_ROLE :: PropertyKey 
pattern PropertyKey_OWNER :: PropertyKey 

Instances

Instances details
Eq PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Ord PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Read PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Show PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Generic PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Associated Types

type Rep PropertyKey :: Type -> Type #

NFData PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Methods

rnf :: PropertyKey -> () #

Hashable PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToJSON PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToJSONKey PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

FromJSON PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

FromJSONKey PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToLog PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToHeader PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToQuery PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

FromXML PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToXML PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Methods

toXML :: PropertyKey -> XML #

ToByteString PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

FromText PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToText PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Methods

toText :: PropertyKey -> Text #

type Rep PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

type Rep PropertyKey = D1 ('MetaData "PropertyKey" "Amazonka.ServiceCatalog.Types.PropertyKey" "libZSservicesZSamazonka-servicecatalogZSamazonka-servicecatalog" 'True) (C1 ('MetaCons "PropertyKey'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPropertyKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))