Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
Settings_ReplicationType_Asynchronous :: Settings_ReplicationTypegogol-sqladmin Gogol.SQLAdmin.Types The asynchronous replication mode for First Generation instances. It provides a slight performance gain, but if an outage occurs while this option is set to asynchronous, you can lose up to a few seconds of updates to your data.
pattern
Settings_ReplicationType_SQLREPLICATIONTYPEUNSPECIFIED :: Settings_ReplicationTypegogol-sqladmin Gogol.SQLAdmin.Types This is an unknown replication type for a Cloud SQL instance.
pattern
Settings_ReplicationType_Synchronous :: Settings_ReplicationTypegogol-sqladmin Gogol.SQLAdmin.Types The synchronous replication mode for First Generation instances. It is the default value.
-
gogol-sqladmin Gogol.SQLAdmin.Types User-provided labels, represented as a dictionary where each label is a single key value pair. See: newSettings_UserLabels smart constructor.
Settings_UserLabels :: HashMap Text Text -> Settings_UserLabelsgogol-sqladmin Gogol.SQLAdmin.Types No documentation available.
module Gogol.Storage.Buckets.
SetIamPolicy Updates an IAM policy for the specified bucket. See: Cloud Storage JSON API Reference for storage.buckets.setIamPolicy.
module Gogol.Storage.ManagedFolders.
SetIamPolicy Updates an IAM policy for the specified managed folder. See: Cloud Storage JSON API Reference for storage.managedFolders.setIamPolicy.
module Gogol.Storage.Objects.
SetIamPolicy Updates an IAM policy for the specified object. See: Cloud Storage JSON API Reference for storage.objects.setIamPolicy.
-
gogol-tagmanager Gogol.TagManager Represents a reference to atag that fires before another tag in order to set up dependencies. See: newSetupTag smart constructor.
SetupTag :: Maybe Bool -> Maybe Text -> SetupTaggogol-tagmanager Gogol.TagManager No documentation available.