Values.DescribeHomeRegionControlsResultSourceThis API permits filtering on the ControlId and HomeRegion fields.
type nonrec t = {homeRegionControls : HomeRegionControls.t option;An array that contains your HomeRegionControl objects.
*)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.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.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
| `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
| `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
* [> `List of
[> `Structure of
(string
* [> `String of ControlId.t
| `Structure of
(string * [> `Enum of string | `String of TargetId.t ])
list
| `Timestamp of RequestedTime.t ])
list ]
list
| `String of Token.t ])
list ]