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

ListCertificatesByCAResponse

import type { ListCertificatesByCAResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

The output of the ListCertificatesByCA operation.

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

§Properties

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

The device certificates signed by the specified CA certificate.

§
nextMarker?: string | null
[src]

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