Module Values.GetSolNetworkInstanceInputSource

Gets the details of the network instance. A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.

Sourcetype nonrec t = {
  1. nsInstanceId : NsInstanceId.t;
    (*

    ID of the network instance.

    *)
}
Sourceval context_ : string
Sourceval make : nsInstanceId:NsInstanceId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NsInstanceId.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