aws-sdk-connect 1.167.0

AWS SDK for Amazon Connect Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::error::_internal_service_exception::InternalServiceException;

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

pub use crate::types::error::_resource_conflict_exception::ResourceConflictException;

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

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

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

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

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

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

pub use crate::types::error::_idempotency_exception::IdempotencyException;

pub use crate::types::error::_conditional_operation_failed_exception::ConditionalOperationFailedException;

pub use crate::types::error::_duplicate_resource_exception::DuplicateResourceException;

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

pub use crate::types::error::_invalid_contact_flow_exception::InvalidContactFlowException;

pub use crate::types::error::_invalid_contact_flow_module_exception::InvalidContactFlowModuleException;

pub use crate::types::error::_property_validation_exception::PropertyValidationException;

pub use crate::types::error::_invalid_test_case_exception::InvalidTestCaseException;

pub use crate::types::error::_resource_not_ready_exception::ResourceNotReadyException;

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

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

pub use crate::types::error::_contact_flow_not_published_exception::ContactFlowNotPublishedException;

pub use crate::types::error::_user_not_found_exception::UserNotFoundException;

pub use crate::types::error::_output_type_not_found_exception::OutputTypeNotFoundException;

pub use crate::types::error::_invalid_active_region_exception::InvalidActiveRegionException;

pub use crate::types::error::_maximum_result_returned_exception::MaximumResultReturnedException;

pub use crate::types::error::_destination_not_allowed_exception::DestinationNotAllowedException;

pub use crate::types::error::_outbound_contact_not_permitted_exception::OutboundContactNotPermittedException;

pub use crate::types::error::_contact_not_found_exception::ContactNotFoundException;

mod _access_denied_exception;

mod _conditional_operation_failed_exception;

mod _conflict_exception;

mod _contact_flow_not_published_exception;

mod _contact_not_found_exception;

mod _destination_not_allowed_exception;

mod _duplicate_resource_exception;

mod _idempotency_exception;

mod _internal_service_exception;

mod _invalid_active_region_exception;

mod _invalid_contact_flow_exception;

mod _invalid_contact_flow_module_exception;

mod _invalid_parameter_exception;

mod _invalid_request_exception;

mod _invalid_test_case_exception;

mod _limit_exceeded_exception;

mod _maximum_result_returned_exception;

mod _outbound_contact_not_permitted_exception;

mod _output_type_not_found_exception;

mod _property_validation_exception;

mod _resource_conflict_exception;

mod _resource_in_use_exception;

mod _resource_not_found_exception;

mod _resource_not_ready_exception;

mod _service_quota_exceeded_exception;

mod _throttling_exception;

mod _too_many_requests_exception;

mod _user_not_found_exception;

/// Builders
pub mod builders;