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.
-
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.
ListJobsResponse :: Maybe [FailedLocation] -> Maybe [Job] -> Maybe Text -> ListJobsResponsegogol-dataflow Gogol.Dataflow.Types No documentation available.
-
gogol-dataflow Gogol.Dataflow.Types List of snapshots. See: newListSnapshotsResponse smart constructor.
ListSnapshotsResponse :: Maybe [Snapshot] -> ListSnapshotsResponsegogol-dataflow Gogol.Dataflow.Types No documentation available.
data
ListAutoscalingPoliciesResponse gogol-dataproc Gogol.Dataproc A response to a request to list autoscaling policies in a project. See: newListAutoscalingPoliciesResponse smart constructor.
-
gogol-dataproc Gogol.Dataproc No documentation available.
-
gogol-dataproc Gogol.Dataproc A list of batch workloads. See: newListBatchesResponse smart constructor.
ListBatchesResponse :: Maybe [Batch] -> Maybe Text -> Maybe [Text] -> ListBatchesResponsegogol-dataproc Gogol.Dataproc No documentation available.
-
gogol-dataproc Gogol.Dataproc The list of all clusters in a project. See: newListClustersResponse smart constructor.
ListClustersResponse :: Maybe [Cluster] -> Maybe Text -> ListClustersResponsegogol-dataproc Gogol.Dataproc No documentation available.