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

ListGitHubAccountTokenNamesOutput

import type { ListGitHubAccountTokenNamesOutput } from "https://aws-api.deno.dev/v0.3/services/codedeploy.ts?docs=full";

Represents the output of a ListGitHubAccountTokenNames operation.

interface ListGitHubAccountTokenNamesOutput {
nextToken?: string | null;
tokenNameList?: string[] | null;
}

§Properties

§
nextToken?: string | null
[src]

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent ListGitHubAccountTokenNames call to return the next set of names in the list.

§
tokenNameList?: string[] | null
[src]

A list of names of connections to GitHub accounts.