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

ListCACertificatesResponse

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

The output from the ListCACertificates operation.

interface ListCACertificatesResponse {
certificates?: CACertificate[] | null;
nextMarker?: string | null;
}

§Properties

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

The CA certificates registered in your Amazon Web Services account.

§
nextMarker?: string | null
[src]

The current position within the list of CA certificates.