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.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface UpdateArchiveRequest {
ArchiveName: string;
Description?: string | null;
EventPattern?: string | null;
RetentionDays?: number | null;
}

§Properties

§
ArchiveName: string
[src]

The name of the archive to update.

§
Description?: string | null
[src]

The description for the archive.

§
EventPattern?: string | null
[src]

The event pattern to use to filter events sent to the archive.

§
RetentionDays?: number | null
[src]

The number of days to retain events in the archive.