Module Awso_connectparticipant.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | CancelParticipantAuthentication : (Values.CancelParticipantAuthenticationRequest.t, Values.CancelParticipantAuthenticationResponse.t, Values.CancelParticipantAuthenticationResponse.error) t
  2. | CompleteAttachmentUpload : (Values.CompleteAttachmentUploadRequest.t, Values.CompleteAttachmentUploadResponse.t, Values.CompleteAttachmentUploadResponse.error) t
  3. | CreateParticipantConnection : (Values.CreateParticipantConnectionRequest.t, Values.CreateParticipantConnectionResponse.t, Values.CreateParticipantConnectionResponse.error) t
  4. | DescribeView : (Values.DescribeViewRequest.t, Values.DescribeViewResponse.t, Values.DescribeViewResponse.error) t
  5. | DisconnectParticipant : (Values.DisconnectParticipantRequest.t, Values.DisconnectParticipantResponse.t, Values.DisconnectParticipantResponse.error) t
  6. | GetAttachment : (Values.GetAttachmentRequest.t, Values.GetAttachmentResponse.t, Values.GetAttachmentResponse.error) t
  7. | GetAuthenticationUrl : (Values.GetAuthenticationUrlRequest.t, Values.GetAuthenticationUrlResponse.t, Values.GetAuthenticationUrlResponse.error) t
  8. | GetTranscript : (Values.GetTranscriptRequest.t, Values.GetTranscriptResponse.t, Values.GetTranscriptResponse.error) t
  9. | SendEvent : (Values.SendEventRequest.t, Values.SendEventResponse.t, Values.SendEventResponse.error) t
  10. | SendMessage : (Values.SendMessageRequest.t, Values.SendMessageResponse.t, Values.SendMessageResponse.error) t
  11. | StartAttachmentUpload : (Values.StartAttachmentUploadRequest.t, Values.StartAttachmentUploadResponse.t, Values.StartAttachmentUploadResponse.error) t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `GET | `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