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

ListOperationsRequest

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

The ListOperations request includes the following elements.

interface ListOperationsRequest {
Marker?: string | null;
MaxItems?: number | null;
SortOrder?: SortOrder | null;
Status?: OperationStatus[] | null;
SubmittedSince?: Date | number | null;
Type?: OperationType[] | null;
}

§Properties

§
Marker?: string | null
[src]

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

§
MaxItems?: number | null
[src]

Number of domains to be returned.

Default: 20

§

The sort type for returned values.

§
SortOrder?: SortOrder | null
[src]

The sort order ofr returned values, either ascending or descending.

§
Status?: OperationStatus[] | null
[src]

The status of the operations.

§
SubmittedSince?: Date | number | null
[src]

An optional parameter that lets you get information about all the operations that you submitted after a specified date and time. Specify the date and time in Unix time format and Coordinated Universal time (UTC).

§
Type?: OperationType[] | null
[src]

An arrays of the domains operation types.