aws-sdk-pinpointsmsvoice 1.100.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::error::_already_exists_exception::AlreadyExistsException;

pub use crate::types::error::_bad_request_exception::BadRequestException;

pub use crate::types::error::_internal_service_error_exception::InternalServiceErrorException;

pub use crate::types::error::_limit_exceeded_exception::LimitExceededException;

pub use crate::types::error::_too_many_requests_exception::TooManyRequestsException;

pub use crate::types::error::_not_found_exception::NotFoundException;

mod _already_exists_exception;

mod _bad_request_exception;

mod _internal_service_error_exception;

mod _limit_exceeded_exception;

mod _not_found_exception;

mod _too_many_requests_exception;

/// Builders
pub mod builders;