Values.ValidateSolNetworkPackageContentInputSourceValidates network package content. This can be used as a dry run before uploading network package content with PutSolNetworkPackageContent. 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 = {contentType : PackageContentType.t option;Network package content type.
*)file : SensitiveBlob.t;Network package file.
*)nsdInfoId : NsdInfoId.t;Network service descriptor file.
*)}val of_header_and_body :
((string, NsdInfoId.t) Awso.Import.List.Assoc.t * SensitiveBlob.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Blob of SensitiveBlob.t
| `Enum of string
| `String of NsdInfoId.t ])
list ]