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

Archive

import type { Archive } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/eventbridge.ts";
interface Archive {
ArchiveName?: string | null;
CreationTime?: Date | number | null;
EventCount?: number | null;
EventSourceArn?: string | null;
RetentionDays?: number | null;
SizeBytes?: number | null;
State?: ArchiveState | null;
StateReason?: string | null;
}

§Properties

§
ArchiveName?: string | null
[src]
§
CreationTime?: Date | number | null
[src]
§
EventCount?: number | null
[src]
§
EventSourceArn?: string | null
[src]
§
RetentionDays?: number | null
[src]
§
SizeBytes?: number | null
[src]
§
State?: ArchiveState | null
[src]
§
StateReason?: string | null
[src]