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

DescribeAccountPreferencesRequest

import type { DescribeAccountPreferencesRequest } from "https://aws-api.deno.dev/v0.4/services/efs.ts?docs=full";
interface DescribeAccountPreferencesRequest {
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

(Optional) When retrieving account preferences, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response. The default value is 100.

§
NextToken?: string | null
[src]

(Optional) You can use NextToken in a subsequent request to fetch the next page of Amazon Web Services account preferences if the response payload was paginated.