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

Description

 

Documentation

newtype ProductSource Source #

Constructors

ProductSource' 

Bundled Patterns

pattern ProductSource_ACCOUNT :: ProductSource 

Instances

Instances details
Eq ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Ord ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Read ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Show ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Generic ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Associated Types

type Rep ProductSource :: Type -> Type #

NFData ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Methods

rnf :: ProductSource -> () #

Hashable ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToJSON ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToJSONKey ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

FromJSON ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

FromJSONKey ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToLog ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToHeader ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToQuery ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

FromXML ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToXML ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Methods

toXML :: ProductSource -> XML #

ToByteString ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

FromText ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

ToText ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

Methods

toText :: ProductSource -> Text #

type Rep ProductSource Source # 
Instance details

Defined in Amazonka.ServiceCatalog.Types.ProductSource

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