Module Values.UpdatePackageRequestSource

Container for request parameters to the UpdatePackage operation.

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

    The unique identifier for the package.

    *)
  2. packageSource : PackageSource.t;
    (*

    Amazon S3 bucket and key for the package.

    *)
  3. packageDescription : PackageDescription.t option;
    (*

    A new description of the package.

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

    Commit message for the updated file, which is shown as part of GetPackageVersionHistoryResponse.

    *)
  5. packageConfiguration : PackageConfiguration.t option;
    (*

    The updated configuration details for a package.

    *)
  6. packageEncryptionOptions : PackageEncryptionOptions.t option;
    (*

    Encryption options for a package.

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