v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1480317256.9 KB

Performs a test on an availability provider to ensure that access is allowed. For EWS, it verifies the provided credentials can be used to successfully log in. For Lambda, it verifies that the Lambda function can be invoked and that the resource access policy was configured to deny anonymous access. An anonymous invocation is one done without providing either a SourceArn or SourceAccount header.

The request must contain either one provider definition (EwsProvider or LambdaProvider) or the DomainName parameter. If the DomainName parameter is provided, the configuration stored under the DomainName will be tested.

post/#X-Amz-Target=WorkMailService.TestAvailabilityConfiguration

Headers

X-Amz-Target'WorkMailService.TestAvailabilityConfiguration' required

Request body

OrganizationIdstring required

The WorkMail organization where the availability provider will be tested.

DomainNamestring

The domain to which the provider applies. If this field is provided, a stored availability provider associated to this domain name will be tested.

Response

Success

TestPassedboolean

Boolean indicating whether the test passed or failed.

FailureReasonstring

String containing the reason for a failed test if <code>TestPassed</code> is false.