Module Awso_bedrock_data_automation.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | CopyBlueprintStage : (Values.CopyBlueprintStageRequest.t,
Values.CopyBlueprintStageResponse.t,
Values.CopyBlueprintStageResponse.error)
t| CreateBlueprint : (Values.CreateBlueprintRequest.t,
Values.CreateBlueprintResponse.t,
Values.CreateBlueprintResponse.error)
t| CreateBlueprintVersion : (Values.CreateBlueprintVersionRequest.t,
Values.CreateBlueprintVersionResponse.t,
Values.CreateBlueprintVersionResponse.error)
t| CreateDataAutomationLibrary : (Values.CreateDataAutomationLibraryRequest.t,
Values.CreateDataAutomationLibraryResponse.t,
Values.CreateDataAutomationLibraryResponse.error)
t| CreateDataAutomationProject : (Values.CreateDataAutomationProjectRequest.t,
Values.CreateDataAutomationProjectResponse.t,
Values.CreateDataAutomationProjectResponse.error)
t| DeleteBlueprint : (Values.DeleteBlueprintRequest.t,
Values.DeleteBlueprintResponse.t,
Values.DeleteBlueprintResponse.error)
t| DeleteDataAutomationLibrary : (Values.DeleteDataAutomationLibraryRequest.t,
Values.DeleteDataAutomationLibraryResponse.t,
Values.DeleteDataAutomationLibraryResponse.error)
t| DeleteDataAutomationProject : (Values.DeleteDataAutomationProjectRequest.t,
Values.DeleteDataAutomationProjectResponse.t,
Values.DeleteDataAutomationProjectResponse.error)
t| GetBlueprint : (Values.GetBlueprintRequest.t,
Values.GetBlueprintResponse.t,
Values.GetBlueprintResponse.error)
t| GetBlueprintOptimizationStatus : (Values.GetBlueprintOptimizationStatusRequest.t,
Values.GetBlueprintOptimizationStatusResponse.t,
Values.GetBlueprintOptimizationStatusResponse.error)
t| GetDataAutomationLibrary : (Values.GetDataAutomationLibraryRequest.t,
Values.GetDataAutomationLibraryResponse.t,
Values.GetDataAutomationLibraryResponse.error)
t| GetDataAutomationLibraryEntity : (Values.GetDataAutomationLibraryEntityRequest.t,
Values.GetDataAutomationLibraryEntityResponse.t,
Values.GetDataAutomationLibraryEntityResponse.error)
t| GetDataAutomationLibraryIngestionJob : (Values.GetDataAutomationLibraryIngestionJobRequest.t,
Values.GetDataAutomationLibraryIngestionJobResponse.t,
Values.GetDataAutomationLibraryIngestionJobResponse.error)
t| GetDataAutomationProject : (Values.GetDataAutomationProjectRequest.t,
Values.GetDataAutomationProjectResponse.t,
Values.GetDataAutomationProjectResponse.error)
t| InvokeBlueprintOptimizationAsync : (Values.InvokeBlueprintOptimizationAsyncRequest.t,
Values.InvokeBlueprintOptimizationAsyncResponse.t,
Values.InvokeBlueprintOptimizationAsyncResponse.error)
t| InvokeDataAutomationLibraryIngestionJob : (Values.InvokeDataAutomationLibraryIngestionJobRequest.t,
Values.InvokeDataAutomationLibraryIngestionJobResponse.t,
Values.InvokeDataAutomationLibraryIngestionJobResponse.error)
t| ListBlueprints : (Values.ListBlueprintsRequest.t,
Values.ListBlueprintsResponse.t,
Values.ListBlueprintsResponse.error)
t| ListDataAutomationLibraries : (Values.ListDataAutomationLibrariesRequest.t,
Values.ListDataAutomationLibrariesResponse.t,
Values.ListDataAutomationLibrariesResponse.error)
t| ListDataAutomationLibraryEntities : (Values.ListDataAutomationLibraryEntitiesRequest.t,
Values.ListDataAutomationLibraryEntitiesResponse.t,
Values.ListDataAutomationLibraryEntitiesResponse.error)
t| ListDataAutomationLibraryIngestionJobs : (Values.ListDataAutomationLibraryIngestionJobsRequest.t,
Values.ListDataAutomationLibraryIngestionJobsResponse.t,
Values.ListDataAutomationLibraryIngestionJobsResponse.error)
t| ListDataAutomationProjects : (Values.ListDataAutomationProjectsRequest.t,
Values.ListDataAutomationProjectsResponse.t,
Values.ListDataAutomationProjectsResponse.error)
t| ListTagsForResource : (Values.ListTagsForResourceRequest.t,
Values.ListTagsForResourceResponse.t,
Values.ListTagsForResourceResponse.error)
t| TagResource : (Values.TagResourceRequest.t,
Values.TagResourceResponse.t,
Values.TagResourceResponse.error)
t| UntagResource : (Values.UntagResourceRequest.t,
Values.UntagResourceResponse.t,
Values.UntagResourceResponse.error)
t| UpdateBlueprint : (Values.UpdateBlueprintRequest.t,
Values.UpdateBlueprintResponse.t,
Values.UpdateBlueprintResponse.error)
t| UpdateDataAutomationLibrary : (Values.UpdateDataAutomationLibraryRequest.t,
Values.UpdateDataAutomationLibraryResponse.t,
Values.UpdateDataAutomationLibraryResponse.error)
t| 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