Module Awso_chatbot.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | AssociateToConfiguration : (Values.AssociateToConfigurationRequest.t, Values.AssociateToConfigurationResult.t, Values.AssociateToConfigurationResult.error) t
  2. | CreateChimeWebhookConfiguration : (Values.CreateChimeWebhookConfigurationRequest.t, Values.CreateChimeWebhookConfigurationResult.t, Values.CreateChimeWebhookConfigurationResult.error) t
  3. | CreateCustomAction : (Values.CreateCustomActionRequest.t, Values.CreateCustomActionResult.t, Values.CreateCustomActionResult.error) t
  4. | CreateMicrosoftTeamsChannelConfiguration : (Values.CreateTeamsChannelConfigurationRequest.t, Values.CreateTeamsChannelConfigurationResult.t, Values.CreateTeamsChannelConfigurationResult.error) t
  5. | CreateSlackChannelConfiguration : (Values.CreateSlackChannelConfigurationRequest.t, Values.CreateSlackChannelConfigurationResult.t, Values.CreateSlackChannelConfigurationResult.error) t
  6. | DeleteChimeWebhookConfiguration : (Values.DeleteChimeWebhookConfigurationRequest.t, Values.DeleteChimeWebhookConfigurationResult.t, Values.DeleteChimeWebhookConfigurationResult.error) t
  7. | DeleteCustomAction : (Values.DeleteCustomActionRequest.t, Values.DeleteCustomActionResult.t, Values.DeleteCustomActionResult.error) t
  8. | DeleteMicrosoftTeamsChannelConfiguration : (Values.DeleteTeamsChannelConfigurationRequest.t, Values.DeleteTeamsChannelConfigurationResult.t, Values.DeleteTeamsChannelConfigurationResult.error) t
  9. | DeleteMicrosoftTeamsConfiguredTeam : (Values.DeleteTeamsConfiguredTeamRequest.t, Values.DeleteTeamsConfiguredTeamResult.t, Values.DeleteTeamsConfiguredTeamResult.error) t
  10. | DeleteMicrosoftTeamsUserIdentity : (Values.DeleteMicrosoftTeamsUserIdentityRequest.t, Values.DeleteMicrosoftTeamsUserIdentityResult.t, Values.DeleteMicrosoftTeamsUserIdentityResult.error) t
  11. | DeleteSlackChannelConfiguration : (Values.DeleteSlackChannelConfigurationRequest.t, Values.DeleteSlackChannelConfigurationResult.t, Values.DeleteSlackChannelConfigurationResult.error) t
  12. | DeleteSlackUserIdentity : (Values.DeleteSlackUserIdentityRequest.t, Values.DeleteSlackUserIdentityResult.t, Values.DeleteSlackUserIdentityResult.error) t
  13. | DeleteSlackWorkspaceAuthorization : (Values.DeleteSlackWorkspaceAuthorizationRequest.t, Values.DeleteSlackWorkspaceAuthorizationResult.t, Values.DeleteSlackWorkspaceAuthorizationResult.error) t
  14. | DescribeChimeWebhookConfigurations : (Values.DescribeChimeWebhookConfigurationsRequest.t, Values.DescribeChimeWebhookConfigurationsResult.t, Values.DescribeChimeWebhookConfigurationsResult.error) t
  15. | DescribeSlackChannelConfigurations : (Values.DescribeSlackChannelConfigurationsRequest.t, Values.DescribeSlackChannelConfigurationsResult.t, Values.DescribeSlackChannelConfigurationsResult.error) t
  16. | DescribeSlackUserIdentities : (Values.DescribeSlackUserIdentitiesRequest.t, Values.DescribeSlackUserIdentitiesResult.t, Values.DescribeSlackUserIdentitiesResult.error) t
  17. | DescribeSlackWorkspaces : (Values.DescribeSlackWorkspacesRequest.t, Values.DescribeSlackWorkspacesResult.t, Values.DescribeSlackWorkspacesResult.error) t
  18. | DisassociateFromConfiguration : (Values.DisassociateFromConfigurationRequest.t, Values.DisassociateFromConfigurationResult.t, Values.DisassociateFromConfigurationResult.error) t
  19. | GetAccountPreferences : (Values.GetAccountPreferencesRequest.t, Values.GetAccountPreferencesResult.t, Values.GetAccountPreferencesResult.error) t
  20. | GetCustomAction : (Values.GetCustomActionRequest.t, Values.GetCustomActionResult.t, Values.GetCustomActionResult.error) t
  21. | GetMicrosoftTeamsChannelConfiguration : (Values.GetTeamsChannelConfigurationRequest.t, Values.GetTeamsChannelConfigurationResult.t, Values.GetTeamsChannelConfigurationResult.error) t
  22. | ListAssociations : (Values.ListAssociationsRequest.t, Values.ListAssociationsResult.t, Values.ListAssociationsResult.error) t
  23. | ListCustomActions : (Values.ListCustomActionsRequest.t, Values.ListCustomActionsResult.t, Values.ListCustomActionsResult.error) t
  24. | ListMicrosoftTeamsChannelConfigurations : (Values.ListTeamsChannelConfigurationsRequest.t, Values.ListTeamsChannelConfigurationsResult.t, Values.ListTeamsChannelConfigurationsResult.error) t
  25. | ListMicrosoftTeamsConfiguredTeams : (Values.ListMicrosoftTeamsConfiguredTeamsRequest.t, Values.ListMicrosoftTeamsConfiguredTeamsResult.t, Values.ListMicrosoftTeamsConfiguredTeamsResult.error) t
  26. | ListMicrosoftTeamsUserIdentities : (Values.ListMicrosoftTeamsUserIdentitiesRequest.t, Values.ListMicrosoftTeamsUserIdentitiesResult.t, Values.ListMicrosoftTeamsUserIdentitiesResult.error) t
  27. | ListTagsForResource : (Values.ListTagsForResourceRequest.t, Values.ListTagsForResourceResponse.t, Values.ListTagsForResourceResponse.error) t
  28. | TagResource : (Values.TagResourceRequest.t, Values.TagResourceResponse.t, Values.TagResourceResponse.error) t
  29. | UntagResource : (Values.UntagResourceRequest.t, Values.UntagResourceResponse.t, Values.UntagResourceResponse.error) t
  30. | UpdateAccountPreferences : (Values.UpdateAccountPreferencesRequest.t, Values.UpdateAccountPreferencesResult.t, Values.UpdateAccountPreferencesResult.error) t
  31. | UpdateChimeWebhookConfiguration : (Values.UpdateChimeWebhookConfigurationRequest.t, Values.UpdateChimeWebhookConfigurationResult.t, Values.UpdateChimeWebhookConfigurationResult.error) t
  32. | UpdateCustomAction : (Values.UpdateCustomActionRequest.t, Values.UpdateCustomActionResult.t, Values.UpdateCustomActionResult.error) t
  33. | UpdateMicrosoftTeamsChannelConfiguration : (Values.UpdateTeamsChannelConfigurationRequest.t, Values.UpdateTeamsChannelConfigurationResult.t, Values.UpdateTeamsChannelConfigurationResult.error) t
  34. | UpdateSlackChannelConfiguration : (Values.UpdateSlackChannelConfigurationRequest.t, Values.UpdateSlackChannelConfigurationResult.t, Values.UpdateSlackChannelConfigurationResult.error) t
Sourceval method_of_endpoint : 'i 'o 'e. ('i, 'o, 'e) t -> [> `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