View Source aws_pinpoint_sms_voice (aws v1.0.4)

Pinpoint SMS and Voice Messaging public facing APIs

Summary

Functions

Create a new configuration set.

Create a new event destination in a configuration set.
Deletes an existing configuration set.
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)

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(Client, Input0, Options0)

View Source
Link to this function

create_configuration_set_event_destination(Client, ConfigurationSetName, Input)

View Source
Create a new event destination in a configuration set.
Link to this function

create_configuration_set_event_destination(Client, ConfigurationSetName, Input0, Options0)

View Source
Link to this function

delete_configuration_set(Client, ConfigurationSetName, Input)

View Source
Deletes an existing configuration set.
Link to this function

delete_configuration_set(Client, ConfigurationSetName, Input0, Options0)

View Source
Link to this function

delete_configuration_set_event_destination(Client, ConfigurationSetName, EventDestinationName, Input)

View Source
Deletes an event destination in a configuration set.
Link to this function

delete_configuration_set_event_destination(Client, ConfigurationSetName, EventDestinationName, Input0, Options0)

View Source
Link to this function

get_configuration_set_event_destinations(Client, ConfigurationSetName)

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

get_configuration_set_event_destinations(Client, ConfigurationSetName, QueryMap, HeadersMap)

View Source
Link to this function

get_configuration_set_event_destinations(Client, ConfigurationSetName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_configuration_sets(Client)

View Source
List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
Link to this function

list_configuration_sets(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_configuration_sets(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

send_voice_message(Client, Input)

View Source
Create a new voice message and send it to a recipient's phone number.
Link to this function

send_voice_message(Client, Input0, Options0)

View Source
Link to this function

update_configuration_set_event_destination(Client, ConfigurationSetName, EventDestinationName, Input)

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.
Link to this function

update_configuration_set_event_destination(Client, ConfigurationSetName, EventDestinationName, Input0, Options0)

View Source