Module Awso_devops_agent.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | AssociateService : (Values.AssociateServiceInput.t, Values.AssociateServiceOutput.t, Values.AssociateServiceOutput.error) t
  2. | CreateAgentSpace : (Values.CreateAgentSpaceInput.t, Values.CreateAgentSpaceOutput.t, Values.CreateAgentSpaceOutput.error) t
  3. | CreateBacklogTask : (Values.CreateBacklogTaskRequest.t, Values.CreateBacklogTaskResponse.t, Values.CreateBacklogTaskResponse.error) t
  4. | CreateChat : (Values.CreateChatRequest.t, Values.CreateChatResponse.t, Values.CreateChatResponse.error) t
  5. | CreatePrivateConnection : (Values.CreatePrivateConnectionInput.t, Values.CreatePrivateConnectionOutput.t, Values.CreatePrivateConnectionOutput.error) t
  6. | DeleteAgentSpace : (Values.DeleteAgentSpaceInput.t, Values.DeleteAgentSpaceOutput.t, Values.DeleteAgentSpaceOutput.error) t
  7. | DeletePrivateConnection : (Values.DeletePrivateConnectionInput.t, Values.DeletePrivateConnectionOutput.t, Values.DeletePrivateConnectionOutput.error) t
  8. | DeregisterService : (Values.DeregisterServiceInput.t, Values.DeregisterServiceOutput.t, Values.DeregisterServiceOutput.error) t
  9. | DescribePrivateConnection : (Values.DescribePrivateConnectionInput.t, Values.DescribePrivateConnectionOutput.t, Values.DescribePrivateConnectionOutput.error) t
  10. | DisableOperatorApp : (Values.DisableOperatorAppInput.t, unit, unit) t
  11. | DisassociateService : (Values.DisassociateServiceInput.t, Values.DisassociateServiceOutput.t, Values.DisassociateServiceOutput.error) t
  12. | EnableOperatorApp : (Values.EnableOperatorAppInput.t, Values.EnableOperatorAppOutput.t, Values.EnableOperatorAppOutput.error) t
  13. | GetAccountUsage : (Values.GetAccountUsageInput.t, Values.GetAccountUsageOutput.t, Values.GetAccountUsageOutput.error) t
  14. | GetAgentSpace : (Values.GetAgentSpaceInput.t, Values.GetAgentSpaceOutput.t, Values.GetAgentSpaceOutput.error) t
  15. | GetAssociation : (Values.GetAssociationInput.t, Values.GetAssociationOutput.t, Values.GetAssociationOutput.error) t
  16. | GetBacklogTask : (Values.GetBacklogTaskRequest.t, Values.GetBacklogTaskResponse.t, Values.GetBacklogTaskResponse.error) t
  17. | GetOperatorApp : (Values.GetOperatorAppInput.t, Values.GetOperatorAppOutput.t, Values.GetOperatorAppOutput.error) t
  18. | GetRecommendation : (Values.GetRecommendationRequest.t, Values.GetRecommendationResponse.t, Values.GetRecommendationResponse.error) t
  19. | GetService : (Values.GetServiceInput.t, Values.GetServiceOutput.t, Values.GetServiceOutput.error) t
  20. | ListAgentSpaces : (Values.ListAgentSpacesInput.t, Values.ListAgentSpacesOutput.t, Values.ListAgentSpacesOutput.error) t
  21. | ListAssociations : (Values.ListAssociationsInput.t, Values.ListAssociationsOutput.t, Values.ListAssociationsOutput.error) t
  22. | ListBacklogTasks : (Values.ListBacklogTasksRequest.t, Values.ListBacklogTasksResponse.t, Values.ListBacklogTasksResponse.error) t
  23. | ListChats : (Values.ListChatsRequest.t, Values.ListChatsResponse.t, Values.ListChatsResponse.error) t
  24. | ListExecutions : (Values.ListExecutionsRequest.t, Values.ListExecutionsResponse.t, Values.ListExecutionsResponse.error) t
  25. | ListGoals : (Values.ListGoalsRequest.t, Values.ListGoalsResponse.t, Values.ListGoalsResponse.error) t
  26. | ListJournalRecords : (Values.ListJournalRecordsRequest.t, Values.ListJournalRecordsResponse.t, Values.ListJournalRecordsResponse.error) t
  27. | ListPendingMessages : (Values.ListPendingMessagesRequest.t, Values.ListPendingMessagesResponse.t, Values.ListPendingMessagesResponse.error) t
  28. | ListPrivateConnections : (Values.ListPrivateConnectionsInput.t, Values.ListPrivateConnectionsOutput.t, Values.ListPrivateConnectionsOutput.error) t
  29. | ListRecommendations : (Values.ListRecommendationsRequest.t, Values.ListRecommendationsResponse.t, Values.ListRecommendationsResponse.error) t
  30. | ListServices : (Values.ListServicesInput.t, Values.ListServicesOutput.t, Values.ListServicesOutput.error) t
  31. | ListTagsForResource : (Values.ListTagsForResourceRequest.t, Values.ListTagsForResourceResponse.t, Values.ListTagsForResourceResponse.error) t
  32. | ListWebhooks : (Values.ListWebhooksInput.t, Values.ListWebhooksOutput.t, Values.ListWebhooksOutput.error) t
  33. | RegisterService : (Values.RegisterServiceInput.t, Values.RegisterServiceOutput.t, Values.RegisterServiceOutput.error) t
  34. | SendMessage : (Values.SendMessageRequest.t, Values.SendMessageResponse.t, Values.SendMessageResponse.error) t
  35. | TagResource : (Values.TagResourceRequest.t, Values.TagResourceResponse.t, Values.TagResourceResponse.error) t
  36. | UntagResource : (Values.UntagResourceRequest.t, Values.UntagResourceResponse.t, Values.UntagResourceResponse.error) t
  37. | UpdateAgentSpace : (Values.UpdateAgentSpaceInput.t, Values.UpdateAgentSpaceOutput.t, Values.UpdateAgentSpaceOutput.error) t
  38. | UpdateAssociation : (Values.UpdateAssociationInput.t, Values.UpdateAssociationOutput.t, Values.UpdateAssociationOutput.error) t
  39. | UpdateBacklogTask : (Values.UpdateBacklogTaskRequest.t, Values.UpdateBacklogTaskResponse.t, Values.UpdateBacklogTaskResponse.error) t
  40. | UpdateGoal : (Values.UpdateGoalRequest.t, Values.UpdateGoalResponse.t, Values.UpdateGoalResponse.error) t
  41. | UpdateOperatorAppIdpConfig : (Values.UpdateOperatorAppIdpConfigInput.t, Values.UpdateOperatorAppIdpConfigOutput.t, Values.UpdateOperatorAppIdpConfigOutput.error) t
  42. | UpdatePrivateConnectionCertificate : (Values.UpdatePrivateConnectionCertificateInput.t, Values.UpdatePrivateConnectionCertificateOutput.t, Values.UpdatePrivateConnectionCertificateOutput.error) t
  43. | UpdateRecommendation : (Values.UpdateRecommendationRequest.t, Values.UpdateRecommendationResponse.t, Values.UpdateRecommendationResponse.error) t
  44. | ValidateAwsAssociations : (Values.ValidateAwsAssociationsInput.t, Values.ValidateAwsAssociationsOutput.t, Values.ValidateAwsAssociationsOutput.error) t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `DELETE | `GET | `PATCH | `POST ]
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