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

GetDelegationsResponse

import type { GetDelegationsResponse } from "https://aws-api.deno.dev/v0.4/services/auditmanager.ts?docs=full";
interface GetDelegationsResponse {
delegations?: DelegationMetadata[] | null;
nextToken?: string | null;
}

§Properties

§
delegations?: DelegationMetadata[] | null
[src]

The list of delegations that the GetDelegations API returned.

§
nextToken?: string | null
[src]

The pagination token that's used to fetch the next set of results.