Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListMobileDeviceAccessOverridesResponse

import type { ListMobileDeviceAccessOverridesResponse } from "https://aws-api.deno.dev/v0.4/services/workmail.ts?docs=full";
interface ListMobileDeviceAccessOverridesResponse {
NextToken?: string | null;
Overrides?: MobileDeviceAccessOverride[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token to use to retrieve the next page of results. The value is “null” when there are no more results to return.

§
Overrides?: MobileDeviceAccessOverride[] | null
[src]

The list of mobile device access overrides that exist for the specified WorkMail organization and user.