Values.CreateProgramManagementAccountRequestSourceCreates a new program management account for managing partner relationships.
type nonrec t = {catalog : Catalog.t;The catalog identifier for the program management account.
*)program : Program.t;The program type for the management account.
*)displayName : ProgramManagementAccountDisplayName.t;A human-readable name for the program management account.
*)accountId : AccountId.t;The AWS account ID to associate with the program management account.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier to ensure idempotency of the request.
*)}val make :
?clientToken:??? ->
?tags:??? ->
catalog:Catalog.t ->
program:Program.t ->
displayName:ProgramManagementAccountDisplayName.t ->
accountId:AccountId.t ->
unit ->
t