Module Values.DeleteSolNetworkInstanceInputSource

Deletes a 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. To delete a network instance, the instance must be in a stopped or terminated state. To terminate a network instance, see TerminateSolNetworkInstance.

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

    Network instance ID.

    *)
}
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