Module Awso_chatbot.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | AssociateToConfiguration : (Values.AssociateToConfigurationRequest.t,
Values.AssociateToConfigurationResult.t,
Values.AssociateToConfigurationResult.error)
t| CreateChimeWebhookConfiguration : (Values.CreateChimeWebhookConfigurationRequest.t,
Values.CreateChimeWebhookConfigurationResult.t,
Values.CreateChimeWebhookConfigurationResult.error)
t| CreateCustomAction : (Values.CreateCustomActionRequest.t,
Values.CreateCustomActionResult.t,
Values.CreateCustomActionResult.error)
t| CreateMicrosoftTeamsChannelConfiguration : (Values.CreateTeamsChannelConfigurationRequest.t,
Values.CreateTeamsChannelConfigurationResult.t,
Values.CreateTeamsChannelConfigurationResult.error)
t| CreateSlackChannelConfiguration : (Values.CreateSlackChannelConfigurationRequest.t,
Values.CreateSlackChannelConfigurationResult.t,
Values.CreateSlackChannelConfigurationResult.error)
t| DeleteChimeWebhookConfiguration : (Values.DeleteChimeWebhookConfigurationRequest.t,
Values.DeleteChimeWebhookConfigurationResult.t,
Values.DeleteChimeWebhookConfigurationResult.error)
t| DeleteCustomAction : (Values.DeleteCustomActionRequest.t,
Values.DeleteCustomActionResult.t,
Values.DeleteCustomActionResult.error)
t| DeleteMicrosoftTeamsChannelConfiguration : (Values.DeleteTeamsChannelConfigurationRequest.t,
Values.DeleteTeamsChannelConfigurationResult.t,
Values.DeleteTeamsChannelConfigurationResult.error)
t| DeleteMicrosoftTeamsConfiguredTeam : (Values.DeleteTeamsConfiguredTeamRequest.t,
Values.DeleteTeamsConfiguredTeamResult.t,
Values.DeleteTeamsConfiguredTeamResult.error)
t| DeleteMicrosoftTeamsUserIdentity : (Values.DeleteMicrosoftTeamsUserIdentityRequest.t,
Values.DeleteMicrosoftTeamsUserIdentityResult.t,
Values.DeleteMicrosoftTeamsUserIdentityResult.error)
t| DeleteSlackChannelConfiguration : (Values.DeleteSlackChannelConfigurationRequest.t,
Values.DeleteSlackChannelConfigurationResult.t,
Values.DeleteSlackChannelConfigurationResult.error)
t| DeleteSlackUserIdentity : (Values.DeleteSlackUserIdentityRequest.t,
Values.DeleteSlackUserIdentityResult.t,
Values.DeleteSlackUserIdentityResult.error)
t| DeleteSlackWorkspaceAuthorization : (Values.DeleteSlackWorkspaceAuthorizationRequest.t,
Values.DeleteSlackWorkspaceAuthorizationResult.t,
Values.DeleteSlackWorkspaceAuthorizationResult.error)
t| DescribeChimeWebhookConfigurations : (Values.DescribeChimeWebhookConfigurationsRequest.t,
Values.DescribeChimeWebhookConfigurationsResult.t,
Values.DescribeChimeWebhookConfigurationsResult.error)
t| DescribeSlackChannelConfigurations : (Values.DescribeSlackChannelConfigurationsRequest.t,
Values.DescribeSlackChannelConfigurationsResult.t,
Values.DescribeSlackChannelConfigurationsResult.error)
t| DescribeSlackUserIdentities : (Values.DescribeSlackUserIdentitiesRequest.t,
Values.DescribeSlackUserIdentitiesResult.t,
Values.DescribeSlackUserIdentitiesResult.error)
t| DescribeSlackWorkspaces : (Values.DescribeSlackWorkspacesRequest.t,
Values.DescribeSlackWorkspacesResult.t,
Values.DescribeSlackWorkspacesResult.error)
t| DisassociateFromConfiguration : (Values.DisassociateFromConfigurationRequest.t,
Values.DisassociateFromConfigurationResult.t,
Values.DisassociateFromConfigurationResult.error)
t| GetAccountPreferences : (Values.GetAccountPreferencesRequest.t,
Values.GetAccountPreferencesResult.t,
Values.GetAccountPreferencesResult.error)
t| GetCustomAction : (Values.GetCustomActionRequest.t,
Values.GetCustomActionResult.t,
Values.GetCustomActionResult.error)
t| GetMicrosoftTeamsChannelConfiguration : (Values.GetTeamsChannelConfigurationRequest.t,
Values.GetTeamsChannelConfigurationResult.t,
Values.GetTeamsChannelConfigurationResult.error)
t| ListAssociations : (Values.ListAssociationsRequest.t,
Values.ListAssociationsResult.t,
Values.ListAssociationsResult.error)
t| ListCustomActions : (Values.ListCustomActionsRequest.t,
Values.ListCustomActionsResult.t,
Values.ListCustomActionsResult.error)
t| ListMicrosoftTeamsChannelConfigurations : (Values.ListTeamsChannelConfigurationsRequest.t,
Values.ListTeamsChannelConfigurationsResult.t,
Values.ListTeamsChannelConfigurationsResult.error)
t| ListMicrosoftTeamsConfiguredTeams : (Values.ListMicrosoftTeamsConfiguredTeamsRequest.t,
Values.ListMicrosoftTeamsConfiguredTeamsResult.t,
Values.ListMicrosoftTeamsConfiguredTeamsResult.error)
t| ListMicrosoftTeamsUserIdentities : (Values.ListMicrosoftTeamsUserIdentitiesRequest.t,
Values.ListMicrosoftTeamsUserIdentitiesResult.t,
Values.ListMicrosoftTeamsUserIdentitiesResult.error)
t| ListTagsForResource : (Values.ListTagsForResourceRequest.t,
Values.ListTagsForResourceResponse.t,
Values.ListTagsForResourceResponse.error)
t| TagResource : (Values.TagResourceRequest.t,
Values.TagResourceResponse.t,
Values.TagResourceResponse.error)
t| UntagResource : (Values.UntagResourceRequest.t,
Values.UntagResourceResponse.t,
Values.UntagResourceResponse.error)
t| UpdateAccountPreferences : (Values.UpdateAccountPreferencesRequest.t,
Values.UpdateAccountPreferencesResult.t,
Values.UpdateAccountPreferencesResult.error)
t| UpdateChimeWebhookConfiguration : (Values.UpdateChimeWebhookConfigurationRequest.t,
Values.UpdateChimeWebhookConfigurationResult.t,
Values.UpdateChimeWebhookConfigurationResult.error)
t| UpdateCustomAction : (Values.UpdateCustomActionRequest.t,
Values.UpdateCustomActionResult.t,
Values.UpdateCustomActionResult.error)
t| UpdateMicrosoftTeamsChannelConfiguration : (Values.UpdateTeamsChannelConfigurationRequest.t,
Values.UpdateTeamsChannelConfigurationResult.t,
Values.UpdateTeamsChannelConfigurationResult.error)
t| 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