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

ListSigningProfilesResponse

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

§Properties

§
nextToken?: string | null
[src]

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

§
profiles?: SigningProfile[] | null
[src]

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.