Module Values.CreateHomeRegionControlRequestSource

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

Sourcetype nonrec t = {
  1. homeRegion : HomeRegion.t;
    (*

    The name of the home region of the calling account.

    *)
  2. target : Target.t;
    (*

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

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?dryRun:??? -> homeRegion:HomeRegion.t -> target:Target.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t