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

GetProductsResponse

import type { GetProductsResponse } from "https://aws-api.deno.dev/v0.3/services/pricing.ts?docs=full";
interface GetProductsResponse {
FormatVersion?: string | null;
NextToken?: string | null;
PriceList?: jsonP.JSONValue[] | null;
}

§Properties

§
FormatVersion?: string | null
[src]

The format version of the response. For example, aws_v1.

§
NextToken?: string | null
[src]

The pagination token that indicates the next set of results to retrieve.

§
PriceList?: jsonP.JSONValue[] | null
[src]

The list of products that match your filters. The list contains both the product metadata and the price information.