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.4/services/acm.ts?docs=full";
interface ListCertificatesRequest {
CertificateStatuses?: CertificateStatus[] | null;
Includes?: Filters | null;
MaxItems?: number | null;
NextToken?: string | null;
SortBy?: SortBy | null;
SortOrder?: SortOrder | null;
}

§Properties

§
CertificateStatuses?: CertificateStatus[] | null
[src]

Filter the certificate list by status value.

§
Includes?: Filters | null
[src]

Filter the certificate list. For more information, see the "Filters" structure.

§
MaxItems?: number | null
[src]

Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

§
NextToken?: string | null
[src]

Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

§
SortBy?: SortBy | null
[src]

Specifies the field to sort results by. If you specify SortBy, you must also specify SortOrder.

§
SortOrder?: SortOrder | null
[src]

Specifies the order of sorted results. If you specify SortOrder, you must also specify SortBy.