Values.AssociateAwsTrainingCertificationEmailDomainRequestSourceAssociates an email domain with AWS training and certification for the partner account, enabling automatic verification of employee certifications.
type nonrec t = {catalog : Catalog.t;The catalog identifier for the partner account.
*)identifier : PartnerIdentifier.t;The unique identifier of the partner account.
*)clientToken : ClientToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)email : Email.t;The email address used to verify domain ownership for AWS training and certification association.
*)emailVerificationCode : EmailVerificationCode.t;The verification code sent to the email address to confirm domain ownership.
*)}val make :
?clientToken:??? ->
catalog:Catalog.t ->
identifier:PartnerIdentifier.t ->
email:Email.t ->
emailVerificationCode:EmailVerificationCode.t ->
unit ->
t