Module Awso_devops_agent.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | AssociateService : (Values.AssociateServiceInput.t,
Values.AssociateServiceOutput.t,
Values.AssociateServiceOutput.error)
t| CreateAgentSpace : (Values.CreateAgentSpaceInput.t,
Values.CreateAgentSpaceOutput.t,
Values.CreateAgentSpaceOutput.error)
t| CreateBacklogTask : (Values.CreateBacklogTaskRequest.t,
Values.CreateBacklogTaskResponse.t,
Values.CreateBacklogTaskResponse.error)
t| CreateChat : (Values.CreateChatRequest.t,
Values.CreateChatResponse.t,
Values.CreateChatResponse.error)
t| CreatePrivateConnection : (Values.CreatePrivateConnectionInput.t,
Values.CreatePrivateConnectionOutput.t,
Values.CreatePrivateConnectionOutput.error)
t| DeleteAgentSpace : (Values.DeleteAgentSpaceInput.t,
Values.DeleteAgentSpaceOutput.t,
Values.DeleteAgentSpaceOutput.error)
t| DeletePrivateConnection : (Values.DeletePrivateConnectionInput.t,
Values.DeletePrivateConnectionOutput.t,
Values.DeletePrivateConnectionOutput.error)
t| DeregisterService : (Values.DeregisterServiceInput.t,
Values.DeregisterServiceOutput.t,
Values.DeregisterServiceOutput.error)
t| DescribePrivateConnection : (Values.DescribePrivateConnectionInput.t,
Values.DescribePrivateConnectionOutput.t,
Values.DescribePrivateConnectionOutput.error)
t| DisableOperatorApp : (Values.DisableOperatorAppInput.t, unit, unit) t| DisassociateService : (Values.DisassociateServiceInput.t,
Values.DisassociateServiceOutput.t,
Values.DisassociateServiceOutput.error)
t| EnableOperatorApp : (Values.EnableOperatorAppInput.t,
Values.EnableOperatorAppOutput.t,
Values.EnableOperatorAppOutput.error)
t| GetAccountUsage : (Values.GetAccountUsageInput.t,
Values.GetAccountUsageOutput.t,
Values.GetAccountUsageOutput.error)
t| GetAgentSpace : (Values.GetAgentSpaceInput.t,
Values.GetAgentSpaceOutput.t,
Values.GetAgentSpaceOutput.error)
t| GetAssociation : (Values.GetAssociationInput.t,
Values.GetAssociationOutput.t,
Values.GetAssociationOutput.error)
t| GetBacklogTask : (Values.GetBacklogTaskRequest.t,
Values.GetBacklogTaskResponse.t,
Values.GetBacklogTaskResponse.error)
t| GetOperatorApp : (Values.GetOperatorAppInput.t,
Values.GetOperatorAppOutput.t,
Values.GetOperatorAppOutput.error)
t| GetRecommendation : (Values.GetRecommendationRequest.t,
Values.GetRecommendationResponse.t,
Values.GetRecommendationResponse.error)
t| GetService : (Values.GetServiceInput.t,
Values.GetServiceOutput.t,
Values.GetServiceOutput.error)
t| ListAgentSpaces : (Values.ListAgentSpacesInput.t,
Values.ListAgentSpacesOutput.t,
Values.ListAgentSpacesOutput.error)
t| ListAssociations : (Values.ListAssociationsInput.t,
Values.ListAssociationsOutput.t,
Values.ListAssociationsOutput.error)
t| ListBacklogTasks : (Values.ListBacklogTasksRequest.t,
Values.ListBacklogTasksResponse.t,
Values.ListBacklogTasksResponse.error)
t| ListChats : (Values.ListChatsRequest.t,
Values.ListChatsResponse.t,
Values.ListChatsResponse.error)
t| ListExecutions : (Values.ListExecutionsRequest.t,
Values.ListExecutionsResponse.t,
Values.ListExecutionsResponse.error)
t| ListGoals : (Values.ListGoalsRequest.t,
Values.ListGoalsResponse.t,
Values.ListGoalsResponse.error)
t| ListJournalRecords : (Values.ListJournalRecordsRequest.t,
Values.ListJournalRecordsResponse.t,
Values.ListJournalRecordsResponse.error)
t| ListPendingMessages : (Values.ListPendingMessagesRequest.t,
Values.ListPendingMessagesResponse.t,
Values.ListPendingMessagesResponse.error)
t| ListPrivateConnections : (Values.ListPrivateConnectionsInput.t,
Values.ListPrivateConnectionsOutput.t,
Values.ListPrivateConnectionsOutput.error)
t| ListRecommendations : (Values.ListRecommendationsRequest.t,
Values.ListRecommendationsResponse.t,
Values.ListRecommendationsResponse.error)
t| ListServices : (Values.ListServicesInput.t,
Values.ListServicesOutput.t,
Values.ListServicesOutput.error)
t| ListTagsForResource : (Values.ListTagsForResourceRequest.t,
Values.ListTagsForResourceResponse.t,
Values.ListTagsForResourceResponse.error)
t| ListWebhooks : (Values.ListWebhooksInput.t,
Values.ListWebhooksOutput.t,
Values.ListWebhooksOutput.error)
t| RegisterService : (Values.RegisterServiceInput.t,
Values.RegisterServiceOutput.t,
Values.RegisterServiceOutput.error)
t| SendMessage : (Values.SendMessageRequest.t,
Values.SendMessageResponse.t,
Values.SendMessageResponse.error)
t| TagResource : (Values.TagResourceRequest.t,
Values.TagResourceResponse.t,
Values.TagResourceResponse.error)
t| UntagResource : (Values.UntagResourceRequest.t,
Values.UntagResourceResponse.t,
Values.UntagResourceResponse.error)
t| UpdateAgentSpace : (Values.UpdateAgentSpaceInput.t,
Values.UpdateAgentSpaceOutput.t,
Values.UpdateAgentSpaceOutput.error)
t| UpdateAssociation : (Values.UpdateAssociationInput.t,
Values.UpdateAssociationOutput.t,
Values.UpdateAssociationOutput.error)
t| UpdateBacklogTask : (Values.UpdateBacklogTaskRequest.t,
Values.UpdateBacklogTaskResponse.t,
Values.UpdateBacklogTaskResponse.error)
t| UpdateGoal : (Values.UpdateGoalRequest.t,
Values.UpdateGoalResponse.t,
Values.UpdateGoalResponse.error)
t| UpdateOperatorAppIdpConfig : (Values.UpdateOperatorAppIdpConfigInput.t,
Values.UpdateOperatorAppIdpConfigOutput.t,
Values.UpdateOperatorAppIdpConfigOutput.error)
t| UpdatePrivateConnectionCertificate : (Values.UpdatePrivateConnectionCertificateInput.t,
Values.UpdatePrivateConnectionCertificateOutput.t,
Values.UpdatePrivateConnectionCertificateOutput.error)
t| UpdateRecommendation : (Values.UpdateRecommendationRequest.t,
Values.UpdateRecommendationResponse.t,
Values.UpdateRecommendationResponse.error)
t| 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