aws-sdk-cloudwatchlogs 1.12.0

AWS SDK for Amazon CloudWatch Logs
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::error::_service_unavailable_exception::ServiceUnavailableException;

pub use crate::types::error::_operation_aborted_exception::OperationAbortedException;

pub use crate::types::error::_invalid_parameter_exception::InvalidParameterException;

pub use crate::types::error::_resource_not_found_exception::ResourceNotFoundException;

pub use crate::types::error::_too_many_tags_exception::TooManyTagsException;

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

pub use crate::types::error::_malformed_query_exception::MalformedQueryException;

pub use crate::types::error::_data_already_accepted_exception::DataAlreadyAcceptedException;

pub use crate::types::error::_invalid_sequence_token_exception::InvalidSequenceTokenException;

pub use crate::types::error::_unrecognized_client_exception::UnrecognizedClientException;

pub use crate::types::error::_service_quota_exceeded_exception::ServiceQuotaExceededException;

pub use crate::types::error::_validation_exception::ValidationException;

pub use crate::types::error::_conflict_exception::ConflictException;

pub use crate::types::error::_throttling_exception::ThrottlingException;

pub use crate::types::error::_resource_already_exists_exception::ResourceAlreadyExistsException;

pub use crate::types::error::_access_denied_exception::AccessDeniedException;

pub use crate::types::error::_invalid_operation_exception::InvalidOperationException;

mod _access_denied_exception;

mod _conflict_exception;

mod _data_already_accepted_exception;

mod _invalid_operation_exception;

mod _invalid_parameter_exception;

mod _invalid_sequence_token_exception;

mod _limit_exceeded_exception;

mod _malformed_query_exception;

mod _operation_aborted_exception;

mod _resource_already_exists_exception;

mod _resource_not_found_exception;

mod _service_quota_exceeded_exception;

mod _service_unavailable_exception;

mod _throttling_exception;

mod _too_many_tags_exception;

mod _unrecognized_client_exception;

mod _validation_exception;

/// Builders
pub mod builders;