Module Awso_pinpoint_sms_voice_asyncSource

include module type of struct include Awso_pinpoint_sms_voice.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval 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.

Sourcemodule UpdateConfigurationSetEventDestinationResponse = Awso_pinpoint_sms_voice.Values.UpdateConfigurationSetEventDestinationResponse

An empty object that indicates that the event destination was updated successfully.

Sourcemodule UpdateConfigurationSetEventDestinationRequest = Awso_pinpoint_sms_voice.Values.UpdateConfigurationSetEventDestinationRequest

UpdateConfigurationSetEventDestinationRequest

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.

Sourcemodule GetConfigurationSetEventDestinationsResponse = Awso_pinpoint_sms_voice.Values.GetConfigurationSetEventDestinationsResponse

An object that contains information about an event destination.

Obtain 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.

Sourcemodule DeleteConfigurationSetEventDestinationResponse = Awso_pinpoint_sms_voice.Values.DeleteConfigurationSetEventDestinationResponse

An empty object that indicates that the event destination was deleted successfully.

Sourcemodule DeleteConfigurationSetEventDestinationRequest = Awso_pinpoint_sms_voice.Values.DeleteConfigurationSetEventDestinationRequest

Deletes 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.

Sourcemodule CreateConfigurationSetEventDestinationResponse = Awso_pinpoint_sms_voice.Values.CreateConfigurationSetEventDestinationResponse

An empty object that indicates that the event destination was created successfully.

Sourcemodule CreateConfigurationSetEventDestinationRequest = Awso_pinpoint_sms_voice.Values.CreateConfigurationSetEventDestinationRequest

Create a new event destination in a configuration set.

Sourcemodule Cli : sig ... end