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

ListSigningProfilesRequest

import type { ListSigningProfilesRequest } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";
interface ListSigningProfilesRequest {
includeCanceled?: boolean | null;
maxResults?: number | null;
nextToken?: string | null;
platformId?: string | null;
statuses?: SigningProfileStatus[] | null;
}

§Properties

§
includeCanceled?: boolean | null
[src]

Designates whether to include profiles with the status of CANCELED.

§
maxResults?: number | null
[src]

The maximum number of profiles to be returned.

§
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.

§
platformId?: string | null
[src]

Filters results to return only signing jobs initiated for a specified signing platform.

§
statuses?: SigningProfileStatus[] | null
[src]

Filters results to return only signing jobs with statuses in the specified list.