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

ListPublicKeysRequest

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

Requests the public keys for a specified time range.

interface ListPublicKeysRequest {
EndTime?: Date | number | null;
NextToken?: string | null;
StartTime?: Date | number | null;
}

§Properties

§
EndTime?: Date | number | null
[src]

Optionally specifies, in UTC, the end of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used.

§
NextToken?: string | null
[src]

Reserved for future use.

§
StartTime?: Date | number | null
[src]

Optionally specifies, in UTC, the start of the time range to look up public keys for CloudTrail digest files. If not specified, the current time is used, and the current public key is returned.