Module Awso_account.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | AcceptPrimaryEmailUpdate : (Values.AcceptPrimaryEmailUpdateRequest.t,
Values.AcceptPrimaryEmailUpdateResponse.t,
Values.AcceptPrimaryEmailUpdateResponse.error)
t| DeleteAlternateContact : (Values.DeleteAlternateContactRequest.t, unit, unit) t| DisableRegion : (Values.DisableRegionRequest.t, unit, unit) t| EnableRegion : (Values.EnableRegionRequest.t, unit, unit) t| GetAccountInformation : (Values.GetAccountInformationRequest.t,
Values.GetAccountInformationResponse.t,
Values.GetAccountInformationResponse.error)
t| GetAlternateContact : (Values.GetAlternateContactRequest.t,
Values.GetAlternateContactResponse.t,
Values.GetAlternateContactResponse.error)
t| GetContactInformation : (Values.GetContactInformationRequest.t,
Values.GetContactInformationResponse.t,
Values.GetContactInformationResponse.error)
t| GetGovCloudAccountInformation : (Values.GetGovCloudAccountInformationRequest.t,
Values.GetGovCloudAccountInformationResponse.t,
Values.GetGovCloudAccountInformationResponse.error)
t| GetPrimaryEmail : (Values.GetPrimaryEmailRequest.t,
Values.GetPrimaryEmailResponse.t,
Values.GetPrimaryEmailResponse.error)
t| GetRegionOptStatus : (Values.GetRegionOptStatusRequest.t,
Values.GetRegionOptStatusResponse.t,
Values.GetRegionOptStatusResponse.error)
t| ListRegions : (Values.ListRegionsRequest.t,
Values.ListRegionsResponse.t,
Values.ListRegionsResponse.error)
t| PutAccountName : (Values.PutAccountNameRequest.t, unit, unit) t| PutAlternateContact : (Values.PutAlternateContactRequest.t, unit, unit) t| PutContactInformation : (Values.PutContactInformationRequest.t, unit, unit) t| 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