Values.CreatePartnerRequestSourceCreates a new partner account in the AWS Partner Network with the specified details and configuration.
type nonrec t = {catalog : Catalog.t;The catalog identifier where the partner account will be created.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)legalName : SensitiveUnicodeString.t;The legal name of the organization becoming a partner.
*)primarySolutionType : PrimarySolutionType.t;The primary type of solution or service the partner provides (e.g., consulting, software, managed services).
*)allianceLeadContact : AllianceLeadContact.t;The primary contact person for alliance and partnership matters.
*)emailVerificationCode : EmailVerificationCode.t;The verification code sent to the alliance lead contact's email to confirm account creation.
*)}val make :
?clientToken:??? ->
?tags:??? ->
catalog:Catalog.t ->
legalName:SensitiveUnicodeString.t ->
primarySolutionType:PrimarySolutionType.t ->
allianceLeadContact:AllianceLeadContact.t ->
emailVerificationCode:EmailVerificationCode.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of Catalog.t
| `Structure of
(string * [> `String of SensitiveUnicodeString.t ]) list ])
list ]