Values.DescribeSourceNetworksResponseSourceLists all Source Networks or multiple Source Networks filtered by ID.
type nonrec t = {items : SourceNetworksList.t option;An array of Source Networks.
*)nextToken : PaginationToken.t option;The token of the next Source Networks to retrieve.
*)}type nonrec error = [ | `InternalServerException of InternalServerException.t| `ThrottlingException of ThrottlingException.t| `UninitializedAccountException of UninitializedAccountException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of InternalServerException.t
| `ThrottlingException of ThrottlingException.t
| `UninitializedAccountException of UninitializedAccountException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ])
list
| `String of SourceNetworkID.t
| `Structure of
(string
* [> `Enum of string
| `String of JobID.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ])
list ]
list
| `String of PaginationToken.t ])
list ]