Values.RelationshipDetailSourceDetailed information about a partner relationship.
type nonrec t = {arn : Arn.t option;The Amazon Resource Name (ARN) of the relationship.
*)id : RelationshipId.t option;The unique identifier of the relationship.
*)revision : Revision.t option;The current revision number of the relationship.
*)catalog : Catalog.t option;The catalog identifier associated with the relationship.
*)associationType : AssociationType.t option;The type of association for the relationship.
*)programManagementAccountId : ProgramManagementAccountId.t option;The identifier of the program management account.
*)associatedAccountId : AccountId.t option;The AWS account ID associated in this relationship.
*)displayName : RelationshipDisplayName.t option;The display name of the relationship.
*)resaleAccountModel : ResaleAccountModel.t option;The resale account model for the relationship.
*)sector : Sector.t option;The business sector for the relationship.
*)createdAt : DateTime.t option;The timestamp when the relationship was created.
*)updatedAt : DateTime.t option;The timestamp when the relationship was last updated.
*)startDate : DateTime.t option;The start date of the relationship.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of Arn.t | `Timestamp of DateTime.t ])
list ]