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

DescribeHomeRegionControlsRequest

import type { DescribeHomeRegionControlsRequest } from "https://aws-api.deno.dev/v0.3/services/migrationhubconfig.ts?docs=full";
interface DescribeHomeRegionControlsRequest {
ControlId?: string | null;
HomeRegion?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
Target?: Target | null;
}

§Properties

§
ControlId?: string | null
[src]

The ControlID is a unique identifier string of your HomeRegionControl object.

§
HomeRegion?: string | null
[src]

The name of the home region you'd like to view.

§
MaxResults?: number | null
[src]

The maximum number of filtering results to display per page.

§
NextToken?: string | null
[src]

If a NextToken was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken.

§
Target?: Target | null
[src]

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