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/directoryservice.ts?docs=full";
interface ListCertificatesRequest {
DirectoryId: string;
Limit?: number | null;
NextToken?: string | null;
}

§Properties

§
DirectoryId: string
[src]

The identifier of the directory.

§
Limit?: number | null
[src]

The number of items that should show up on one page

§
NextToken?: string | null
[src]

A token for requesting another page of certificates if the NextToken response element indicates that more certificates are available. Use the value of the returned NextToken element in your request until the token comes back as null. Pass null if this is the first call.