Module Awso_chime_sdk_messaging.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | AssociateChannelFlow : (Values.AssociateChannelFlowRequest.t, unit, unit) t
  2. | BatchCreateChannelMembership : (Values.BatchCreateChannelMembershipRequest.t, Values.BatchCreateChannelMembershipResponse.t, Values.BatchCreateChannelMembershipResponse.error) t
  3. | ChannelFlowCallback : (Values.ChannelFlowCallbackRequest.t, Values.ChannelFlowCallbackResponse.t, Values.ChannelFlowCallbackResponse.error) t
  4. | CreateChannel : (Values.CreateChannelRequest.t, Values.CreateChannelResponse.t, Values.CreateChannelResponse.error) t
  5. | CreateChannelBan : (Values.CreateChannelBanRequest.t, Values.CreateChannelBanResponse.t, Values.CreateChannelBanResponse.error) t
  6. | CreateChannelFlow : (Values.CreateChannelFlowRequest.t, Values.CreateChannelFlowResponse.t, Values.CreateChannelFlowResponse.error) t
  7. | CreateChannelMembership : (Values.CreateChannelMembershipRequest.t, Values.CreateChannelMembershipResponse.t, Values.CreateChannelMembershipResponse.error) t
  8. | CreateChannelModerator : (Values.CreateChannelModeratorRequest.t, Values.CreateChannelModeratorResponse.t, Values.CreateChannelModeratorResponse.error) t
  9. | DeleteChannel : (Values.DeleteChannelRequest.t, unit, unit) t
  10. | DeleteChannelBan : (Values.DeleteChannelBanRequest.t, unit, unit) t
  11. | DeleteChannelFlow : (Values.DeleteChannelFlowRequest.t, unit, unit) t
  12. | DeleteChannelMembership : (Values.DeleteChannelMembershipRequest.t, unit, unit) t
  13. | DeleteChannelMessage : (Values.DeleteChannelMessageRequest.t, unit, unit) t
  14. | DeleteChannelModerator : (Values.DeleteChannelModeratorRequest.t, unit, unit) t
  15. | DeleteMessagingStreamingConfigurations : (Values.DeleteMessagingStreamingConfigurationsRequest.t, unit, unit) t
  16. | DescribeChannel : (Values.DescribeChannelRequest.t, Values.DescribeChannelResponse.t, Values.DescribeChannelResponse.error) t
  17. | DescribeChannelBan : (Values.DescribeChannelBanRequest.t, Values.DescribeChannelBanResponse.t, Values.DescribeChannelBanResponse.error) t
  18. | DescribeChannelFlow : (Values.DescribeChannelFlowRequest.t, Values.DescribeChannelFlowResponse.t, Values.DescribeChannelFlowResponse.error) t
  19. | DescribeChannelMembership : (Values.DescribeChannelMembershipRequest.t, Values.DescribeChannelMembershipResponse.t, Values.DescribeChannelMembershipResponse.error) t
  20. | DescribeChannelMembershipForAppInstanceUser : (Values.DescribeChannelMembershipForAppInstanceUserRequest.t, Values.DescribeChannelMembershipForAppInstanceUserResponse.t, Values.DescribeChannelMembershipForAppInstanceUserResponse.error) t
  21. | DescribeChannelModeratedByAppInstanceUser : (Values.DescribeChannelModeratedByAppInstanceUserRequest.t, Values.DescribeChannelModeratedByAppInstanceUserResponse.t, Values.DescribeChannelModeratedByAppInstanceUserResponse.error) t
  22. | DescribeChannelModerator : (Values.DescribeChannelModeratorRequest.t, Values.DescribeChannelModeratorResponse.t, Values.DescribeChannelModeratorResponse.error) t
  23. | DisassociateChannelFlow : (Values.DisassociateChannelFlowRequest.t, unit, unit) t
  24. | GetChannelMembershipPreferences : (Values.GetChannelMembershipPreferencesRequest.t, Values.GetChannelMembershipPreferencesResponse.t, Values.GetChannelMembershipPreferencesResponse.error) t
  25. | GetChannelMessage : (Values.GetChannelMessageRequest.t, Values.GetChannelMessageResponse.t, Values.GetChannelMessageResponse.error) t
  26. | GetChannelMessageStatus : (Values.GetChannelMessageStatusRequest.t, Values.GetChannelMessageStatusResponse.t, Values.GetChannelMessageStatusResponse.error) t
  27. | GetMessagingSessionEndpoint : (Values.GetMessagingSessionEndpointRequest.t, Values.GetMessagingSessionEndpointResponse.t, Values.GetMessagingSessionEndpointResponse.error) t
  28. | GetMessagingStreamingConfigurations : (Values.GetMessagingStreamingConfigurationsRequest.t, Values.GetMessagingStreamingConfigurationsResponse.t, Values.GetMessagingStreamingConfigurationsResponse.error) t
  29. | ListChannelBans : (Values.ListChannelBansRequest.t, Values.ListChannelBansResponse.t, Values.ListChannelBansResponse.error) t
  30. | ListChannelFlows : (Values.ListChannelFlowsRequest.t, Values.ListChannelFlowsResponse.t, Values.ListChannelFlowsResponse.error) t
  31. | ListChannelMemberships : (Values.ListChannelMembershipsRequest.t, Values.ListChannelMembershipsResponse.t, Values.ListChannelMembershipsResponse.error) t
  32. | ListChannelMembershipsForAppInstanceUser : (Values.ListChannelMembershipsForAppInstanceUserRequest.t, Values.ListChannelMembershipsForAppInstanceUserResponse.t, Values.ListChannelMembershipsForAppInstanceUserResponse.error) t
  33. | ListChannelMessages : (Values.ListChannelMessagesRequest.t, Values.ListChannelMessagesResponse.t, Values.ListChannelMessagesResponse.error) t
  34. | ListChannelModerators : (Values.ListChannelModeratorsRequest.t, Values.ListChannelModeratorsResponse.t, Values.ListChannelModeratorsResponse.error) t
  35. | ListChannels : (Values.ListChannelsRequest.t, Values.ListChannelsResponse.t, Values.ListChannelsResponse.error) t
  36. | ListChannelsAssociatedWithChannelFlow : (Values.ListChannelsAssociatedWithChannelFlowRequest.t, Values.ListChannelsAssociatedWithChannelFlowResponse.t, Values.ListChannelsAssociatedWithChannelFlowResponse.error) t
  37. | ListChannelsModeratedByAppInstanceUser : (Values.ListChannelsModeratedByAppInstanceUserRequest.t, Values.ListChannelsModeratedByAppInstanceUserResponse.t, Values.ListChannelsModeratedByAppInstanceUserResponse.error) t
  38. | ListSubChannels : (Values.ListSubChannelsRequest.t, Values.ListSubChannelsResponse.t, Values.ListSubChannelsResponse.error) t
  39. | ListTagsForResource : (Values.ListTagsForResourceRequest.t, Values.ListTagsForResourceResponse.t, Values.ListTagsForResourceResponse.error) t
  40. | PutChannelExpirationSettings : (Values.PutChannelExpirationSettingsRequest.t, Values.PutChannelExpirationSettingsResponse.t, Values.PutChannelExpirationSettingsResponse.error) t
  41. | PutChannelMembershipPreferences : (Values.PutChannelMembershipPreferencesRequest.t, Values.PutChannelMembershipPreferencesResponse.t, Values.PutChannelMembershipPreferencesResponse.error) t
  42. | PutMessagingStreamingConfigurations : (Values.PutMessagingStreamingConfigurationsRequest.t, Values.PutMessagingStreamingConfigurationsResponse.t, Values.PutMessagingStreamingConfigurationsResponse.error) t
  43. | RedactChannelMessage : (Values.RedactChannelMessageRequest.t, Values.RedactChannelMessageResponse.t, Values.RedactChannelMessageResponse.error) t
  44. | SearchChannels : (Values.SearchChannelsRequest.t, Values.SearchChannelsResponse.t, Values.SearchChannelsResponse.error) t
  45. | SendChannelMessage : (Values.SendChannelMessageRequest.t, Values.SendChannelMessageResponse.t, Values.SendChannelMessageResponse.error) t
  46. | TagResource : (Values.TagResourceRequest.t, unit, unit) t
  47. | UntagResource : (Values.UntagResourceRequest.t, unit, unit) t
  48. | UpdateChannel : (Values.UpdateChannelRequest.t, Values.UpdateChannelResponse.t, Values.UpdateChannelResponse.error) t
  49. | UpdateChannelFlow : (Values.UpdateChannelFlowRequest.t, Values.UpdateChannelFlowResponse.t, Values.UpdateChannelFlowResponse.error) t
  50. | UpdateChannelMessage : (Values.UpdateChannelMessageRequest.t, Values.UpdateChannelMessageResponse.t, Values.UpdateChannelMessageResponse.error) t
  51. | UpdateChannelReadMarker : (Values.UpdateChannelReadMarkerRequest.t, Values.UpdateChannelReadMarkerResponse.t, Values.UpdateChannelReadMarkerResponse.error) t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `DELETE | `GET | `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