Module Values.DeletePackageRequestSource

Deletes a package from OpenSearch Service. The package can't be associated with any OpenSearch Service domain.

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

    The internal ID of the package 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