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

ListCertificateAuthoritiesResponse

import type { ListCertificateAuthoritiesResponse } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";
interface ListCertificateAuthoritiesResponse {
CertificateAuthorities?: CertificateAuthority[] | null;
NextToken?: string | null;
}

§Properties

§
CertificateAuthorities?: CertificateAuthority[] | null
[src]

Summary information about each certificate authority you have created.

§
NextToken?: string | null
[src]

When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.