Values.ValidateSolNetworkPackageContentOutputSourceValidates 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 = {arn : NsdInfoArn.t option;Network package ARN.
*)id : NsdInfoId.t option;Network package ID.
*)metadata : ValidateSolNetworkPackageContentMetadata.t option;Network package metadata.
*)nsdId : NsdId.t option;Network service descriptor ID.
*)nsdName : String_.t option;Network service descriptor name.
*)nsdVersion : String_.t option;Network service descriptor version.
*)vnfPkgIds : VnfPkgIdList.t option;Function package IDs.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of VnfPkgId.t ] list
| `String of NsdInfoArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list ])
list ])
list ])
list ]