aws-sdk-sms 1.79.0

AWS SDK for AWS Server Migration Service
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::error::_unauthorized_operation_exception::UnauthorizedOperationException;

pub use crate::types::error::_temporarily_unavailable_exception::TemporarilyUnavailableException;

pub use crate::types::error::_server_cannot_be_replicated_exception::ServerCannotBeReplicatedException;

pub use crate::types::error::_replication_job_not_found_exception::ReplicationJobNotFoundException;

pub use crate::types::error::_operation_not_permitted_exception::OperationNotPermittedException;

pub use crate::types::error::_missing_required_parameter_exception::MissingRequiredParameterException;

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

pub use crate::types::error::_internal_error::InternalError;

pub use crate::types::error::_replication_run_limit_exceeded_exception::ReplicationRunLimitExceededException;

pub use crate::types::error::_dry_run_operation_exception::DryRunOperationException;

pub use crate::types::error::_no_connectors_available_exception::NoConnectorsAvailableException;

pub use crate::types::error::_replication_job_already_exists_exception::ReplicationJobAlreadyExistsException;

mod _dry_run_operation_exception;

mod _internal_error;

mod _invalid_parameter_exception;

mod _missing_required_parameter_exception;

mod _no_connectors_available_exception;

mod _operation_not_permitted_exception;

mod _replication_job_already_exists_exception;

mod _replication_job_not_found_exception;

mod _replication_run_limit_exceeded_exception;

mod _server_cannot_be_replicated_exception;

mod _temporarily_unavailable_exception;

mod _unauthorized_operation_exception;

/// Builders
pub mod builders;