Module Awso_arc_zonal_shift.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | CancelPracticeRun : (Values.CancelPracticeRunRequest.t, Values.CancelPracticeRunResponse.t, Values.CancelPracticeRunResponse.error) t
  2. | CancelZonalShift : (Values.CancelZonalShiftRequest.t, Values.ZonalShift.t, Values.ZonalShift.error) t
  3. | CreatePracticeRunConfiguration : (Values.CreatePracticeRunConfigurationRequest.t, Values.CreatePracticeRunConfigurationResponse.t, Values.CreatePracticeRunConfigurationResponse.error) t
  4. | DeletePracticeRunConfiguration : (Values.DeletePracticeRunConfigurationRequest.t, Values.DeletePracticeRunConfigurationResponse.t, Values.DeletePracticeRunConfigurationResponse.error) t
  5. | GetAutoshiftObserverNotificationStatus : (Values.GetAutoshiftObserverNotificationStatusRequest.t, Values.GetAutoshiftObserverNotificationStatusResponse.t, Values.GetAutoshiftObserverNotificationStatusResponse.error) t
  6. | GetManagedResource : (Values.GetManagedResourceRequest.t, Values.GetManagedResourceResponse.t, Values.GetManagedResourceResponse.error) t
  7. | ListAutoshifts : (Values.ListAutoshiftsRequest.t, Values.ListAutoshiftsResponse.t, Values.ListAutoshiftsResponse.error) t
  8. | ListManagedResources : (Values.ListManagedResourcesRequest.t, Values.ListManagedResourcesResponse.t, Values.ListManagedResourcesResponse.error) t
  9. | ListZonalShifts : (Values.ListZonalShiftsRequest.t, Values.ListZonalShiftsResponse.t, Values.ListZonalShiftsResponse.error) t
  10. | StartPracticeRun : (Values.StartPracticeRunRequest.t, Values.StartPracticeRunResponse.t, Values.StartPracticeRunResponse.error) t
  11. | StartZonalShift : (Values.StartZonalShiftRequest.t, Values.ZonalShift.t, Values.ZonalShift.error) t
  12. | UpdateAutoshiftObserverNotificationStatus : (Values.UpdateAutoshiftObserverNotificationStatusRequest.t, Values.UpdateAutoshiftObserverNotificationStatusResponse.t, Values.UpdateAutoshiftObserverNotificationStatusResponse.error) t
  13. | UpdatePracticeRunConfiguration : (Values.UpdatePracticeRunConfigurationRequest.t, Values.UpdatePracticeRunConfigurationResponse.t, Values.UpdatePracticeRunConfigurationResponse.error) t
  14. | UpdateZonalAutoshiftConfiguration : (Values.UpdateZonalAutoshiftConfigurationRequest.t, Values.UpdateZonalAutoshiftConfigurationResponse.t, Values.UpdateZonalAutoshiftConfigurationResponse.error) t
  15. | UpdateZonalShift : (Values.UpdateZonalShiftRequest.t, Values.ZonalShift.t, Values.ZonalShift.error) t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `DELETE | `GET | `PATCH | `POST | `PUT ]
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