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

ListSigningPlatformsResponse

import type { ListSigningPlatformsResponse } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";
interface ListSigningPlatformsResponse {
nextToken?: string | null;
platforms?: SigningPlatform[] | null;
}

§Properties

§
nextToken?: string | null
[src]

Value for specifying the next set of paginated results to return.

§
platforms?: SigningPlatform[] | null
[src]

A list of all platforms that match the request parameters.