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

ListCatalogItemsOutput

import type { ListCatalogItemsOutput } from "https://aws-api.deno.dev/v0.3/services/outposts.ts?docs=full";
interface ListCatalogItemsOutput {
CatalogItems?: CatalogItem[] | null;
NextToken?: string | null;
}

§Properties

§
CatalogItems?: CatalogItem[] | null
[src]

Information about the catalog items.

§
NextToken?: string | null
[src]