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

DescribeCertificatesResponse

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

§Properties

§
Certificates?: Certificate[] | null
[src]

The Secure Sockets Layer (SSL) certificates associated with the replication instance.

§
Marker?: string | null
[src]

The pagination token.