Hoogle Search

Within LTS Haskell 24.60 (ghc-9.10.3)

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

  1. data ListJobsResponse

    gogol-dataflow Gogol.Dataflow.Types

    Response to a request to list Cloud Dataflow jobs in a project. This might be a partial response, depending on the page size in the ListJobsRequest. However, if the project does not have any jobs, an instance of ListJobsResponse is not returned and the requests's response body is empty {}. See: newListJobsResponse smart constructor.

  2. ListJobsResponse :: Maybe [FailedLocation] -> Maybe [Job] -> Maybe Text -> ListJobsResponse

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  3. newtype ListSnapshotsResponse

    gogol-dataflow Gogol.Dataflow.Types

    List of snapshots. See: newListSnapshotsResponse smart constructor.

  4. ListSnapshotsResponse :: Maybe [Snapshot] -> ListSnapshotsResponse

    gogol-dataflow Gogol.Dataflow.Types

    No documentation available.

  5. data ListAutoscalingPoliciesResponse

    gogol-dataproc Gogol.Dataproc

    A response to a request to list autoscaling policies in a project. See: newListAutoscalingPoliciesResponse smart constructor.

  6. ListAutoscalingPoliciesResponse :: Maybe Text -> Maybe [AutoscalingPolicy] -> ListAutoscalingPoliciesResponse

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  7. data ListBatchesResponse

    gogol-dataproc Gogol.Dataproc

    A list of batch workloads. See: newListBatchesResponse smart constructor.

  8. ListBatchesResponse :: Maybe [Batch] -> Maybe Text -> Maybe [Text] -> ListBatchesResponse

    gogol-dataproc Gogol.Dataproc

    No documentation available.

  9. data ListClustersResponse

    gogol-dataproc Gogol.Dataproc

    The list of all clusters in a project. See: newListClustersResponse smart constructor.

  10. ListClustersResponse :: Maybe [Cluster] -> Maybe Text -> ListClustersResponse

    gogol-dataproc Gogol.Dataproc

    No documentation available.

Page 18 of many | Previous | Next