Module Values.AIPromptVersionSummarySource

The summary of the AI Prompt version.

Sourcetype nonrec t = {
  1. aiPromptSummary : AIPromptSummary.t option;
    (*

    The date for the summary of the AI Prompt version.

    *)
  2. versionNumber : Version.t option;
    (*

    The version number for this AI Prompt version.

    *)
}
Sourceval make : ?aiPromptSummary:??? -> ?versionNumber:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Version.t | `Structure of (string * [> `Enum of string | `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of Name.t | `Timestamp of Timestamp.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