Module Values.DisassociateAwsTrainingCertificationEmailDomainRequestSource

Removes the association between an email domain and AWS training and certification for the partner account.

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. domainName : DomainName.t;
    (*

    The domain name to disassociate from AWS training and certification.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> catalog:Catalog.t -> identifier:PartnerIdentifier.t -> domainName:DomainName.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