Module Awso_bedrock_data_automation.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | CopyBlueprintStage : (Values.CopyBlueprintStageRequest.t, Values.CopyBlueprintStageResponse.t, Values.CopyBlueprintStageResponse.error) t
  2. | CreateBlueprint : (Values.CreateBlueprintRequest.t, Values.CreateBlueprintResponse.t, Values.CreateBlueprintResponse.error) t
  3. | CreateBlueprintVersion : (Values.CreateBlueprintVersionRequest.t, Values.CreateBlueprintVersionResponse.t, Values.CreateBlueprintVersionResponse.error) t
  4. | CreateDataAutomationLibrary : (Values.CreateDataAutomationLibraryRequest.t, Values.CreateDataAutomationLibraryResponse.t, Values.CreateDataAutomationLibraryResponse.error) t
  5. | CreateDataAutomationProject : (Values.CreateDataAutomationProjectRequest.t, Values.CreateDataAutomationProjectResponse.t, Values.CreateDataAutomationProjectResponse.error) t
  6. | DeleteBlueprint : (Values.DeleteBlueprintRequest.t, Values.DeleteBlueprintResponse.t, Values.DeleteBlueprintResponse.error) t
  7. | DeleteDataAutomationLibrary : (Values.DeleteDataAutomationLibraryRequest.t, Values.DeleteDataAutomationLibraryResponse.t, Values.DeleteDataAutomationLibraryResponse.error) t
  8. | DeleteDataAutomationProject : (Values.DeleteDataAutomationProjectRequest.t, Values.DeleteDataAutomationProjectResponse.t, Values.DeleteDataAutomationProjectResponse.error) t
  9. | GetBlueprint : (Values.GetBlueprintRequest.t, Values.GetBlueprintResponse.t, Values.GetBlueprintResponse.error) t
  10. | GetBlueprintOptimizationStatus : (Values.GetBlueprintOptimizationStatusRequest.t, Values.GetBlueprintOptimizationStatusResponse.t, Values.GetBlueprintOptimizationStatusResponse.error) t
  11. | GetDataAutomationLibrary : (Values.GetDataAutomationLibraryRequest.t, Values.GetDataAutomationLibraryResponse.t, Values.GetDataAutomationLibraryResponse.error) t
  12. | GetDataAutomationLibraryEntity : (Values.GetDataAutomationLibraryEntityRequest.t, Values.GetDataAutomationLibraryEntityResponse.t, Values.GetDataAutomationLibraryEntityResponse.error) t
  13. | GetDataAutomationLibraryIngestionJob : (Values.GetDataAutomationLibraryIngestionJobRequest.t, Values.GetDataAutomationLibraryIngestionJobResponse.t, Values.GetDataAutomationLibraryIngestionJobResponse.error) t
  14. | GetDataAutomationProject : (Values.GetDataAutomationProjectRequest.t, Values.GetDataAutomationProjectResponse.t, Values.GetDataAutomationProjectResponse.error) t
  15. | InvokeBlueprintOptimizationAsync : (Values.InvokeBlueprintOptimizationAsyncRequest.t, Values.InvokeBlueprintOptimizationAsyncResponse.t, Values.InvokeBlueprintOptimizationAsyncResponse.error) t
  16. | InvokeDataAutomationLibraryIngestionJob : (Values.InvokeDataAutomationLibraryIngestionJobRequest.t, Values.InvokeDataAutomationLibraryIngestionJobResponse.t, Values.InvokeDataAutomationLibraryIngestionJobResponse.error) t
  17. | ListBlueprints : (Values.ListBlueprintsRequest.t, Values.ListBlueprintsResponse.t, Values.ListBlueprintsResponse.error) t
  18. | ListDataAutomationLibraries : (Values.ListDataAutomationLibrariesRequest.t, Values.ListDataAutomationLibrariesResponse.t, Values.ListDataAutomationLibrariesResponse.error) t
  19. | ListDataAutomationLibraryEntities : (Values.ListDataAutomationLibraryEntitiesRequest.t, Values.ListDataAutomationLibraryEntitiesResponse.t, Values.ListDataAutomationLibraryEntitiesResponse.error) t
  20. | ListDataAutomationLibraryIngestionJobs : (Values.ListDataAutomationLibraryIngestionJobsRequest.t, Values.ListDataAutomationLibraryIngestionJobsResponse.t, Values.ListDataAutomationLibraryIngestionJobsResponse.error) t
  21. | ListDataAutomationProjects : (Values.ListDataAutomationProjectsRequest.t, Values.ListDataAutomationProjectsResponse.t, Values.ListDataAutomationProjectsResponse.error) t
  22. | ListTagsForResource : (Values.ListTagsForResourceRequest.t, Values.ListTagsForResourceResponse.t, Values.ListTagsForResourceResponse.error) t
  23. | TagResource : (Values.TagResourceRequest.t, Values.TagResourceResponse.t, Values.TagResourceResponse.error) t
  24. | UntagResource : (Values.UntagResourceRequest.t, Values.UntagResourceResponse.t, Values.UntagResourceResponse.error) t
  25. | UpdateBlueprint : (Values.UpdateBlueprintRequest.t, Values.UpdateBlueprintResponse.t, Values.UpdateBlueprintResponse.error) t
  26. | UpdateDataAutomationLibrary : (Values.UpdateDataAutomationLibraryRequest.t, Values.UpdateDataAutomationLibraryResponse.t, Values.UpdateDataAutomationLibraryResponse.error) t
  27. | UpdateDataAutomationProject : (Values.UpdateDataAutomationProjectRequest.t, Values.UpdateDataAutomationProjectResponse.t, Values.UpdateDataAutomationProjectResponse.error) t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `DELETE | `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