aws-sdk-comprehend 1.98.0

AWS SDK for Amazon Comprehend
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::error::_batch_size_limit_exceeded_exception::BatchSizeLimitExceededException;

pub use crate::types::error::_internal_server_exception::InternalServerException;

pub use crate::types::error::_invalid_request_exception::InvalidRequestException;

pub use crate::types::error::_text_size_limit_exceeded_exception::TextSizeLimitExceededException;

pub use crate::types::error::_unsupported_language_exception::UnsupportedLanguageException;

pub use crate::types::error::_resource_unavailable_exception::ResourceUnavailableException;

pub use crate::types::error::_resource_in_use_exception::ResourceInUseException;

pub use crate::types::error::_resource_limit_exceeded_exception::ResourceLimitExceededException;

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

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

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

pub use crate::types::error::_kms_key_validation_exception::KmsKeyValidationException;

pub use crate::types::error::_job_not_found_exception::JobNotFoundException;

pub use crate::types::error::_invalid_filter_exception::InvalidFilterException;

pub use crate::types::error::_concurrent_modification_exception::ConcurrentModificationException;

pub use crate::types::error::_too_many_tag_keys_exception::TooManyTagKeysException;

mod _batch_size_limit_exceeded_exception;

mod _concurrent_modification_exception;

mod _internal_server_exception;

mod _invalid_filter_exception;

mod _invalid_request_exception;

mod _job_not_found_exception;

mod _kms_key_validation_exception;

mod _resource_in_use_exception;

mod _resource_limit_exceeded_exception;

mod _resource_not_found_exception;

mod _resource_unavailable_exception;

mod _text_size_limit_exceeded_exception;

mod _too_many_requests_exception;

mod _too_many_tag_keys_exception;

mod _too_many_tags_exception;

mod _unsupported_language_exception;

/// Builders
pub mod builders;