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

ListIdentityProviderConfigsResponse

import type { ListIdentityProviderConfigsResponse } from "https://aws-api.deno.dev/v0.3/services/eks.ts?docs=full";
interface ListIdentityProviderConfigsResponse {
identityProviderConfigs?: IdentityProviderConfig[] | null;
nextToken?: string | null;
}

§Properties

§
identityProviderConfigs?: IdentityProviderConfig[] | null
[src]

The identity provider configurations for the cluster.

§
nextToken?: string | null
[src]

The nextToken value returned from a previous paginated ListIdentityProviderConfigsResponse where maxResults was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken value.