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

ListSigningPlatformsRequest

import type { ListSigningPlatformsRequest } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";
interface ListSigningPlatformsRequest {
category?: string | null;
maxResults?: number | null;
nextToken?: string | null;
partner?: string | null;
target?: string | null;
}

§Properties

§
category?: string | null
[src]

The category type of a signing platform.

§
maxResults?: number | null
[src]

The maximum number of results to be returned by this operation.

§
nextToken?: string | null
[src]

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

§
partner?: string | null
[src]

Any partner entities connected to a signing platform.

§
target?: string | null
[src]

The validation template that is used by the target signing platform.