Module Awso_internetmonitor.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | CreateMonitor : (Values.CreateMonitorInput.t, Values.CreateMonitorOutput.t, Values.CreateMonitorOutput.error) t
  2. | DeleteMonitor : (Values.DeleteMonitorInput.t, Values.DeleteMonitorOutput.t, Values.DeleteMonitorOutput.error) t
  3. | GetHealthEvent : (Values.GetHealthEventInput.t, Values.GetHealthEventOutput.t, Values.GetHealthEventOutput.error) t
  4. | GetInternetEvent : (Values.GetInternetEventInput.t, Values.GetInternetEventOutput.t, Values.GetInternetEventOutput.error) t
  5. | GetMonitor : (Values.GetMonitorInput.t, Values.GetMonitorOutput.t, Values.GetMonitorOutput.error) t
  6. | GetQueryResults : (Values.GetQueryResultsInput.t, Values.GetQueryResultsOutput.t, Values.GetQueryResultsOutput.error) t
  7. | GetQueryStatus : (Values.GetQueryStatusInput.t, Values.GetQueryStatusOutput.t, Values.GetQueryStatusOutput.error) t
  8. | ListHealthEvents : (Values.ListHealthEventsInput.t, Values.ListHealthEventsOutput.t, Values.ListHealthEventsOutput.error) t
  9. | ListInternetEvents : (Values.ListInternetEventsInput.t, Values.ListInternetEventsOutput.t, Values.ListInternetEventsOutput.error) t
  10. | ListMonitors : (Values.ListMonitorsInput.t, Values.ListMonitorsOutput.t, Values.ListMonitorsOutput.error) t
  11. | ListTagsForResource : (Values.ListTagsForResourceInput.t, Values.ListTagsForResourceOutput.t, Values.ListTagsForResourceOutput.error) t
  12. | StartQuery : (Values.StartQueryInput.t, Values.StartQueryOutput.t, Values.StartQueryOutput.error) t
  13. | StopQuery : (Values.StopQueryInput.t, Values.StopQueryOutput.t, Values.StopQueryOutput.error) t
  14. | TagResource : (Values.TagResourceInput.t, Values.TagResourceOutput.t, Values.TagResourceOutput.error) t
  15. | UntagResource : (Values.UntagResourceInput.t, Values.UntagResourceOutput.t, Values.UntagResourceOutput.error) t
  16. | UpdateMonitor : (Values.UpdateMonitorInput.t, Values.UpdateMonitorOutput.t, Values.UpdateMonitorOutput.error) t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `DELETE | `GET | `PATCH | `POST ]
Sourceval uri_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> 'i -> Uri.t
Sourceval to_request : ('i, 'o, 'e) t -> 'i -> Awso.Http.Request.t
Sourceval of_response : ('i, 'o, 'e) t -> Awso.Http.Response.t -> ('o, 'e) result