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

ListPricesResponse

import type { ListPricesResponse } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";
interface ListPricesResponse {
NextPageMarker?: string | null;
Prices?: DomainPrice[] | null;
}

§Properties

§
NextPageMarker?: string | null
[src]

If there are more prices than you specified for MaxItems in the request, submit another request and include the value of NextPageMarker in the value of Marker.

Used only for all TLDs. If you specify a TLD, don't specify a NextPageMarker.

§
Prices?: DomainPrice[] | null
[src]

A complex type that includes all the pricing information. If you specify a TLD, this array contains only the pricing for that TLD.