Values.DomainInfosSourceContains a paginated collection of DomainInfo structures.
type nonrec t = {domainInfos : DomainInfoList.t option;A list of DomainInfo structures.
*)nextPageToken : PageToken.t option;If a NextPageToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in nextPageToken. Keep all other arguments unchanged. The configured maximumPageSize determines how many results can be returned in a single call.
*)}type nonrec error = [ | `OperationNotPermittedFault of OperationNotPermittedFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `OperationNotPermittedFault of OperationNotPermittedFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `OperationNotPermittedFault of OperationNotPermittedFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of DomainName.t ])
list ]
list
| `String of PageToken.t ])
list ]