aws_sdk_migrationhubconfig/types.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use crate::types::_home_region_control::HomeRegionControl;
3
4pub use crate::types::_target::Target;
5
6pub use crate::types::_target_type::TargetType;
7
8mod _home_region_control;
9
10mod _target;
11
12mod _target_type;
13
14/// Builders
15pub mod builders;
16
17/// Error types that AWS Migration Hub Config can respond with.
18pub mod error;