aws-sdk-sns 1.97.0

AWS SDK for Amazon Simple Notification Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_language_code_string::LanguageCodeString;

pub use crate::types::_tag::Tag;

pub use crate::types::_endpoint::Endpoint;

pub use crate::types::_phone_number_information::PhoneNumberInformation;

pub use crate::types::_platform_application::PlatformApplication;

pub use crate::types::_sms_sandbox_phone_number::SmsSandboxPhoneNumber;

pub use crate::types::_subscription::Subscription;

pub use crate::types::_topic::Topic;

pub use crate::types::_message_attribute_value::MessageAttributeValue;

pub use crate::types::_publish_batch_request_entry::PublishBatchRequestEntry;

pub use crate::types::_publish_batch_result_entry::PublishBatchResultEntry;

pub use crate::types::_batch_result_error_entry::BatchResultErrorEntry;

pub use crate::types::_route_type::RouteType;

pub use crate::types::_sms_sandbox_phone_number_verification_status::SmsSandboxPhoneNumberVerificationStatus;

pub use crate::types::_number_capability::NumberCapability;

mod _batch_result_error_entry;

mod _endpoint;

mod _language_code_string;

mod _message_attribute_value;

mod _number_capability;

mod _phone_number_information;

mod _platform_application;

mod _publish_batch_request_entry;

mod _publish_batch_result_entry;

mod _route_type;

mod _sms_sandbox_phone_number;

mod _sms_sandbox_phone_number_verification_status;

mod _subscription;

mod _tag;

mod _topic;

/// Builders
pub mod builders;

/// Error types that Amazon Simple Notification Service can respond with.
pub mod error;