Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-sheets Gogol.Sheets.Types No documentation available.
module Gogol.ShoppingContent.Content.Liasettings.
Setinventoryverificationcontact Sets the inventory verification contract for the specified country. See: Content API for Shopping Reference for content.liasettings.setinventoryverificationcontact.
module Gogol.ShoppingContent.Content.Liasettings.
Setomnichannelexperience Sets the omnichannel experience for the specified country. Only supported for merchants whose POS data provider is trusted to enable the corresponding experience. For more context, see these help articles about LFP and how to get started with it. See: Content API for Shopping Reference for content.liasettings.setomnichannelexperience.
module Gogol.ShoppingContent.Content.Liasettings.
Setposdataprovider Sets the POS data provider for the specified country. See: Content API for Shopping Reference for content.liasettings.setposdataprovider.
-
gogol-sqladmin Gogol.SQLAdmin Database instance settings. See: newSettings smart constructor.
-
gogol-sqladmin Gogol.SQLAdmin No documentation available.
newtype
Settings_ActivationPolicy gogol-sqladmin Gogol.SQLAdmin The activation policy specifies when the instance is activated; it is applicable only when the instance state is RUNNABLE. Valid values: * ALWAYS: The instance is on, and remains so even in the absence of connection requests. * NEVER: The instance is off; it is not activated, even if a connection request arrives.
Settings_ActivationPolicy :: Text -> Settings_ActivationPolicygogol-sqladmin Gogol.SQLAdmin No documentation available.
pattern
Settings_ActivationPolicy_Always :: Settings_ActivationPolicygogol-sqladmin Gogol.SQLAdmin The instance is always up and running.
pattern
Settings_ActivationPolicy_Never :: Settings_ActivationPolicygogol-sqladmin Gogol.SQLAdmin The instance never starts.