Module Awso_detective.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | AcceptInvitation : (Values.AcceptInvitationRequest.t, unit, unit) t| BatchGetGraphMemberDatasources : (Values.BatchGetGraphMemberDatasourcesRequest.t,
Values.BatchGetGraphMemberDatasourcesResponse.t,
Values.BatchGetGraphMemberDatasourcesResponse.error)
t| BatchGetMembershipDatasources : (Values.BatchGetMembershipDatasourcesRequest.t,
Values.BatchGetMembershipDatasourcesResponse.t,
Values.BatchGetMembershipDatasourcesResponse.error)
t| CreateGraph : (Values.CreateGraphRequest.t,
Values.CreateGraphResponse.t,
Values.CreateGraphResponse.error)
t| CreateMembers : (Values.CreateMembersRequest.t,
Values.CreateMembersResponse.t,
Values.CreateMembersResponse.error)
t| DeleteGraph : (Values.DeleteGraphRequest.t, unit, unit) t| DeleteMembers : (Values.DeleteMembersRequest.t,
Values.DeleteMembersResponse.t,
Values.DeleteMembersResponse.error)
t| DescribeOrganizationConfiguration : (Values.DescribeOrganizationConfigurationRequest.t,
Values.DescribeOrganizationConfigurationResponse.t,
Values.DescribeOrganizationConfigurationResponse.error)
t| DisableOrganizationAdminAccount : (unit, unit, unit) t| DisassociateMembership : (Values.DisassociateMembershipRequest.t, unit, unit) t| EnableOrganizationAdminAccount : (Values.EnableOrganizationAdminAccountRequest.t,
unit,
unit)
t| GetInvestigation : (Values.GetInvestigationRequest.t,
Values.GetInvestigationResponse.t,
Values.GetInvestigationResponse.error)
t| GetMembers : (Values.GetMembersRequest.t,
Values.GetMembersResponse.t,
Values.GetMembersResponse.error)
t| ListDatasourcePackages : (Values.ListDatasourcePackagesRequest.t,
Values.ListDatasourcePackagesResponse.t,
Values.ListDatasourcePackagesResponse.error)
t| ListGraphs : (Values.ListGraphsRequest.t,
Values.ListGraphsResponse.t,
Values.ListGraphsResponse.error)
t| ListIndicators : (Values.ListIndicatorsRequest.t,
Values.ListIndicatorsResponse.t,
Values.ListIndicatorsResponse.error)
t| ListInvestigations : (Values.ListInvestigationsRequest.t,
Values.ListInvestigationsResponse.t,
Values.ListInvestigationsResponse.error)
t| ListInvitations : (Values.ListInvitationsRequest.t,
Values.ListInvitationsResponse.t,
Values.ListInvitationsResponse.error)
t| ListMembers : (Values.ListMembersRequest.t,
Values.ListMembersResponse.t,
Values.ListMembersResponse.error)
t| ListOrganizationAdminAccounts : (Values.ListOrganizationAdminAccountsRequest.t,
Values.ListOrganizationAdminAccountsResponse.t,
Values.ListOrganizationAdminAccountsResponse.error)
t| ListTagsForResource : (Values.ListTagsForResourceRequest.t,
Values.ListTagsForResourceResponse.t,
Values.ListTagsForResourceResponse.error)
t| RejectInvitation : (Values.RejectInvitationRequest.t, unit, unit) t| StartInvestigation : (Values.StartInvestigationRequest.t,
Values.StartInvestigationResponse.t,
Values.StartInvestigationResponse.error)
t| StartMonitoringMember : (Values.StartMonitoringMemberRequest.t, unit, unit) t| TagResource : (Values.TagResourceRequest.t,
Values.TagResourceResponse.t,
Values.TagResourceResponse.error)
t| UntagResource : (Values.UntagResourceRequest.t,
Values.UntagResourceResponse.t,
Values.UntagResourceResponse.error)
t| UpdateDatasourcePackages : (Values.UpdateDatasourcePackagesRequest.t,
unit,
unit)
t| UpdateInvestigationState : (Values.UpdateInvestigationStateRequest.t,
unit,
unit)
t| UpdateOrganizationConfiguration : (Values.UpdateOrganizationConfigurationRequest.t,
unit,
unit)
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