Module Values.UpdatePackageRequestSource

Container for request parameters to UpdatePackage operation.

Sourcetype nonrec t = {
  1. packageID : PackageID.t;
    (*

    Unique identifier for the package.

    *)
  2. packageSource : PackageSource.t;
  3. packageDescription : PackageDescription.t option;
    (*

    New description of the package.

    *)
  4. commitMessage : CommitMessage.t option;
    (*

    An info message for the new version which will be shown as part of GetPackageVersionHistoryResponse.

    *)
}
Sourceval context_ : string
Sourceval make : ?packageDescription:??? -> ?commitMessage:??? -> packageID:PackageID.t -> packageSource:PackageSource.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PackageID.t | `Structure of (string * [> `String of S3BucketName.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