Awso_sms_voice_syncSourceval create_configuration_set :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_sms_voice.Values.CreateConfigurationSetRequest.t ->
(Awso_sms_voice.Values.CreateConfigurationSetResponse.t,
Awso_sms_voice.Values.CreateConfigurationSetResponse.error)
Result.tval create_configuration_set_event_destination :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_sms_voice.Values.CreateConfigurationSetEventDestinationRequest.t ->
(Awso_sms_voice.Values.CreateConfigurationSetEventDestinationResponse.t,
Awso_sms_voice.Values.CreateConfigurationSetEventDestinationResponse.error)
Result.tval delete_configuration_set :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_sms_voice.Values.DeleteConfigurationSetRequest.t ->
(Awso_sms_voice.Values.DeleteConfigurationSetResponse.t,
Awso_sms_voice.Values.DeleteConfigurationSetResponse.error)
Result.tval delete_configuration_set_event_destination :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_sms_voice.Values.DeleteConfigurationSetEventDestinationRequest.t ->
(Awso_sms_voice.Values.DeleteConfigurationSetEventDestinationResponse.t,
Awso_sms_voice.Values.DeleteConfigurationSetEventDestinationResponse.error)
Result.tval get_configuration_set_event_destinations :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_sms_voice.Values.GetConfigurationSetEventDestinationsRequest.t ->
(Awso_sms_voice.Values.GetConfigurationSetEventDestinationsResponse.t,
Awso_sms_voice.Values.GetConfigurationSetEventDestinationsResponse.error)
Result.tval list_configuration_sets :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_sms_voice.Values.ListConfigurationSetsRequest.t ->
(Awso_sms_voice.Values.ListConfigurationSetsResponse.t,
Awso_sms_voice.Values.ListConfigurationSetsResponse.error)
Result.tval send_voice_message :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_sms_voice.Values.SendVoiceMessageRequest.t ->
(Awso_sms_voice.Values.SendVoiceMessageResponse.t,
Awso_sms_voice.Values.SendVoiceMessageResponse.error)
Result.tval update_configuration_set_event_destination :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_sms_voice.Values.UpdateConfigurationSetEventDestinationRequest.t ->
(Awso_sms_voice.Values.UpdateConfigurationSetEventDestinationResponse.t,
Awso_sms_voice.Values.UpdateConfigurationSetEventDestinationResponse.error)
Result.tinclude module type of struct include Awso_sms_voice.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]An object that contains information about an event destination that sends data to Amazon CloudWatch Logs.
An object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.
An object that contains information about an event destination that sends data to Amazon SNS.
An object that defines a message that contains text formatted using Amazon Pinpoint Voice Instructions markup.
An object that defines a message that contains unformatted text.
An object that defines a message that contains SSML-formatted text.
An object that defines an event destination.
The input you provided is invalid.
The API encountered an unexpected error and couldn't complete the request. You might be able to successfully issue the request again in the future.
The resource you attempted to access doesn't exist.
You've issued too many requests to the resource. Wait a few minutes, and then try again.
An object that defines a single event destination.
An object that contains a voice message and information about the recipient that you want to send it to.
The resource specified in your request already exists.
There are too many instances of the specified resource type.
module UpdateConfigurationSetEventDestinationResponse =
Awso_sms_voice.Values.UpdateConfigurationSetEventDestinationResponseAn empty object that indicates that the event destination was updated successfully.
module UpdateConfigurationSetEventDestinationRequest =
Awso_sms_voice.Values.UpdateConfigurationSetEventDestinationRequestUpdateConfigurationSetEventDestinationRequest
An object that that contains the Message ID of a Voice message that was sent successfully.
SendVoiceMessageRequest
An object that contains information about the configuration sets for your account in the current region.
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
module GetConfigurationSetEventDestinationsResponse =
Awso_sms_voice.Values.GetConfigurationSetEventDestinationsResponseAn object that contains information about an event destination.
module GetConfigurationSetEventDestinationsRequest =
Awso_sms_voice.Values.GetConfigurationSetEventDestinationsRequestObtain information about an event destination, including the types of events it reports, the Amazon Resource Name (ARN) of the destination, and the name of the event destination.
An empty object that indicates that the configuration set was deleted successfully.
Deletes an existing configuration set.
module DeleteConfigurationSetEventDestinationResponse =
Awso_sms_voice.Values.DeleteConfigurationSetEventDestinationResponseAn empty object that indicates that the event destination was deleted successfully.
module DeleteConfigurationSetEventDestinationRequest =
Awso_sms_voice.Values.DeleteConfigurationSetEventDestinationRequestDeletes an event destination in a configuration set.
An empty object that indicates that the configuration set was successfully created.
A request to create a new configuration set.
module CreateConfigurationSetEventDestinationResponse =
Awso_sms_voice.Values.CreateConfigurationSetEventDestinationResponseAn empty object that indicates that the event destination was created successfully.
module CreateConfigurationSetEventDestinationRequest =
Awso_sms_voice.Values.CreateConfigurationSetEventDestinationRequestCreate a new event destination in a configuration set.