Module Values.DeleteProgramManagementAccountRequestSource

Deletes a program management account.

Sourcetype nonrec t = {
  1. catalog : Catalog.t;
    (*

    The catalog identifier for the program management account.

    *)
  2. identifier : ProgramManagementAccountIdentifier.t;
    (*

    The unique identifier of the program management account to delete.

    *)
  3. clientToken : ClientToken.t option;
    (*

    A unique, case-sensitive identifier to ensure idempotency of the request.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> catalog:Catalog.t -> identifier:ProgramManagementAccountIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Catalog.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