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

ListOutgoingCertificatesResponse

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

The output from the ListOutgoingCertificates operation.

interface ListOutgoingCertificatesResponse {
nextMarker?: string | null;
outgoingCertificates?: OutgoingCertificate[] | null;
}

§Properties

§
nextMarker?: string | null
[src]

The marker for the next set of results.

§
outgoingCertificates?: OutgoingCertificate[] | null
[src]

The certificates that are being transferred but not yet accepted.