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

ListGeneratedCodeJobsResult

import type { ListGeneratedCodeJobsResult } from "https://aws-api.deno.dev/v0.4/services/gamesparks.ts?docs=full";
interface ListGeneratedCodeJobsResult {
GeneratedCodeJobs?: GeneratedCodeJobDetails[] | null;
NextToken?: string | null;
}

§Properties

§
GeneratedCodeJobs?: GeneratedCodeJobDetails[] | null
[src]

The list of generated code jobs.

§
NextToken?: string | null
[src]

The token that indicates the start of the next sequential page of results.

Use this value when making the next call to this operation to continue where the last one finished.