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

ListGitHubAccountTokenNamesInput

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

Represents the input of a ListGitHubAccountTokenNames operation.

interface ListGitHubAccountTokenNamesInput {
nextToken?: string | null;
}

§Properties

§
nextToken?: string | null
[src]

An identifier returned from the previous ListGitHubAccountTokenNames call. It can be used to return the next set of names in the list.