Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. projectNumber :: LeaseWorkItemRequest -> Maybe Int64

    gogol-dataflow Gogol.Dataflow

    Optional. The project number of the project this worker belongs to.

  2. projectNumber :: ReportWorkItemStatusRequest -> Maybe Int64

    gogol-dataflow Gogol.Dataflow

    Optional. The project number of the project which owns the WorkItem's job.

  3. targetNumWorkers :: AutoscalingEvent -> Maybe Int64

    gogol-dataflow Gogol.Dataflow

    The target number of workers the worker pool wants to resize to use.

  4. pattern AutoscalingEvent_EventType_CURRENTNUMWORKERSCHANGED :: AutoscalingEvent_EventType

    gogol-dataflow Gogol.Dataflow.Types

    The CURRENTNUMWORKERSCHANGED type should be used when actual worker pool size has been changed, but the targetnum_workers has not changed.

  5. pattern AutoscalingEvent_EventType_TARGETNUMWORKERSCHANGED :: AutoscalingEvent_EventType

    gogol-dataflow Gogol.Dataflow.Types

    The TARGETNUMWORKERSCHANGED type should be used when the target worker pool size has changed at the start of an actuation. An event should always be specified as TARGETNUMWORKERSCHANGED if it reflects a change in the targetnumworkers.

  6. data ParameterMetadataEnumOption

    gogol-dataflow Gogol.Dataflow.Types

    ParameterMetadataEnumOption specifies the option shown in the enum form. See: newParameterMetadataEnumOption smart constructor.

  7. ParameterMetadataEnumOption :: Maybe Text -> Maybe Text -> Maybe Text -> ParameterMetadataEnumOption

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  8. pattern ParameterMetadata_ParamType_Enum' :: ParameterMetadata_ParamType

    gogol-dataflow Gogol.Dataflow.Types

    The parameter specifies an enum input.

  9. pattern ParameterMetadata_ParamType_Number :: ParameterMetadata_ParamType

    gogol-dataflow Gogol.Dataflow.Types

    The parameter specifies a number input.

  10. currentNumWorkers :: AutoscalingEvent -> Maybe Int64

    gogol-dataflow Gogol.Dataflow.Types

    The current number of workers the job has.

Page 671 of many | Previous | Next