Values.GetSolNetworkPackageContentInputSourceGets the contents 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.
type nonrec t = {accept : PackageContentType.t;The format of the package you want to download from the network package.
*)nsdInfoId : NsdInfoId.t;ID of the network service descriptor in the network package.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NsdInfoId.t ]) list ]