Module Awso_partnercentral_benefits.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | AmendBenefitApplication : (Values.AmendBenefitApplicationInput.t,
Values.AmendBenefitApplicationOutput.t,
Values.AmendBenefitApplicationOutput.error)
t| AssociateBenefitApplicationResource : (Values.AssociateBenefitApplicationResourceInput.t,
Values.AssociateBenefitApplicationResourceOutput.t,
Values.AssociateBenefitApplicationResourceOutput.error)
t| CancelBenefitApplication : (Values.CancelBenefitApplicationInput.t,
Values.CancelBenefitApplicationOutput.t,
Values.CancelBenefitApplicationOutput.error)
t| CreateBenefitApplication : (Values.CreateBenefitApplicationInput.t,
Values.CreateBenefitApplicationOutput.t,
Values.CreateBenefitApplicationOutput.error)
t| DisassociateBenefitApplicationResource : (Values.DisassociateBenefitApplicationResourceInput.t,
Values.DisassociateBenefitApplicationResourceOutput.t,
Values.DisassociateBenefitApplicationResourceOutput.error)
t| GetBenefit : (Values.GetBenefitInput.t,
Values.GetBenefitOutput.t,
Values.GetBenefitOutput.error)
t| GetBenefitAllocation : (Values.GetBenefitAllocationInput.t,
Values.GetBenefitAllocationOutput.t,
Values.GetBenefitAllocationOutput.error)
t| GetBenefitApplication : (Values.GetBenefitApplicationInput.t,
Values.GetBenefitApplicationOutput.t,
Values.GetBenefitApplicationOutput.error)
t| ListBenefitAllocations : (Values.ListBenefitAllocationsInput.t,
Values.ListBenefitAllocationsOutput.t,
Values.ListBenefitAllocationsOutput.error)
t| ListBenefitApplications : (Values.ListBenefitApplicationsInput.t,
Values.ListBenefitApplicationsOutput.t,
Values.ListBenefitApplicationsOutput.error)
t| ListBenefits : (Values.ListBenefitsInput.t,
Values.ListBenefitsOutput.t,
Values.ListBenefitsOutput.error)
t| ListTagsForResource : (Values.ListTagsForResourceRequest.t,
Values.ListTagsForResourceResponse.t,
Values.ListTagsForResourceResponse.error)
t| RecallBenefitApplication : (Values.RecallBenefitApplicationInput.t,
Values.RecallBenefitApplicationOutput.t,
Values.RecallBenefitApplicationOutput.error)
t| SubmitBenefitApplication : (Values.SubmitBenefitApplicationInput.t,
Values.SubmitBenefitApplicationOutput.t,
Values.SubmitBenefitApplicationOutput.error)
t| TagResource : (Values.TagResourceRequest.t,
Values.TagResourceResponse.t,
Values.TagResourceResponse.error)
t| UntagResource : (Values.UntagResourceRequest.t,
Values.UntagResourceResponse.t,
Values.UntagResourceResponse.error)
t| UpdateBenefitApplication : (Values.UpdateBenefitApplicationInput.t,
Values.UpdateBenefitApplicationOutput.t,
Values.UpdateBenefitApplicationOutput.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