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

DescribeServicesResponse

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

§Properties

§
FormatVersion?: string | null
[src]

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

§
NextToken?: string | null
[src]

The pagination token for the next set of retreivable results.

§
Services?: Service[] | null
[src]

The service metadata for the service or services in the response.