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

ListCertificatesByCARequest

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

The input to the ListCertificatesByCA operation.

interface ListCertificatesByCARequest {
ascendingOrder?: boolean | null;
caCertificateId: string;
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.

§
caCertificateId: string
[src]

The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.

§
marker?: string | null
[src]

The marker for the next set of results.

§
pageSize?: number | null
[src]

The result page size.