Module Values.WickrAwsNetworksSource

Identifies a Amazon Web Services Wickr network by region and network ID, used for configuring permitted networks for global federation.

Sourcetype nonrec t = {
  1. region : GenericString.t;
    (*

    The Amazon Web Services region identifier where the network is hosted (e.g., 'us-east-1').

    *)
  2. networkId : NetworkId.t;
    (*

    The network ID of the Wickr Amazon Web Services network.

    *)
}
Sourceval context_ : string
Sourceval make : region:GenericString.t -> networkId:NetworkId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GenericString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t