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

ListArchivesRequest

import type { ListArchivesRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
interface ListArchivesRequest {
EventSourceArn?: string | null;
Limit?: number | null;
NamePrefix?: string | null;
NextToken?: string | null;
State?: ArchiveState | null;
}

§Properties

§
EventSourceArn?: string | null
[src]

The ARN of the event source associated with the archive.

§
Limit?: number | null
[src]

The maximum number of results to return.

§
NamePrefix?: string | null
[src]

A name prefix to filter the archives returned. Only archives with name that match the prefix are returned.

§
NextToken?: string | null
[src]

The token returned by a previous call to retrieve the next set of results.

§
State?: ArchiveState | null
[src]

The state of the archive.