Values.DescribeHomeRegionControlsRequestSourceThis API permits filtering on the ControlId and HomeRegion fields.
type nonrec t = {controlId : ControlId.t option;The ControlID is a unique identifier string of your HomeRegionControl object.
*)homeRegion : HomeRegion.t option;The name of the home region you'd like to view.
*)target : Target.t option;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.
*)maxResults : DescribeHomeRegionControlsMaxResults.t option;The maximum number of filtering results to display per page.
*)nextToken : Token.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of DescribeHomeRegionControlsMaxResults.t
| `String of ControlId.t
| `Structure of
(string * [> `Enum of string | `String of TargetId.t ]) list ])
list ]