Values.CreateHomeRegionControlResultSourceThis API sets up the home region for the calling account only.
type nonrec t = {homeRegionControl : HomeRegionControl.t option;This object is the HomeRegionControl object that's returned by a successful call to CreateHomeRegionControl.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `DryRunOperation of DryRunOperation.t| `InternalServerError of InternalServerError.t| `InvalidInputException of InvalidInputException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DryRunOperation of DryRunOperation.t
| `InternalServerError of InternalServerError.t
| `InvalidInputException of InvalidInputException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `DryRunOperation of DryRunOperation.t
| `InternalServerError of InternalServerError.t
| `InvalidInputException of InvalidInputException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `String of ControlId.t
| `Structure of
(string * [> `Enum of string | `String of TargetId.t ])
list
| `Timestamp of RequestedTime.t ])
list ])
list ]