Values.GetSolNetworkPackageOutputSourceGets the details 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 = {arn : NsdInfoArn.t option;Network package ARN.
*)id : NsdInfoId.t option;Network package ID.
*)metadata : GetSolNetworkPackageMetadata.t option;nsdId : NsdId.t option;Network service descriptor ID.
*)nsdName : String_.t option;Network service descriptor name.
*)nsdOnboardingState : NsdOnboardingState.t option;Network service descriptor onboarding state.
*)nsdOperationalState : NsdOperationalState.t option;Network service descriptor operational state.
*)nsdUsageState : NsdUsageState.t option;Network service descriptor usage state.
*)nsdVersion : String_.t option;Network service descriptor version.
*)vnfPkgIds : VnfPkgIdList.t option;Identifies the function package for the function package descriptor referenced by the onboarded network package.
*)}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
* [> `Enum of string
| `List of [> `String of VnfPkgId.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NsdInfoArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ])
list ]