Values.DisassociateAwsTrainingCertificationEmailDomainRequestSourceRemoves the association between an email domain and AWS training and certification for the partner account.
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.
*)domainName : DomainName.t;The domain name to disassociate from AWS training and certification.
*)}val make :
?clientToken:??? ->
catalog:Catalog.t ->
identifier:PartnerIdentifier.t ->
domainName:DomainName.t ->
unit ->
t