Values.CreateProgramManagementAccountDetailSourceContains details about a newly created program management account.
type nonrec t = {id : ProgramManagementAccountId.t option;The unique identifier of the created program management account.
*)arn : Arn.t option;The Amazon Resource Name (ARN) of the created program management account.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of ProgramManagementAccountId.t ]) list ]