Module Values.DissociatePackageRequestSource

Container for the request parameters to the DissociatePackage operation.

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

    Internal ID of the package to dissociate from the domain. Use ListPackagesForDomain to find this value.

    *)
  2. domainName : DomainName.t;
    (*

    Name of the domain to dissociate the package from.

    *)
}
Sourceval context_ : string
Sourceval make : packageID:PackageID.t -> domainName:DomainName.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