Updates an existing AvailabilityConfiguration
for the given WorkMail organization and domain.
See https://www.paws-r-sdk.com/docs/workmail_update_availability_configuration/ for full documentation.
workmail_update_availability_configuration(
OrganizationId,
DomainName,
EwsProvider = NULL,
LambdaProvider = NULL
)
[required] The WorkMail organization for which the AvailabilityConfiguration
will
be updated.
[required] The domain to which the provider applies the availability configuration.
The EWS availability provider definition. The request must contain
exactly one provider definition, either EwsProvider
or
LambdaProvider
. The previously stored provider will be overridden by
the one provided.
The Lambda availability provider definition. The request must contain
exactly one provider definition, either EwsProvider
or
LambdaProvider
. The previously stored provider will be overridden by
the one provided.