Smaws_Client_WorkMail.GetMailDomain
Gets details for a mail domain, including domain records required to configure your domain with recommended security.
val request :
Smaws_Lib.Context.t ->
Types.get_mail_domain_request ->
(Types.get_mail_domain_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterException of Types.invalid_parameter_exception
| `MailDomainNotFoundException of Types.mail_domain_not_found_exception
| `OrganizationNotFoundException of Types.organization_not_found_exception
| `OrganizationStateException of Types.organization_state_exception ])
Stdlib.result