Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newCostManagementConfig :: CostManagementConfig

    gogol-container Gogol.Container

    Creates a value of CostManagementConfig with the minimum fields required to make a request.

  2. newtype CostManagementConfig

    gogol-container Gogol.Container.Types

    Configuration for fine-grained cost management feature. See: newCostManagementConfig smart constructor.

  3. CostManagementConfig :: Maybe Bool -> CostManagementConfig

    gogol-container Gogol.Container.Types

    No documentation available.

  4. costManagementConfig :: Cluster -> Maybe CostManagementConfig

    gogol-container Gogol.Container.Types

    Configuration for the fine-grained cost management feature.

  5. desiredCostManagementConfig :: ClusterUpdate -> Maybe CostManagementConfig

    gogol-container Gogol.Container.Types

    The desired configuration for the fine-grained cost management feature.

  6. newCostManagementConfig :: CostManagementConfig

    gogol-container Gogol.Container.Types

    Creates a value of CostManagementConfig with the minimum fields required to make a request.

  7. newtype ProjectsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow

    Filter to only get messages with importance >= level

  8. ProjectsJobsMessagesListMinimumImportance :: Text -> ProjectsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow

    No documentation available.

  9. pattern ProjectsJobsMessagesListMinimumImportance_JOBMESSAGEBASIC :: ProjectsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow

    The message is at the 'basic' level: useful for keeping track of the execution of a Dataflow pipeline. Typically, Dataflow pipeline runners display log messages at this level by default, and these messages are displayed by default in the Dataflow monitoring UI.

  10. pattern ProjectsJobsMessagesListMinimumImportance_JOBMESSAGEDEBUG :: ProjectsJobsMessagesListMinimumImportance

    gogol-dataflow Gogol.Dataflow

    The message is at the 'debug' level: typically only useful for software engineers working on the code the job is running. Typically, Dataflow pipeline runners do not display log messages at this level by default.

Page 306 of many | Previous | Next