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

UpdateArchiveResponse

import type { UpdateArchiveResponse } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
interface UpdateArchiveResponse {
ArchiveArn?: string | null;
CreationTime?: Date | number | null;
State?: ArchiveState | null;
StateReason?: string | null;
}

§Properties

§
ArchiveArn?: string | null
[src]

The ARN of the archive.

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

The time at which the archive was updated.

§
State?: ArchiveState | null
[src]

The state of the archive.

§
StateReason?: string | null
[src]

The reason that the archive is in the current state.