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

SearchProductsOutput

import type { SearchProductsOutput } from "https://aws-api.deno.dev/v0.4/services/servicecatalog.ts?docs=full";
interface SearchProductsOutput {
NextPageToken?: string | null;
ProductViewAggregations?: {
[key: string]: ProductViewAggregationValue[] | null | undefined;
}
| null;
ProductViewSummaries?: ProductViewSummary[] | null;
}

§Properties

§
NextPageToken?: string | null
[src]

The page token to use to retrieve the next set of results. If there are no additional results, this value is null.

§
ProductViewAggregations?: {
[key: string]: ProductViewAggregationValue[] | null | undefined;
}
| null
[src]

The product view aggregations.

§
ProductViewSummaries?: ProductViewSummary[] | null
[src]

Information about the product views.