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

ListEdgePackagingJobsResponse

import type { ListEdgePackagingJobsResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListEdgePackagingJobsResponse {
EdgePackagingJobSummaries: EdgePackagingJobSummary[];
NextToken?: string | null;
}

§Properties

§
EdgePackagingJobSummaries: EdgePackagingJobSummary[]
[src]

Summaries of edge packaging jobs.

§
NextToken?: string | null
[src]

Token to use when calling the next page of results.