{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
module Amazonka.MigrationHubConfig.Lens
(
getHomeRegionResponse_homeRegion,
getHomeRegionResponse_httpStatus,
createHomeRegionControl_dryRun,
createHomeRegionControl_homeRegion,
createHomeRegionControl_target,
createHomeRegionControlResponse_homeRegionControl,
createHomeRegionControlResponse_httpStatus,
describeHomeRegionControls_nextToken,
describeHomeRegionControls_homeRegion,
describeHomeRegionControls_controlId,
describeHomeRegionControls_maxResults,
describeHomeRegionControls_target,
describeHomeRegionControlsResponse_nextToken,
describeHomeRegionControlsResponse_homeRegionControls,
describeHomeRegionControlsResponse_httpStatus,
homeRegionControl_requestedTime,
homeRegionControl_homeRegion,
homeRegionControl_controlId,
homeRegionControl_target,
target_id,
target_type,
)
where
import Amazonka.MigrationHubConfig.CreateHomeRegionControl
import Amazonka.MigrationHubConfig.DescribeHomeRegionControls
import Amazonka.MigrationHubConfig.GetHomeRegion
import Amazonka.MigrationHubConfig.Types.HomeRegionControl
import Amazonka.MigrationHubConfig.Types.Target