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.
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.
HttpCheck_RequestMethod :: Text -> HttpCheck_RequestMethodgogol-monitoring Gogol.Monitoring No documentation available.
pattern
HttpCheck_RequestMethod_Get' :: HttpCheck_RequestMethodgogol-monitoring Gogol.Monitoring GET request.
pattern
HttpCheck_RequestMethod_METHODUNSPECIFIED :: HttpCheck_RequestMethodgogol-monitoring Gogol.Monitoring No request method specified.
pattern
HttpCheck_RequestMethod_Post' :: HttpCheck_RequestMethodgogol-monitoring Gogol.Monitoring POST request.
data
ListMetricDescriptorsResponse gogol-monitoring Gogol.Monitoring The ListMetricDescriptors response. See: newListMetricDescriptorsResponse smart constructor.
-
gogol-monitoring Gogol.Monitoring No documentation available.
data
ListMonitoredResourceDescriptorsResponse gogol-monitoring Gogol.Monitoring The ListMonitoredResourceDescriptors response. See: newListMonitoredResourceDescriptorsResponse smart constructor.
-
gogol-monitoring Gogol.Monitoring No documentation available.
fromHttpCheck_RequestMethod :: HttpCheck_RequestMethod -> Textgogol-monitoring Gogol.Monitoring No documentation available.