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

ListServiceTemplatesOutput

import type { ListServiceTemplatesOutput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface ListServiceTemplatesOutput {
nextToken?: string | null;
}

§Properties

§
nextToken?: string | null
[src]

A token that indicates the location of the next service template in the array of service templates, after the current requested list of service templates.

§

An array of service templates with detail data.