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

ListWebsiteCertificateAuthoritiesResponse

import type { ListWebsiteCertificateAuthoritiesResponse } from "https://aws-api.deno.dev/v0.4/services/worklink.ts?docs=full";
interface ListWebsiteCertificateAuthoritiesResponse {
NextToken?: string | null;
WebsiteCertificateAuthorities?: WebsiteCaSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

§
WebsiteCertificateAuthorities?: WebsiteCaSummary[] | null
[src]

Information about the certificates.