MigrationHubConfig
import { MigrationHubConfig } from "https://aws-api.deno.dev/v0.4/services/migrationhubconfig.ts?docs=full";class MigrationHubConfig { }
constructor(apiFactory: client.ApiFactory);
async createHomeRegionControl(params: CreateHomeRegionControlRequest, opts?: client.RequestOptions): Promise<CreateHomeRegionControlResult>;
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.
§
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]