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

ListAccessPoliciesResponse

import type { ListAccessPoliciesResponse } from "https://aws-api.deno.dev/v0.4/services/opensearchserverless.ts?docs=full";
interface ListAccessPoliciesResponse {
accessPolicySummaries?: AccessPolicySummary[] | null;
nextToken?: string | null;
}

§Properties

§
accessPolicySummaries?: AccessPolicySummary[] | null
[src]

Details about the requested access policies.

§
nextToken?: string | null
[src]

When nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.