Smaws_Client_WorkMail.PutInboundDmarcSettings
Enables or disables a DMARC policy for a given organization.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `OrganizationNotFoundException of Types.organization_not_found_exception
| `OrganizationStateException of Types.organization_state_exception ] ->
string
val request :
'http_type Smaws_Lib.Context.t ->
Types.put_inbound_dmarc_settings_request ->
(Types.put_inbound_dmarc_settings_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `OrganizationNotFoundException of Types.organization_not_found_exception
| `OrganizationStateException of Types.organization_state_exception ])
Stdlib.result