Module Values.GetSolNetworkPackageMetadataSource

Metadata associated with 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. createdAt : SyntheticTimestamp_date_time.t option;
    (*

    The date that the resource was created.

    *)
  2. lastModified : SyntheticTimestamp_date_time.t option;
    (*

    The date that the resource was last modified.

    *)
  3. nsd : NetworkArtifactMeta.t option;
    (*

    Metadata related to the onboarded network service descriptor in the network package.

    *)
}
Sourceval make : ?createdAt:??? -> ?lastModified:??? -> ?nsd:??? -> unit -> t
Sourceval to_value : 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 ]
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