MigrationHubConfig
import { MigrationHubConfig } from "https://aws-api-bqtgftz736ft.deno.dev/v0.5/services/migrationhubconfig.ts?docs=full";class MigrationHubConfig { }
constructor(apiFactory: client.ApiFactory);
async createHomeRegionControl(params: CreateHomeRegionControlRequest, opts?: client.RequestOptions): Promise<CreateHomeRegionControlResult>;
async deleteHomeRegionControl(params: DeleteHomeRegionControlRequest, opts?: client.RequestOptions): Promise<void>;
async describeHomeRegionControls(params?: DescribeHomeRegionControlsRequest, opts?: client.RequestOptions): Promise<DescribeHomeRegionControlsResult>;
§Constructors
§
new MigrationHubConfig(apiFactory: client.ApiFactory)
[src]§Methods
§
createHomeRegionControl(params: CreateHomeRegionControlRequest, opts?: client.RequestOptions): Promise<CreateHomeRegionControlResult>
[src]This API sets up the home region for the calling account only.
§
deleteHomeRegionControl(params: DeleteHomeRegionControlRequest, opts?: client.RequestOptions): Promise<void>
[src]This operation deletes the home region configuration for the calling account. The operation does not delete discovery or migration tracking data in the home region.
§
describeHomeRegionControls(params?: DescribeHomeRegionControlsRequest, opts?: client.RequestOptions): Promise<DescribeHomeRegionControlsResult>
[src]This API permits filtering on the ControlId and HomeRegion fields.
§
getHomeRegion(opts?: client.RequestOptions): Promise<GetHomeRegionResult>
[src]Returns the calling account’s home region, if configured.
This API is used by other AWS services to determine the regional endpoint for calling AWS Application Discovery Service and Migration Hub.
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.
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]