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

CreateHomeRegionControlRequest

import type { CreateHomeRegionControlRequest } from "https://aws-api.deno.dev/v0.3/services/migrationhubconfig.ts?docs=full";
interface CreateHomeRegionControlRequest {
DryRun?: boolean | null;
HomeRegion: string;
Target: Target;
}

§Properties

§
DryRun?: boolean | null
[src]

Optional Boolean flag to indicate whether any effect should take place. It tests whether the caller has permission to make the call.

§
HomeRegion: string
[src]

The name of the home region of the calling account.

§
Target: Target
[src]

The account for which this command sets up a home region control. The Target is always of type ACCOUNT.