Module Awso_partnercentral_benefits.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | AmendBenefitApplication : (Values.AmendBenefitApplicationInput.t, Values.AmendBenefitApplicationOutput.t, Values.AmendBenefitApplicationOutput.error) t
  2. | AssociateBenefitApplicationResource : (Values.AssociateBenefitApplicationResourceInput.t, Values.AssociateBenefitApplicationResourceOutput.t, Values.AssociateBenefitApplicationResourceOutput.error) t
  3. | CancelBenefitApplication : (Values.CancelBenefitApplicationInput.t, Values.CancelBenefitApplicationOutput.t, Values.CancelBenefitApplicationOutput.error) t
  4. | CreateBenefitApplication : (Values.CreateBenefitApplicationInput.t, Values.CreateBenefitApplicationOutput.t, Values.CreateBenefitApplicationOutput.error) t
  5. | DisassociateBenefitApplicationResource : (Values.DisassociateBenefitApplicationResourceInput.t, Values.DisassociateBenefitApplicationResourceOutput.t, Values.DisassociateBenefitApplicationResourceOutput.error) t
  6. | GetBenefit : (Values.GetBenefitInput.t, Values.GetBenefitOutput.t, Values.GetBenefitOutput.error) t
  7. | GetBenefitAllocation : (Values.GetBenefitAllocationInput.t, Values.GetBenefitAllocationOutput.t, Values.GetBenefitAllocationOutput.error) t
  8. | GetBenefitApplication : (Values.GetBenefitApplicationInput.t, Values.GetBenefitApplicationOutput.t, Values.GetBenefitApplicationOutput.error) t
  9. | ListBenefitAllocations : (Values.ListBenefitAllocationsInput.t, Values.ListBenefitAllocationsOutput.t, Values.ListBenefitAllocationsOutput.error) t
  10. | ListBenefitApplications : (Values.ListBenefitApplicationsInput.t, Values.ListBenefitApplicationsOutput.t, Values.ListBenefitApplicationsOutput.error) t
  11. | ListBenefits : (Values.ListBenefitsInput.t, Values.ListBenefitsOutput.t, Values.ListBenefitsOutput.error) t
  12. | ListTagsForResource : (Values.ListTagsForResourceRequest.t, Values.ListTagsForResourceResponse.t, Values.ListTagsForResourceResponse.error) t
  13. | RecallBenefitApplication : (Values.RecallBenefitApplicationInput.t, Values.RecallBenefitApplicationOutput.t, Values.RecallBenefitApplicationOutput.error) t
  14. | SubmitBenefitApplication : (Values.SubmitBenefitApplicationInput.t, Values.SubmitBenefitApplicationOutput.t, Values.SubmitBenefitApplicationOutput.error) t
  15. | TagResource : (Values.TagResourceRequest.t, Values.TagResourceResponse.t, Values.TagResourceResponse.error) t
  16. | UntagResource : (Values.UntagResourceRequest.t, Values.UntagResourceResponse.t, Values.UntagResourceResponse.error) t
  17. | 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
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