v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1480317256.9 KB

Updates a mobile device access rule for the specified WorkMail organization.

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

Headers

X-Amz-Target'WorkMailService.UpdateMobileDeviceAccessRule' required

Request body

OrganizationIdstring required

The WorkMail organization under which the rule will be updated.

MobileDeviceAccessRuleIdstring required

The identifier of the rule to be updated.

Namestring required

The updated rule name.

Descriptionstring

The updated rule description.

Effect'ALLOW' | 'DENY' required

The effect of the rule when it matches. Allowed values are <code>ALLOW</code> or <code>DENY</code>.

DeviceTypesDeviceType[]

Device types that the updated rule will match.

NotDeviceTypesDeviceType[]

Device types that the updated rule <b>will not</b> match. All other device types will match.

DeviceModelsDeviceModel[]

Device models that the updated rule will match.

NotDeviceModelsDeviceModel[]

Device models that the updated rule <b>will not</b> match. All other device models will match.

DeviceOperatingSystemsDeviceOperatingSystem[]

Device operating systems that the updated rule will match.

NotDeviceOperatingSystemsDeviceOperatingSystem[]

Device operating systems that the updated rule <b>will not</b> match. All other device operating systems will match.

DeviceUserAgentsDeviceUserAgent[]

User agents that the updated rule will match.

NotDeviceUserAgentsDeviceUserAgent[]

User agents that the updated rule <b>will not</b> match. All other user agents will match.

Response

Success

UpdateMobileDeviceAccessRuleResponse required