Module Awso_arc_zonal_shift.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | CancelPracticeRun : (Values.CancelPracticeRunRequest.t,
Values.CancelPracticeRunResponse.t,
Values.CancelPracticeRunResponse.error)
t| CancelZonalShift : (Values.CancelZonalShiftRequest.t,
Values.ZonalShift.t,
Values.ZonalShift.error)
t| CreatePracticeRunConfiguration : (Values.CreatePracticeRunConfigurationRequest.t,
Values.CreatePracticeRunConfigurationResponse.t,
Values.CreatePracticeRunConfigurationResponse.error)
t| DeletePracticeRunConfiguration : (Values.DeletePracticeRunConfigurationRequest.t,
Values.DeletePracticeRunConfigurationResponse.t,
Values.DeletePracticeRunConfigurationResponse.error)
t| GetAutoshiftObserverNotificationStatus : (Values.GetAutoshiftObserverNotificationStatusRequest.t,
Values.GetAutoshiftObserverNotificationStatusResponse.t,
Values.GetAutoshiftObserverNotificationStatusResponse.error)
t| GetManagedResource : (Values.GetManagedResourceRequest.t,
Values.GetManagedResourceResponse.t,
Values.GetManagedResourceResponse.error)
t| ListAutoshifts : (Values.ListAutoshiftsRequest.t,
Values.ListAutoshiftsResponse.t,
Values.ListAutoshiftsResponse.error)
t| ListManagedResources : (Values.ListManagedResourcesRequest.t,
Values.ListManagedResourcesResponse.t,
Values.ListManagedResourcesResponse.error)
t| ListZonalShifts : (Values.ListZonalShiftsRequest.t,
Values.ListZonalShiftsResponse.t,
Values.ListZonalShiftsResponse.error)
t| StartPracticeRun : (Values.StartPracticeRunRequest.t,
Values.StartPracticeRunResponse.t,
Values.StartPracticeRunResponse.error)
t| StartZonalShift : (Values.StartZonalShiftRequest.t,
Values.ZonalShift.t,
Values.ZonalShift.error)
t| UpdateAutoshiftObserverNotificationStatus : (Values.UpdateAutoshiftObserverNotificationStatusRequest.t,
Values.UpdateAutoshiftObserverNotificationStatusResponse.t,
Values.UpdateAutoshiftObserverNotificationStatusResponse.error)
t| UpdatePracticeRunConfiguration : (Values.UpdatePracticeRunConfigurationRequest.t,
Values.UpdatePracticeRunConfigurationResponse.t,
Values.UpdatePracticeRunConfigurationResponse.error)
t| UpdateZonalAutoshiftConfiguration : (Values.UpdateZonalAutoshiftConfigurationRequest.t,
Values.UpdateZonalAutoshiftConfigurationResponse.t,
Values.UpdateZonalAutoshiftConfigurationResponse.error)
t| 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