Module Awso_bedrock_agent_runtime.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | CreateInvocation : (Values.CreateInvocationRequest.t, Values.CreateInvocationResponse.t, Values.CreateInvocationResponse.error) t
  2. | CreateSession : (Values.CreateSessionRequest.t, Values.CreateSessionResponse.t, Values.CreateSessionResponse.error) t
  3. | DeleteAgentMemory : (Values.DeleteAgentMemoryRequest.t, Values.DeleteAgentMemoryResponse.t, Values.DeleteAgentMemoryResponse.error) t
  4. | DeleteSession : (Values.DeleteSessionRequest.t, Values.DeleteSessionResponse.t, Values.DeleteSessionResponse.error) t
  5. | EndSession : (Values.EndSessionRequest.t, Values.EndSessionResponse.t, Values.EndSessionResponse.error) t
  6. | GenerateQuery : (Values.GenerateQueryRequest.t, Values.GenerateQueryResponse.t, Values.GenerateQueryResponse.error) t
  7. | GetAgentMemory : (Values.GetAgentMemoryRequest.t, Values.GetAgentMemoryResponse.t, Values.GetAgentMemoryResponse.error) t
  8. | GetExecutionFlowSnapshot : (Values.GetExecutionFlowSnapshotRequest.t, Values.GetExecutionFlowSnapshotResponse.t, Values.GetExecutionFlowSnapshotResponse.error) t
  9. | GetFlowExecution : (Values.GetFlowExecutionRequest.t, Values.GetFlowExecutionResponse.t, Values.GetFlowExecutionResponse.error) t
  10. | GetInvocationStep : (Values.GetInvocationStepRequest.t, Values.GetInvocationStepResponse.t, Values.GetInvocationStepResponse.error) t
  11. | GetSession : (Values.GetSessionRequest.t, Values.GetSessionResponse.t, Values.GetSessionResponse.error) t
  12. | InvokeAgent : (Values.InvokeAgentRequest.t, Values.InvokeAgentResponse.t, Values.InvokeAgentResponse.error) t
  13. | InvokeFlow : (Values.InvokeFlowRequest.t, Values.InvokeFlowResponse.t, Values.InvokeFlowResponse.error) t
  14. | InvokeInlineAgent : (Values.InvokeInlineAgentRequest.t, Values.InvokeInlineAgentResponse.t, Values.InvokeInlineAgentResponse.error) t
  15. | ListFlowExecutionEvents : (Values.ListFlowExecutionEventsRequest.t, Values.ListFlowExecutionEventsResponse.t, Values.ListFlowExecutionEventsResponse.error) t
  16. | ListFlowExecutions : (Values.ListFlowExecutionsRequest.t, Values.ListFlowExecutionsResponse.t, Values.ListFlowExecutionsResponse.error) t
  17. | ListInvocationSteps : (Values.ListInvocationStepsRequest.t, Values.ListInvocationStepsResponse.t, Values.ListInvocationStepsResponse.error) t
  18. | ListInvocations : (Values.ListInvocationsRequest.t, Values.ListInvocationsResponse.t, Values.ListInvocationsResponse.error) t
  19. | ListSessions : (Values.ListSessionsRequest.t, Values.ListSessionsResponse.t, Values.ListSessionsResponse.error) t
  20. | ListTagsForResource : (Values.ListTagsForResourceRequest.t, Values.ListTagsForResourceResponse.t, Values.ListTagsForResourceResponse.error) t
  21. | OptimizePrompt : (Values.OptimizePromptRequest.t, Values.OptimizePromptResponse.t, Values.OptimizePromptResponse.error) t
  22. | PutInvocationStep : (Values.PutInvocationStepRequest.t, Values.PutInvocationStepResponse.t, Values.PutInvocationStepResponse.error) t
  23. | Rerank : (Values.RerankRequest.t, Values.RerankResponse.t, Values.RerankResponse.error) t
  24. | Retrieve : (Values.RetrieveRequest.t, Values.RetrieveResponse.t, Values.RetrieveResponse.error) t
  25. | RetrieveAndGenerate : (Values.RetrieveAndGenerateRequest.t, Values.RetrieveAndGenerateResponse.t, Values.RetrieveAndGenerateResponse.error) t
  26. | RetrieveAndGenerateStream : (Values.RetrieveAndGenerateStreamRequest.t, Values.RetrieveAndGenerateStreamResponse.t, Values.RetrieveAndGenerateStreamResponse.error) t
  27. | StartFlowExecution : (Values.StartFlowExecutionRequest.t, Values.StartFlowExecutionResponse.t, Values.StartFlowExecutionResponse.error) t
  28. | StopFlowExecution : (Values.StopFlowExecutionRequest.t, Values.StopFlowExecutionResponse.t, Values.StopFlowExecutionResponse.error) t
  29. | TagResource : (Values.TagResourceRequest.t, Values.TagResourceResponse.t, Values.TagResourceResponse.error) t
  30. | UntagResource : (Values.UntagResourceRequest.t, Values.UntagResourceResponse.t, Values.UntagResourceResponse.error) t
  31. | UpdateSession : (Values.UpdateSessionRequest.t, Values.UpdateSessionResponse.t, Values.UpdateSessionResponse.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