Module Values.DeletePackageRequestSource

Container for request parameters to DeletePackage operation.

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

    Internal ID of the package that you want to delete. Use DescribePackages to find this value.

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