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

GetProductsRequest

import type { GetProductsRequest } from "https://aws-api.deno.dev/v0.3/services/pricing.ts?docs=full";
interface GetProductsRequest {
Filters?: Filter[] | null;
FormatVersion?: string | null;
MaxResults?: number | null;
NextToken?: string | null;
ServiceCode?: string | null;
}

§Properties

§
Filters?: Filter[] | null
[src]

The list of filters that limit the returned products. only products that match all filters are returned.

§
FormatVersion?: string | null
[src]

The format version that you want the response to be in.

Valid values are: aws_v1

§
MaxResults?: number | null
[src]

The maximum number of results to return in the response.

§
NextToken?: string | null
[src]

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

§
ServiceCode?: string | null
[src]

The code for the service whose products you want to retrieve.