Module Values_0.AvailableUpgradeSource

Contains information about an available upgrade for a SageMaker Partner AI App, including the version number and release notes.

Sourcetype nonrec t = {
  1. version : MajorMinorVersion.t option;
    (*

    The semantic version number of the available upgrade for the SageMaker Partner AI App.

    *)
  2. releaseNotes : ReleaseNotesList.t option;
    (*

    A list of release notes describing the changes and improvements included in the available upgrade version.

    *)
}
Sourceval make : ?version:??? -> ?releaseNotes:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of String1024.t ] list | `String of MajorMinorVersion.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