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

ListClusterJobsRequest

import type { ListClusterJobsRequest } from "https://aws-api.deno.dev/v0.3/services/snowball.ts?docs=full";
interface ListClusterJobsRequest {
ClusterId: string;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
ClusterId: string
[src]

The 39-character ID for the cluster that you want to list, for example CID123e4567-e89b-12d3-a456-426655440000.

§
MaxResults?: number | null
[src]

The number of JobListEntry objects to return.

§
NextToken?: string | null
[src]

HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.