Module Awso_iot_jobs_data.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | DescribeJobExecution : (Values.DescribeJobExecutionRequest.t,
Values.DescribeJobExecutionResponse.t,
Values.DescribeJobExecutionResponse.error)
t| GetPendingJobExecutions : (Values.GetPendingJobExecutionsRequest.t,
Values.GetPendingJobExecutionsResponse.t,
Values.GetPendingJobExecutionsResponse.error)
t| StartCommandExecution : (Values.StartCommandExecutionRequest.t,
Values.StartCommandExecutionResponse.t,
Values.StartCommandExecutionResponse.error)
t| StartNextPendingJobExecution : (Values.StartNextPendingJobExecutionRequest.t,
Values.StartNextPendingJobExecutionResponse.t,
Values.StartNextPendingJobExecutionResponse.error)
t| UpdateJobExecution : (Values.UpdateJobExecutionRequest.t,
Values.UpdateJobExecutionResponse.t,
Values.UpdateJobExecutionResponse.error)
t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `GET | `POST | `PUT ] Sourceval uri_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> 'i -> Uri.t