Values.DescribeNetworkSummarySourceUsed in ListNetworksResult.
type nonrec t = {arn : string option;The ARN of this Network. It is automatically assigned when the Network is created.
*)associatedClusterIds : string list option;id : string option;The ID of the Network. Unique in the AWS account. The ID is the resource-id portion of the ARN.
*)ipPools : IpPool.t list option;An array of IpPools in your organization's network that identify a collection of IP addresses in your organization's network that are reserved for use in MediaLive Anywhere. MediaLive Anywhere uses these IP addresses for Push inputs (in both Bridge and NAT networks) and for output destinations (only in Bridge networks). Each IpPool specifies one CIDR block.
*)name : string option;The name that you specified for this Network.
*)routes : Route.t list option;An array of routes that MediaLive Anywhere needs to know about in order to route encoding traffic.
*)state : NetworkState.t option;The current state of the Network. Only MediaLive Anywhere can change the state.
*)}