Smaws_Client_WorkMail.CreateAlias
Adds an alias to the set of a given member (user or group) of WorkMail.
val request :
Smaws_Lib.Context.t ->
Types.create_alias_request ->
(Types.create_alias_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `EmailAddressInUseException of Types.email_address_in_use_exception
| `EntityNotFoundException of Types.entity_not_found_exception
| `EntityStateException of Types.entity_state_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `MailDomainNotFoundException of Types.mail_domain_not_found_exception
| `MailDomainStateException of Types.mail_domain_state_exception
| `OrganizationNotFoundException of Types.organization_not_found_exception
| `OrganizationStateException of Types.organization_state_exception ])
Stdlib.result