Expand description
Pinpoint SMS and Voice Messaging public facing APIs
If you’re using the service, you’re probably looking for SmsVoiceClient and SmsVoice.
Structs§
- Call
Instructions Message Type An object that defines a message that contains text formatted using Amazon Pinpoint Voice Instructions markup.
- Cloud
Watch Logs Destination An object that contains information about an event destination that sends data to Amazon CloudWatch Logs.
- Create
Configuration SetEvent Destination Request Create a new event destination in a configuration set.
- Create
Configuration SetEvent Destination Response An empty object that indicates that the event destination was created successfully.
- Create
Configuration SetRequest A request to create a new configuration set.
- Create
Configuration SetResponse An empty object that indicates that the configuration set was successfully created.
- Delete
Configuration SetEvent Destination Request - Delete
Configuration SetEvent Destination Response An empty object that indicates that the event destination was deleted successfully.
- Delete
Configuration SetRequest - Delete
Configuration SetResponse An empty object that indicates that the configuration set was deleted successfully.
- Event
Destination An object that defines an event destination.
- Event
Destination Definition An object that defines a single event destination.
- GetConfiguration
SetEvent Destinations Request - GetConfiguration
SetEvent Destinations Response An object that contains information about an event destination.
- Kinesis
Firehose Destination An object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.
- List
Configuration Sets Request - List
Configuration Sets Response An object that contains information about the configuration sets for your account in the current region.
- Plain
Text Message Type An object that defines a message that contains unformatted text.
- SSML
Message Type An object that defines a message that contains SSML-formatted text.
- Send
Voice Message Request SendVoiceMessageRequest
- Send
Voice Message Response An object that that contains the Message ID of a Voice message that was sent successfully.
- SmsVoice
Client - A client for the Pinpoint SMS Voice API.
- SnsDestination
An object that contains information about an event destination that sends data to Amazon SNS.
- Update
Configuration SetEvent Destination Request UpdateConfigurationSetEventDestinationRequest
- Update
Configuration SetEvent Destination Response An empty object that indicates that the event destination was updated successfully.
- Voice
Message Content An object that contains a voice message and information about the recipient that you want to send it to.
Enums§
- Create
Configuration SetError - Errors returned by CreateConfigurationSet
- Create
Configuration SetEvent Destination Error - Errors returned by CreateConfigurationSetEventDestination
- Delete
Configuration SetError - Errors returned by DeleteConfigurationSet
- Delete
Configuration SetEvent Destination Error - Errors returned by DeleteConfigurationSetEventDestination
- GetConfiguration
SetEvent Destinations Error - Errors returned by GetConfigurationSetEventDestinations
- List
Configuration Sets Error - Errors returned by ListConfigurationSets
- Send
Voice Message Error - Errors returned by SendVoiceMessage
- Update
Configuration SetEvent Destination Error - Errors returned by UpdateConfigurationSetEventDestination
Traits§
- SmsVoice
- Trait representing the capabilities of the Pinpoint SMS Voice API. Pinpoint SMS Voice clients implement this trait.