[][src]Crate rusoto_migrationhub_config

The AWS Migration Hub home region APIs are available specifically for working with your Migration Hub home region. You can use these APIs to determine a home region, as well as to create and work with controls that describe the home region.

You can use these APIs within your home region only. If you call these APIs from outside your home region, your calls are rejected, except for the ability to register your agents and connectors.

You must call GetHomeRegion at least once before you call any other AWS Application Discovery Service and AWS Migration Hub APIs, to obtain the account's Migration Hub home region.

The StartDataCollection API call in AWS Application Discovery Service allows your agents and connectors to begin collecting data that flows directly into the home region, and it will prevent you from enabling data collection information to be sent outside the home region.

For specific API usage, see the sections that follow in this AWS Migration Hub Home Region API reference.

The Migration Hub Home Region APIs do not support AWS Organizations.

If you're using the service, you're probably looking for MigrationHubConfigClient and MigrationHubConfig.

Structs

CreateHomeRegionControlRequest
CreateHomeRegionControlResult
DescribeHomeRegionControlsRequest
DescribeHomeRegionControlsResult
GetHomeRegionRequest
GetHomeRegionResult
HomeRegionControl

A home region control is an object that specifies the home region for an account, with some additional information. It contains a target (always of type ACCOUNT), an ID, and a time at which the home region was set.

MigrationHubConfigClient

A client for the AWS Migration Hub Config API.

Target

The target parameter specifies the identifier to which the home region is applied, which is always an ACCOUNT. It applies the home region to the current ACCOUNT.

Enums

CreateHomeRegionControlError

Errors returned by CreateHomeRegionControl

DescribeHomeRegionControlsError

Errors returned by DescribeHomeRegionControls

GetHomeRegionError

Errors returned by GetHomeRegion

Traits

MigrationHubConfig

Trait representing the capabilities of the AWS Migration Hub Config API. AWS Migration Hub Config clients implement this trait.