Module Values.UpdateRelationshipRequestSource

Updates the properties of 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 update.

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

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

    *)
  4. revision : Revision.t option;
    (*

    The current revision number of the relationship.

    *)
  5. displayName : RelationshipDisplayName.t option;
    (*

    The new display name for the relationship.

    *)
  6. requestedSupportPlan : SupportPlan.t option;
    (*

    The updated support plan for the relationship.

    *)
}
Sourceval context_ : string
Sourceval make : ?revision:??? -> ?displayName:??? -> ?requestedSupportPlan:??? -> catalog:Catalog.t -> identifier:RelationshipIdentifier.t -> programManagementAccountIdentifier:ProgramManagementAccountIdentifier.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Catalog.t | `Structure of (string * [> `Structure of (string * [> `Enum of string | `String of String_.t ]) list ]) list ]) 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