Module Values.AssociateAwsTrainingCertificationEmailDomainRequestSource

Associates an email domain with AWS training and certification for the partner account, enabling automatic verification of employee certifications.

Sourcetype nonrec t = {
  1. catalog : Catalog.t;
    (*

    The catalog identifier for the partner account.

    *)
  2. identifier : PartnerIdentifier.t;
    (*

    The unique identifier of the partner account.

    *)
  3. clientToken : ClientToken.t option;
    (*

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    *)
  4. email : Email.t;
    (*

    The email address used to verify domain ownership for AWS training and certification association.

    *)
  5. emailVerificationCode : EmailVerificationCode.t;
    (*

    The verification code sent to the email address to confirm domain ownership.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> catalog:Catalog.t -> identifier:PartnerIdentifier.t -> email:Email.t -> emailVerificationCode:EmailVerificationCode.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Catalog.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t