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

ListCertificatesResult

import type { ListCertificatesResult } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface ListCertificatesResult {
CertificatesInfo?: CertificateInfo[] | null;
NextToken?: string | null;
}

§Properties

§
CertificatesInfo?: CertificateInfo[] | null
[src]

A list of certificates with basic details including certificate ID, certificate common name, certificate state.

§
NextToken?: string | null
[src]

Indicates whether another page of certificates is available when the number of available certificates exceeds the page limit.