Module Awso_account.EndpointsSource

Sourcetype ('i, 'o, 'e) t =
  1. | AcceptPrimaryEmailUpdate : (Values.AcceptPrimaryEmailUpdateRequest.t, Values.AcceptPrimaryEmailUpdateResponse.t, Values.AcceptPrimaryEmailUpdateResponse.error) t
  2. | DeleteAlternateContact : (Values.DeleteAlternateContactRequest.t, unit, unit) t
  3. | DisableRegion : (Values.DisableRegionRequest.t, unit, unit) t
  4. | EnableRegion : (Values.EnableRegionRequest.t, unit, unit) t
  5. | GetAccountInformation : (Values.GetAccountInformationRequest.t, Values.GetAccountInformationResponse.t, Values.GetAccountInformationResponse.error) t
  6. | GetAlternateContact : (Values.GetAlternateContactRequest.t, Values.GetAlternateContactResponse.t, Values.GetAlternateContactResponse.error) t
  7. | GetContactInformation : (Values.GetContactInformationRequest.t, Values.GetContactInformationResponse.t, Values.GetContactInformationResponse.error) t
  8. | GetGovCloudAccountInformation : (Values.GetGovCloudAccountInformationRequest.t, Values.GetGovCloudAccountInformationResponse.t, Values.GetGovCloudAccountInformationResponse.error) t
  9. | GetPrimaryEmail : (Values.GetPrimaryEmailRequest.t, Values.GetPrimaryEmailResponse.t, Values.GetPrimaryEmailResponse.error) t
  10. | GetRegionOptStatus : (Values.GetRegionOptStatusRequest.t, Values.GetRegionOptStatusResponse.t, Values.GetRegionOptStatusResponse.error) t
  11. | ListRegions : (Values.ListRegionsRequest.t, Values.ListRegionsResponse.t, Values.ListRegionsResponse.error) t
  12. | PutAccountName : (Values.PutAccountNameRequest.t, unit, unit) t
  13. | PutAlternateContact : (Values.PutAlternateContactRequest.t, unit, unit) t
  14. | PutContactInformation : (Values.PutContactInformationRequest.t, unit, unit) t
  15. | StartPrimaryEmailUpdate : (Values.StartPrimaryEmailUpdateRequest.t, Values.StartPrimaryEmailUpdateResponse.t, Values.StartPrimaryEmailUpdateResponse.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