[][src]Crate rusoto_pinpoint_sms_voice

Pinpoint SMS and Voice Messaging public facing APIs

If you're using the service, you're probably looking for PinpointSmsVoiceClient and PinpointSmsVoice.

Structs

CallInstructionsMessageType

An object that defines a message that contains text formatted using Amazon Pinpoint Voice Instructions markup.

CloudWatchLogsDestination

An object that contains information about an event destination that sends data to Amazon CloudWatch Logs.

CreateConfigurationSetEventDestinationRequest

Create a new event destination in a configuration set.

CreateConfigurationSetEventDestinationResponse

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

CreateConfigurationSetRequest

A request to create a new configuration set.

CreateConfigurationSetResponse

An empty object that indicates that the configuration set was successfully created.

DeleteConfigurationSetEventDestinationRequest
DeleteConfigurationSetEventDestinationResponse

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

DeleteConfigurationSetRequest
DeleteConfigurationSetResponse

An empty object that indicates that the configuration set was deleted successfully.

EventDestination

An object that defines an event destination.

EventDestinationDefinition

An object that defines a single event destination.

GetConfigurationSetEventDestinationsRequest
GetConfigurationSetEventDestinationsResponse

An object that contains information about an event destination.

KinesisFirehoseDestination

An object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.

PinpointSmsVoiceClient

A client for the Pinpoint SMS Voice API.

PlainTextMessageType

An object that defines a message that contains unformatted text.

SSMLMessageType

An object that defines a message that contains SSML-formatted text.

SendVoiceMessageRequest

SendVoiceMessageRequest

SendVoiceMessageResponse

An object that that contains the Message ID of a Voice message that was sent successfully.

SnsDestination

An object that contains information about an event destination that sends data to Amazon SNS.

UpdateConfigurationSetEventDestinationRequest

UpdateConfigurationSetEventDestinationRequest

UpdateConfigurationSetEventDestinationResponse

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

VoiceMessageContent

An object that contains a voice message and information about the recipient that you want to send it to.

Enums

CreateConfigurationSetError

Errors returned by CreateConfigurationSet

CreateConfigurationSetEventDestinationError

Errors returned by CreateConfigurationSetEventDestination

DeleteConfigurationSetError

Errors returned by DeleteConfigurationSet

DeleteConfigurationSetEventDestinationError

Errors returned by DeleteConfigurationSetEventDestination

GetConfigurationSetEventDestinationsError

Errors returned by GetConfigurationSetEventDestinations

SendVoiceMessageError

Errors returned by SendVoiceMessage

UpdateConfigurationSetEventDestinationError

Errors returned by UpdateConfigurationSetEventDestination

Traits

PinpointSmsVoice

Trait representing the capabilities of the Pinpoint SMS Voice API. Pinpoint SMS Voice clients implement this trait.