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

ListCertificatesResponse

import type { ListCertificatesResponse } from "https://aws-api.deno.dev/v0.3/services/acm.ts?docs=full";
interface ListCertificatesResponse {
CertificateSummaryList?: CertificateSummary[] | null;
NextToken?: string | null;
}

§Properties

§
CertificateSummaryList?: CertificateSummary[] | null
[src]

A list of ACM certificates.

§
NextToken?: string | null
[src]

When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.