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

ListCACertificatesRequest

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

Input for the ListCACertificates operation.

interface ListCACertificatesRequest {
ascendingOrder?: boolean | null;
marker?: string | null;
pageSize?: number | null;
}

§Properties

§
ascendingOrder?: boolean | null
[src]

Determines the order of the results.

§
marker?: string | null
[src]

The marker for the next set of results.

§
pageSize?: number | null
[src]

The result page size.