Hoogle Search

Within LTS Haskell 24.2 (ghc-9.10.2)

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

  1. reRunWorkflowR :: Name Owner -> Name Repo -> Id WorkflowRun -> GenRequest ('MtUnit :: MediaType Type) 'RW ()

    github GitHub.Endpoints.Actions.WorkflowRuns

    Re-run a workflow. See https://docs.github.com/en/rest/actions/workflow-runs#re-run-a-workflow

  2. disableWorkflowR :: IsPathPart idOrName => Name Owner -> Name Repo -> idOrName -> GenRequest ('MtUnit :: MediaType Type) 'RW ()

    github GitHub.Endpoints.Actions.Workflows

    Disable a workflow. See https://docs.github.com/en/rest/actions/workflows#disable-a-workflow

  3. enableWorkflowR :: IsPathPart idOrName => Name Owner -> Name Repo -> idOrName -> GenRequest ('MtUnit :: MediaType Type) 'RW ()

    github GitHub.Endpoints.Actions.Workflows

    Enable a workflow. See https://docs.github.com/en/rest/actions/workflows#enable-a-workflow

  4. repositoryWorkflowsR :: Name Owner -> Name Repo -> FetchCount -> GenRequest ('MtJSON :: MediaType Type) 'RA (WithTotalCount Workflow)

    github GitHub.Endpoints.Actions.Workflows

    List repository workflows. See https://docs.github.com/en/rest/actions/workflows#list-repository-workflows

  5. triggerWorkflowR :: (ToJSON a, IsPathPart idOrName) => Name Owner -> Name Repo -> idOrName -> CreateWorkflowDispatchEvent a -> GenRequest ('MtUnit :: MediaType Type) 'RW ()

    github GitHub.Endpoints.Actions.Workflows

    Create a workflow dispatch event. See https://docs.github.com/en/rest/actions/workflows#create-a-workflow-dispatch-event

  6. whCheckSuiteAppPermissionsWorkflows :: HookCheckSuiteAppPermissions -> !Maybe Text

    github-webhooks GitHub.Data.Webhooks.Payload

    No documentation available.

  7. _glueTriggerWorkflowName :: GlueTrigger -> Maybe (Val Text)

    stratosphere Stratosphere.Resources.GlueTrigger

    No documentation available.

  8. gtWorkflowName :: Lens' GlueTrigger (Maybe (Val Text))

    stratosphere Stratosphere.Resources.GlueTrigger

    http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-trigger.html#cfn-glue-trigger-workflowname

  9. module Stratosphere.Resources.GlueWorkflow

    No documentation available.

  10. data GlueWorkflow

    stratosphere Stratosphere.Resources.GlueWorkflow

    Full data type definition for GlueWorkflow. See glueWorkflow for a more convenient constructor.

Page 17 of many | Previous | Next