Values.CreateRelationshipRequestSourceCreates a new partner relationship between accounts.
type nonrec t = {catalog : Catalog.t;The catalog identifier for the relationship.
*)associationType : AssociationType.t;The type of association for the relationship (e.g., reseller, distributor).
*)programManagementAccountIdentifier : ProgramManagementAccountIdentifier.t;The identifier of the program management account for this relationship.
*)associatedAccountId : AccountId.t;The AWS account ID to associate in this relationship.
*)displayName : RelationshipDisplayName.t;A human-readable name for the relationship.
*)resaleAccountModel : ResaleAccountModel.t option;The resale account model for the relationship.
*)sector : Sector.t;The business sector for the relationship.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier to ensure idempotency of the request.
*)requestedSupportPlan : SupportPlan.t option;The support plan requested for this relationship.
*)}val make :
?resaleAccountModel:??? ->
?clientToken:??? ->
?tags:??? ->
?requestedSupportPlan:??? ->
catalog:Catalog.t ->
associationType:AssociationType.t ->
programManagementAccountIdentifier:ProgramManagementAccountIdentifier.t ->
associatedAccountId:AccountId.t ->
displayName:RelationshipDisplayName.t ->
sector:Sector.t ->
unit ->
t