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

ListAccessControlConfigurationsResponse

import type { ListAccessControlConfigurationsResponse } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface ListAccessControlConfigurationsResponse {
AccessControlConfigurations: AccessControlConfigurationSummary[];
NextToken?: string | null;
}

§Properties

§
AccessControlConfigurations: AccessControlConfigurationSummary[]
[src]

The details of your access control configurations.

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Kendra returns this token, which you can use in the subsequent request to retrieve the next set of access control configurations.