Module Values.GetSolNetworkPackageOutputSource

Gets 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.

Sourcetype nonrec t = {
  1. arn : NsdInfoArn.t option;
    (*

    Network package ARN.

    *)
  2. id : NsdInfoId.t option;
    (*

    Network package ID.

    *)
  3. metadata : GetSolNetworkPackageMetadata.t option;
  4. nsdId : NsdId.t option;
    (*

    Network service descriptor ID.

    *)
  5. nsdName : String_.t option;
    (*

    Network service descriptor name.

    *)
  6. nsdOnboardingState : NsdOnboardingState.t option;
    (*

    Network service descriptor onboarding state.

    *)
  7. nsdOperationalState : NsdOperationalState.t option;
    (*

    Network service descriptor operational state.

    *)
  8. nsdUsageState : NsdUsageState.t option;
    (*

    Network service descriptor usage state.

    *)
  9. nsdVersion : String_.t option;
    (*

    Network service descriptor version.

    *)
  10. tags : TagMap.t option;
    (*

    A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key and an optional value. You can use tags to search and filter your resources or track your Amazon Web Services costs.

    *)
  11. vnfPkgIds : VnfPkgIdList.t option;
    (*

    Identifies the function package for the function package descriptor referenced by the onboarded network package.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `ResourceNotFoundException of ResourceNotFoundException.t
  4. | `ThrottlingException of ThrottlingException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?arn:??? -> ?id:??? -> ?metadata:??? -> ?nsdId:??? -> ?nsdName:??? -> ?nsdOnboardingState:??? -> ?nsdOperationalState:??? -> ?nsdUsageState:??? -> ?nsdVersion:??? -> ?tags:??? -> ?vnfPkgIds:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t