Module Values.UpdateSolNetworkPackageInputSource

Updates the operational state of a network package. A network package is a .zip file in CSAR (Cloud Service Archive) format defines the function packages you want to deploy and the Amazon Web Services infrastructure you want to deploy them on. A network service descriptor is a .yaml file in a network package that uses the TOSCA standard to describe the network functions you want to deploy and the Amazon Web Services infrastructure you want to deploy the network functions on.

Sourcetype nonrec t = {
  1. nsdInfoId : NsdInfoId.t;
    (*

    ID of the network service descriptor in the network package.

    *)
  2. nsdOperationalState : NsdOperationalState.t;
    (*

    Operational state of the network service descriptor in the network package.

    *)
}
Sourceval context_ : string
Sourceval make : nsdInfoId:NsdInfoId.t -> nsdOperationalState:NsdOperationalState.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of NsdInfoId.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