aws_sdk_migrationhubconfig/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CreateHomeRegionControl` operation.
5pub mod create_home_region_control;
6
7/// Types for the `DeleteHomeRegionControl` operation.
8pub mod delete_home_region_control;
9
10/// Types for the `DescribeHomeRegionControls` operation.
11pub mod describe_home_region_controls;
12
13/// Types for the `GetHomeRegion` operation.
14pub mod get_home_region;