Module Awso_detective.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | AcceptInvitation : (Values.AcceptInvitationRequest.t, unit, unit) t
  2. | BatchGetGraphMemberDatasources : (Values.BatchGetGraphMemberDatasourcesRequest.t, Values.BatchGetGraphMemberDatasourcesResponse.t, Values.BatchGetGraphMemberDatasourcesResponse.error) t
  3. | BatchGetMembershipDatasources : (Values.BatchGetMembershipDatasourcesRequest.t, Values.BatchGetMembershipDatasourcesResponse.t, Values.BatchGetMembershipDatasourcesResponse.error) t
  4. | CreateGraph : (Values.CreateGraphRequest.t, Values.CreateGraphResponse.t, Values.CreateGraphResponse.error) t
  5. | CreateMembers : (Values.CreateMembersRequest.t, Values.CreateMembersResponse.t, Values.CreateMembersResponse.error) t
  6. | DeleteGraph : (Values.DeleteGraphRequest.t, unit, unit) t
  7. | DeleteMembers : (Values.DeleteMembersRequest.t, Values.DeleteMembersResponse.t, Values.DeleteMembersResponse.error) t
  8. | DescribeOrganizationConfiguration : (Values.DescribeOrganizationConfigurationRequest.t, Values.DescribeOrganizationConfigurationResponse.t, Values.DescribeOrganizationConfigurationResponse.error) t
  9. | DisableOrganizationAdminAccount : (unit, unit, unit) t
  10. | DisassociateMembership : (Values.DisassociateMembershipRequest.t, unit, unit) t
  11. | EnableOrganizationAdminAccount : (Values.EnableOrganizationAdminAccountRequest.t, unit, unit) t
  12. | GetInvestigation : (Values.GetInvestigationRequest.t, Values.GetInvestigationResponse.t, Values.GetInvestigationResponse.error) t
  13. | GetMembers : (Values.GetMembersRequest.t, Values.GetMembersResponse.t, Values.GetMembersResponse.error) t
  14. | ListDatasourcePackages : (Values.ListDatasourcePackagesRequest.t, Values.ListDatasourcePackagesResponse.t, Values.ListDatasourcePackagesResponse.error) t
  15. | ListGraphs : (Values.ListGraphsRequest.t, Values.ListGraphsResponse.t, Values.ListGraphsResponse.error) t
  16. | ListIndicators : (Values.ListIndicatorsRequest.t, Values.ListIndicatorsResponse.t, Values.ListIndicatorsResponse.error) t
  17. | ListInvestigations : (Values.ListInvestigationsRequest.t, Values.ListInvestigationsResponse.t, Values.ListInvestigationsResponse.error) t
  18. | ListInvitations : (Values.ListInvitationsRequest.t, Values.ListInvitationsResponse.t, Values.ListInvitationsResponse.error) t
  19. | ListMembers : (Values.ListMembersRequest.t, Values.ListMembersResponse.t, Values.ListMembersResponse.error) t
  20. | ListOrganizationAdminAccounts : (Values.ListOrganizationAdminAccountsRequest.t, Values.ListOrganizationAdminAccountsResponse.t, Values.ListOrganizationAdminAccountsResponse.error) t
  21. | ListTagsForResource : (Values.ListTagsForResourceRequest.t, Values.ListTagsForResourceResponse.t, Values.ListTagsForResourceResponse.error) t
  22. | RejectInvitation : (Values.RejectInvitationRequest.t, unit, unit) t
  23. | StartInvestigation : (Values.StartInvestigationRequest.t, Values.StartInvestigationResponse.t, Values.StartInvestigationResponse.error) t
  24. | StartMonitoringMember : (Values.StartMonitoringMemberRequest.t, unit, unit) t
  25. | TagResource : (Values.TagResourceRequest.t, Values.TagResourceResponse.t, Values.TagResourceResponse.error) t
  26. | UntagResource : (Values.UntagResourceRequest.t, Values.UntagResourceResponse.t, Values.UntagResourceResponse.error) t
  27. | UpdateDatasourcePackages : (Values.UpdateDatasourcePackagesRequest.t, unit, unit) t
  28. | UpdateInvestigationState : (Values.UpdateInvestigationStateRequest.t, unit, unit) t
  29. | 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
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