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

CertificateMessage

import type { CertificateMessage } from "https://aws-api.deno.dev/v0.4/services/docdb.ts?docs=full";
interface CertificateMessage {
Certificates: Certificate[];
Marker?: string | null;
}

§Properties

§
Certificates: Certificate[]
[src]

A list of certificates for this Amazon Web Services account.

§
Marker?: string | null
[src]

An optional pagination token provided if the number of records retrieved is greater than MaxRecords. If this parameter is specified, the marker specifies the next record in the list. Including the value of Marker in the next call to DescribeCertificates results in the next page of certificates.