@aws-sdk/client-workmail

UpdateMobileDeviceAccessRuleCommandInput Interface

Members

Name
Type
Details
Effect RequiredMobileDeviceAccessRuleEffect | undefined

The effect of the rule when it matches. Allowed values are ALLOW or DENY.

MobileDeviceAccessRuleId Requiredstring | undefined

The identifier of the rule to be updated.

Name Requiredstring | undefined

The updated rule name.

OrganizationId Requiredstring | undefined

The WorkMail organization under which the rule will be updated.

Description string | undefined

The updated rule description.

DeviceModels string[] | undefined

Device models that the updated rule will match.

DeviceOperatingSystems string[] | undefined

Device operating systems that the updated rule will match.

DeviceTypes string[] | undefined

Device types that the updated rule will match.

DeviceUserAgents string[] | undefined

User agents that the updated rule will match.

NotDeviceModels string[] | undefined

Device models that the updated rule will not match. All other device models will match.

NotDeviceOperatingSystems string[] | undefined

Device operating systems that the updated rule will not match. All other device operating systems will match.

NotDeviceTypes string[] | undefined

Device types that the updated rule will not match. All other device types will match.

NotDeviceUserAgents string[] | undefined

User agents that the updated rule will not match. All other user agents will match.

Full Signature

export interface UpdateMobileDeviceAccessRuleCommandInput extends UpdateMobileDeviceAccessRuleRequest