Module Awso_neptune_graph.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | CancelExportTask : (Values.CancelExportTaskInput.t, Values.CancelExportTaskOutput.t, Values.CancelExportTaskOutput.error) t
  2. | CancelImportTask : (Values.CancelImportTaskInput.t, Values.CancelImportTaskOutput.t, Values.CancelImportTaskOutput.error) t
  3. | CancelQuery : (Values.CancelQueryInput.t, unit, unit) t
  4. | CreateGraph : (Values.CreateGraphInput.t, Values.CreateGraphOutput.t, Values.CreateGraphOutput.error) t
  5. | CreateGraphSnapshot : (Values.CreateGraphSnapshotInput.t, Values.CreateGraphSnapshotOutput.t, Values.CreateGraphSnapshotOutput.error) t
  6. | CreateGraphUsingImportTask : (Values.CreateGraphUsingImportTaskInput.t, Values.CreateGraphUsingImportTaskOutput.t, Values.CreateGraphUsingImportTaskOutput.error) t
  7. | CreatePrivateGraphEndpoint : (Values.CreatePrivateGraphEndpointInput.t, Values.CreatePrivateGraphEndpointOutput.t, Values.CreatePrivateGraphEndpointOutput.error) t
  8. | DeleteGraph : (Values.DeleteGraphInput.t, Values.DeleteGraphOutput.t, Values.DeleteGraphOutput.error) t
  9. | DeleteGraphSnapshot : (Values.DeleteGraphSnapshotInput.t, Values.DeleteGraphSnapshotOutput.t, Values.DeleteGraphSnapshotOutput.error) t
  10. | DeletePrivateGraphEndpoint : (Values.DeletePrivateGraphEndpointInput.t, Values.DeletePrivateGraphEndpointOutput.t, Values.DeletePrivateGraphEndpointOutput.error) t
  11. | ExecuteQuery : (Values.ExecuteQueryInput.t, Values.ExecuteQueryOutput.t, Values.ExecuteQueryOutput.error) t
  12. | GetExportTask : (Values.GetExportTaskInput.t, Values.GetExportTaskOutput.t, Values.GetExportTaskOutput.error) t
  13. | GetGraph : (Values.GetGraphInput.t, Values.GetGraphOutput.t, Values.GetGraphOutput.error) t
  14. | GetGraphSnapshot : (Values.GetGraphSnapshotInput.t, Values.GetGraphSnapshotOutput.t, Values.GetGraphSnapshotOutput.error) t
  15. | GetGraphSummary : (Values.GetGraphSummaryInput.t, Values.GetGraphSummaryOutput.t, Values.GetGraphSummaryOutput.error) t
  16. | GetImportTask : (Values.GetImportTaskInput.t, Values.GetImportTaskOutput.t, Values.GetImportTaskOutput.error) t
  17. | GetPrivateGraphEndpoint : (Values.GetPrivateGraphEndpointInput.t, Values.GetPrivateGraphEndpointOutput.t, Values.GetPrivateGraphEndpointOutput.error) t
  18. | GetQuery : (Values.GetQueryInput.t, Values.GetQueryOutput.t, Values.GetQueryOutput.error) t
  19. | ListExportTasks : (Values.ListExportTasksInput.t, Values.ListExportTasksOutput.t, Values.ListExportTasksOutput.error) t
  20. | ListGraphSnapshots : (Values.ListGraphSnapshotsInput.t, Values.ListGraphSnapshotsOutput.t, Values.ListGraphSnapshotsOutput.error) t
  21. | ListGraphs : (Values.ListGraphsInput.t, Values.ListGraphsOutput.t, Values.ListGraphsOutput.error) t
  22. | ListImportTasks : (Values.ListImportTasksInput.t, Values.ListImportTasksOutput.t, Values.ListImportTasksOutput.error) t
  23. | ListPrivateGraphEndpoints : (Values.ListPrivateGraphEndpointsInput.t, Values.ListPrivateGraphEndpointsOutput.t, Values.ListPrivateGraphEndpointsOutput.error) t
  24. | ListQueries : (Values.ListQueriesInput.t, Values.ListQueriesOutput.t, Values.ListQueriesOutput.error) t
  25. | ListTagsForResource : (Values.ListTagsForResourceInput.t, Values.ListTagsForResourceOutput.t, Values.ListTagsForResourceOutput.error) t
  26. | ResetGraph : (Values.ResetGraphInput.t, Values.ResetGraphOutput.t, Values.ResetGraphOutput.error) t
  27. | RestoreGraphFromSnapshot : (Values.RestoreGraphFromSnapshotInput.t, Values.RestoreGraphFromSnapshotOutput.t, Values.RestoreGraphFromSnapshotOutput.error) t
  28. | StartExportTask : (Values.StartExportTaskInput.t, Values.StartExportTaskOutput.t, Values.StartExportTaskOutput.error) t
  29. | StartGraph : (Values.StartGraphInput.t, Values.StartGraphOutput.t, Values.StartGraphOutput.error) t
  30. | StartImportTask : (Values.StartImportTaskInput.t, Values.StartImportTaskOutput.t, Values.StartImportTaskOutput.error) t
  31. | StopGraph : (Values.StopGraphInput.t, Values.StopGraphOutput.t, Values.StopGraphOutput.error) t
  32. | TagResource : (Values.TagResourceInput.t, Values.TagResourceOutput.t, Values.TagResourceOutput.error) t
  33. | UntagResource : (Values.UntagResourceInput.t, Values.UntagResourceOutput.t, Values.UntagResourceOutput.error) t
  34. | UpdateGraph : (Values.UpdateGraphInput.t, Values.UpdateGraphOutput.t, Values.UpdateGraphOutput.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