aws-sdk-robomaker 1.81.0

AWS SDK for AWS RoboMaker
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_parameter_exception::InvalidParameterException;

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

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

pub use crate::types::error::_idempotent_parameter_mismatch_exception::IdempotentParameterMismatchException;

pub use crate::types::error::_concurrent_deployment_exception::ConcurrentDeploymentException;

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

pub use crate::types::error::_service_unavailable_exception::ServiceUnavailableException;

mod _concurrent_deployment_exception;

mod _idempotent_parameter_mismatch_exception;

mod _internal_server_exception;

mod _invalid_parameter_exception;

mod _limit_exceeded_exception;

mod _resource_already_exists_exception;

mod _resource_not_found_exception;

mod _service_unavailable_exception;

mod _throttling_exception;

/// Builders
pub mod builders;