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/rds.ts?docs=full";

Data returned by the DescribeCertificates action.

interface CertificateMessage {
Certificates: Certificate[];
Marker?: string | null;
}

§Properties

§
Certificates: Certificate[]
[src]

The list of Certificate objects for the Amazon Web Services account.

§
Marker?: string | null
[src]

An optional pagination token provided by a previous DescribeCertificates request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords .