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

SortCondition

import type { SortCondition } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";

Information for sorting a list of domains.

interface SortCondition {
SortOrder: SortOrder;
}

§Properties

§

Field to be used for sorting the list of domains. It can be either the name or the expiration for a domain. Note that if filterCondition is used in the same ListDomains call, the field used for sorting has to be the same as the field used for filtering.

§
SortOrder: SortOrder
[src]

The sort order for a list of domains. Either ascending (ASC) or descending (DES).