Module Values.DeleteRelationshipRequestSource

Deletes a partner relationship.

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

    The catalog identifier for the relationship.

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

    The unique identifier of the relationship to delete.

    *)
  3. programManagementAccountIdentifier : ProgramManagementAccountIdentifier.t;
    (*

    The identifier of the program management account associated with the relationship.

    *)
  4. 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:RelationshipIdentifier.t -> programManagementAccountIdentifier: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