aws-sdk-appintegrations 1.94.0

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

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

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

pub use crate::types::error::_internal_service_error::InternalServiceError;

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

pub use crate::types::error::_unsupported_operation_exception::UnsupportedOperationException;

pub use crate::types::error::_resource_quota_exceeded_exception::ResourceQuotaExceededException;

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

mod _access_denied_exception;

mod _duplicate_resource_exception;

mod _internal_service_error;

mod _invalid_request_exception;

mod _resource_not_found_exception;

mod _resource_quota_exceeded_exception;

mod _throttling_exception;

mod _unsupported_operation_exception;

/// Builders
pub mod builders;