libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry
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.ServiceCatalogAppRegistry.Types.SyncAction

Description

 

Documentation

newtype SyncAction Source #

Constructors

SyncAction' 

Fields

Bundled Patterns

pattern SyncAction_NO_ACTION :: SyncAction 
pattern SyncAction_START_SYNC :: SyncAction 

Instances

Instances details
Eq SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Ord SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Read SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Show SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Generic SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Associated Types

type Rep SyncAction :: Type -> Type #

NFData SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Methods

rnf :: SyncAction -> () #

Hashable SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToJSON SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToJSONKey SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

FromJSON SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

FromJSONKey SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToLog SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToHeader SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToQuery SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

FromXML SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToXML SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Methods

toXML :: SyncAction -> XML #

ToByteString SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

FromText SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToText SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Methods

toText :: SyncAction -> Text #

type Rep SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

type Rep SyncAction = D1 ('MetaData "SyncAction" "Amazonka.ServiceCatalogAppRegistry.Types.SyncAction" "libZSservicesZSamazonka-servicecatalog-appregistryZSamazonka-servicecatalog-appregistry" 'True) (C1 ('MetaCons "SyncAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSyncAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))