amazonka-servicecatalog-2.0: Amazon Service Catalog 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.ServiceCatalog.Types.PropertyKey

Description

 

Documentation

newtype PropertyKey Source #

Constructors

PropertyKey' 

Bundled Patterns

pattern PropertyKey_LAUNCH_ROLE :: PropertyKey 
pattern PropertyKey_OWNER :: PropertyKey 

Instances

Instances details
FromJSON PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

FromJSONKey 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

ToByteString PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToHeader PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToLog PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

ToQuery 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 #

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 #

Generic PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Associated Types

type Rep PropertyKey :: Type -> Type #

Read PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Show PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

NFData PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Methods

rnf :: PropertyKey -> () #

Eq PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Ord PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

Hashable PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

type Rep PropertyKey Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.PropertyKey

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