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

ListPricesRequest

import type { ListPricesRequest } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";
interface ListPricesRequest {
Marker?: string | null;
MaxItems?: number | null;
Tld?: string | null;
}

§Properties

§
Marker?: string | null
[src]

For an initial request for a list of prices, omit this element. If the number of prices that are not yet complete is greater than the value that you specified for MaxItems, you can use Marker to return additional prices. Get the value of NextPageMarker from the previous response, and submit another request that includes the value of NextPageMarker in the Marker element.

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

§
MaxItems?: number | null
[src]

Number of Prices to be returned.

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

§
Tld?: string | null
[src]

The TLD for which you want to receive the pricing information. For example. .net.

If a Tld value is not provided, a list of prices for all TLDs supported by Route 53 is returned.