Values.UpdateProgramManagementAccountDetailSourceContains details about an updated program management account.
type nonrec t = {id : ProgramManagementAccountId.t option;The unique identifier of the updated program management account.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the updated program management account.
*)revision : Revision.t option;The new revision number of the program management account.
*)displayName : ProgramManagementAccountDisplayName.t option;The updated display name of the program management account.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ProgramManagementAccountId.t ]) list ]