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

UpdateArchiveRequest

import type { UpdateArchiveRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/eventbridge.ts";
interface UpdateArchiveRequest {
ArchiveName: string;
Description?: string | null;
EventPattern?: string | null;
RetentionDays?: number | null;
}

§Properties

§
ArchiveName: string
[src]
§
Description?: string | null
[src]
§
EventPattern?: string | null
[src]
§
RetentionDays?: number | null
[src]