View Source AWS.PinpointSMSVoice (aws-elixir v0.14.1)

Pinpoint SMS and Voice Messaging public facing APIs

Summary

Functions

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.

List all of the configuration sets associated with your Amazon Pinpoint account in the current region.

Create a new voice message and send it to a recipient's phone number.

Functions

Link to this function

create_configuration_set(client, input, options \\ [])

View Source

Create a new configuration set.

After you create the configuration set, you can add one or more event destinations to it.

Link to this function

create_configuration_set_event_destination(client, configuration_set_name, input, options \\ [])

View Source

Create a new event destination in a configuration set.

Link to this function

delete_configuration_set(client, configuration_set_name, input, options \\ [])

View Source

Deletes an existing configuration set.

Link to this function

delete_configuration_set_event_destination(client, configuration_set_name, event_destination_name, input, options \\ [])

View Source

Deletes an event destination in a configuration set.

Link to this function

get_configuration_set_event_destinations(client, configuration_set_name, options \\ [])

View Source

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.

Link to this function

list_configuration_sets(client, next_token \\ nil, page_size \\ nil, options \\ [])

View Source

List all of the configuration sets associated with your Amazon Pinpoint account in the current region.

Link to this function

send_voice_message(client, input, options \\ [])

View Source

Create a new voice message and send it to a recipient's phone number.

Link to this function

update_configuration_set_event_destination(client, configuration_set_name, event_destination_name, input, options \\ [])

View Source

Update an event destination in a configuration set.

An event destination is a location that you publish information about your voice calls to. For example, you can log an event to an Amazon CloudWatch destination when a call fails.