Values.CreateHomeRegionControlRequestSourceThis API sets up the home region for the calling account only.
type nonrec t = {homeRegion : HomeRegion.t;The name of the home region of the calling account.
*)target : Target.t;The account for which this command sets up a home region control. The Target is always of type ACCOUNT.
*)dryRun : DryRun.t option;Optional Boolean flag to indicate whether any effect should take place. It tests whether the caller has permission to make the call.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of DryRun.t
| `String of HomeRegion.t
| `Structure of
(string * [> `Enum of string | `String of TargetId.t ]) list ])
list ]