aws-sdk-pinpointsmsvoice 1.50.0

AWS SDK for Amazon Pinpoint SMS and Voice Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_event_destination_definition::EventDestinationDefinition;

pub use crate::types::_sns_destination::SnsDestination;

pub use crate::types::_event_type::EventType;

pub use crate::types::_kinesis_firehose_destination::KinesisFirehoseDestination;

pub use crate::types::_cloud_watch_logs_destination::CloudWatchLogsDestination;

pub use crate::types::_voice_message_content::VoiceMessageContent;

pub use crate::types::_ssml_message_type::SsmlMessageType;

pub use crate::types::_plain_text_message_type::PlainTextMessageType;

pub use crate::types::_call_instructions_message_type::CallInstructionsMessageType;

pub use crate::types::_event_destination::EventDestination;

mod _call_instructions_message_type;

mod _cloud_watch_logs_destination;

mod _event_destination;

mod _event_destination_definition;

mod _event_type;

mod _kinesis_firehose_destination;

mod _plain_text_message_type;

mod _sns_destination;

mod _ssml_message_type;

mod _voice_message_content;

/// Builders
pub mod builders;

/// Error types that Amazon Pinpoint SMS and Voice Service can respond with.
pub mod error;