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

ListArchivesResponse

import type { ListArchivesResponse } from "https://aws-api.deno.dev/v0.4/services/cloudwatchevents.ts?docs=full";
interface ListArchivesResponse {
Archives?: Archive[] | null;
NextToken?: string | null;
}

§Properties

§
Archives?: Archive[] | null
[src]

An array of Archive objects that include details about an archive.

§
NextToken?: string | null
[src]

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