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

ListServiceTemplatesInput

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of service templates to list.

§
nextToken?: string | null
[src]

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