Smaws_Client_WorkMail.CreateAvailabilityConfiguration
Creates an AvailabilityConfiguration
for the given WorkMail organization and domain.
val request :
Smaws_Lib.Context.t ->
Types.create_availability_configuration_request ->
(Types.create_availability_configuration_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `InvalidParameterException of Types.invalid_parameter_exception
| `LimitExceededException of Types.limit_exceeded_exception
| `NameAvailabilityException of Types.name_availability_exception
| `OrganizationNotFoundException of Types.organization_not_found_exception
| `OrganizationStateException of Types.organization_state_exception ])
Stdlib.result