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

DescribeServicesRequest

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

§Properties

§
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 that you want returned 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 information you want to retrieve, such as AmazonEC2. You can use the ServiceCode to filter the results in a GetProducts call. To retrieve a list of all services, leave this blank.