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

The output of the ListCertificates operation.

interface ListCertificatesResponse {
certificates?: Certificate[] | null;
nextMarker?: string | null;
}

§Properties

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

The descriptions of the certificates.

§
nextMarker?: string | null
[src]

The marker for the next set of results, or null if there are no additional results.