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

ListCertificatesRequest

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

The input for the ListCertificates operation.

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

§Properties

§
ascendingOrder?: boolean | null
[src]

Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.

§
marker?: string | null
[src]

The marker for the next set of results.

§
pageSize?: number | null
[src]

The result page size.