Module Values.PutSolNetworkPackageContentInputSource

Uploads the contents 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. contentType : PackageContentType.t option;
    (*

    Network package content type.

    *)
  2. file : SensitiveBlob.t;
    (*

    Network package file.

    *)
  3. nsdInfoId : NsdInfoId.t;
    (*

    Network service descriptor info ID.

    *)
}
Sourceval context_ : string
Sourceval make : ?contentType:??? -> file:SensitiveBlob.t -> nsdInfoId:NsdInfoId.t -> unit -> t
Sourceval of_header_and_body : ((string, NsdInfoId.t) Awso.Import.List.Assoc.t * SensitiveBlob.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Blob of SensitiveBlob.t | `Enum of string | `String of NsdInfoId.t ]) 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