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

ListUserProfilesResult

import type { ListUserProfilesResult } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";
interface ListUserProfilesResult {
nextToken?: string | null;
userProfiles: UserProfileSummary[];
}

§Properties

§
nextToken?: string | null
[src]

The continuation token to use when requesting the next set of results, if there are more results to be returned.

§
userProfiles: UserProfileSummary[]
[src]

All the user profiles configured in AWS CodeStar for an AWS account.