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

ListPublicKeysResponse

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

Returns the objects or data listed below if successful. Otherwise, returns an error.

interface ListPublicKeysResponse {
NextToken?: string | null;
PublicKeyList?: PublicKey[] | null;
}

§Properties

§
NextToken?: string | null
[src]

Reserved for future use.

§
PublicKeyList?: PublicKey[] | null
[src]

Contains an array of PublicKey objects.

Note: The returned public keys may have validity time ranges that overlap.