amazonka-servicecatalog-appregistry-2.0: Amazon Service Catalog App Registry 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.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
FromJSON SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

FromJSONKey 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

ToByteString SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToHeader SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

ToLog SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

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

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 #

Generic SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Associated Types

type Rep SyncAction :: Type -> Type #

Read SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Show SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

NFData SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Methods

rnf :: SyncAction -> () #

Eq SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Ord SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

Hashable SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

type Rep SyncAction Source # 
Instance details

Defined in Amazonka.ServiceCatalogAppRegistry.Types.SyncAction

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