Module Awso_sms_voice.EndpointsSource
Sourcetype ('i, 'o, 'e) t = | CreateConfigurationSet : (Values.CreateConfigurationSetRequest.t,
Values.CreateConfigurationSetResponse.t,
Values.CreateConfigurationSetResponse.error)
t| CreateConfigurationSetEventDestination : (Values.CreateConfigurationSetEventDestinationRequest.t,
Values.CreateConfigurationSetEventDestinationResponse.t,
Values.CreateConfigurationSetEventDestinationResponse.error)
t| DeleteConfigurationSet : (Values.DeleteConfigurationSetRequest.t,
Values.DeleteConfigurationSetResponse.t,
Values.DeleteConfigurationSetResponse.error)
t| DeleteConfigurationSetEventDestination : (Values.DeleteConfigurationSetEventDestinationRequest.t,
Values.DeleteConfigurationSetEventDestinationResponse.t,
Values.DeleteConfigurationSetEventDestinationResponse.error)
t| GetConfigurationSetEventDestinations : (Values.GetConfigurationSetEventDestinationsRequest.t,
Values.GetConfigurationSetEventDestinationsResponse.t,
Values.GetConfigurationSetEventDestinationsResponse.error)
t| ListConfigurationSets : (Values.ListConfigurationSetsRequest.t,
Values.ListConfigurationSetsResponse.t,
Values.ListConfigurationSetsResponse.error)
t| SendVoiceMessage : (Values.SendVoiceMessageRequest.t,
Values.SendVoiceMessageResponse.t,
Values.SendVoiceMessageResponse.error)
t| UpdateConfigurationSetEventDestination : (Values.UpdateConfigurationSetEventDestinationRequest.t,
Values.UpdateConfigurationSetEventDestinationResponse.t,
Values.UpdateConfigurationSetEventDestinationResponse.error)
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