Values.ValidateSolFunctionPackageContentInputSourceValidates function package content. This can be used as a dry run before uploading function package content with PutSolFunctionPackageContent. A function package is a .zip file in CSAR (Cloud Service Archive) format that contains a network function (an ETSI standard telecommunication application) and function package descriptor that uses the TOSCA standard to describe how the network functions should run on your network.
type nonrec t = {contentType : PackageContentType.t option;Function package content type.
*)file : SensitiveBlob.t;Function package file.
*)vnfPkgId : VnfPkgId.t;Function package ID.
*)}val of_header_and_body :
((string, VnfPkgId.t) Awso.Import.List.Assoc.t * SensitiveBlob.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Blob of SensitiveBlob.t
| `Enum of string
| `String of VnfPkgId.t ])
list ]