Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MigrationHubConfig

import { MigrationHubConfig } from "https://aws-api.deno.dev/v0.3/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>;
async getHomeRegion(opts?: client.RequestOptions): Promise<GetHomeRegionResult>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new MigrationHubConfig(apiFactory: client.ApiFactory)
[src]

§Methods

§

This API sets up the home region for the calling account only.

§

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