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. newtype HttpCheck_RequestMethod

    gogol-monitoring Gogol.Monitoring

    The HTTP request method to use for the check. If set to METHODUNSPECIFIED then requestmethod defaults to GET.

  2. HttpCheck_RequestMethod :: Text -> HttpCheck_RequestMethod

    gogol-monitoring Gogol.Monitoring

    No documentation available.

  3. pattern HttpCheck_RequestMethod_Get' :: HttpCheck_RequestMethod

    gogol-monitoring Gogol.Monitoring

    GET request.

  4. pattern HttpCheck_RequestMethod_METHODUNSPECIFIED :: HttpCheck_RequestMethod

    gogol-monitoring Gogol.Monitoring

    No request method specified.

  5. pattern HttpCheck_RequestMethod_Post' :: HttpCheck_RequestMethod

    gogol-monitoring Gogol.Monitoring

    POST request.

  6. data ListMetricDescriptorsResponse

    gogol-monitoring Gogol.Monitoring

    The ListMetricDescriptors response. See: newListMetricDescriptorsResponse smart constructor.

  7. ListMetricDescriptorsResponse :: Maybe [MetricDescriptor] -> Maybe Text -> ListMetricDescriptorsResponse

    gogol-monitoring Gogol.Monitoring

    No documentation available.

  8. data ListMonitoredResourceDescriptorsResponse

    gogol-monitoring Gogol.Monitoring

    The ListMonitoredResourceDescriptors response. See: newListMonitoredResourceDescriptorsResponse smart constructor.

  9. ListMonitoredResourceDescriptorsResponse :: Maybe Text -> Maybe [MonitoredResourceDescriptor] -> ListMonitoredResourceDescriptorsResponse

    gogol-monitoring Gogol.Monitoring

    No documentation available.

  10. fromHttpCheck_RequestMethod :: HttpCheck_RequestMethod -> Text

    gogol-monitoring Gogol.Monitoring

    No documentation available.

Page 322 of many | Previous | Next