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.3/services/servicediscovery.ts?docs=full";
interface ListOperationsRequest {
Filters?: OperationFilter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

§
Filters?: OperationFilter[] | null
[src]

A complex type that contains specifications for the operations that you want to list, for example, operations that you started between a specified start date and end date.

If you specify more than one filter, an operation must match all filters to be returned by ListOperations.

§
MaxResults?: number | null
[src]

The maximum number of items that you want Cloud Map to return in the response to a ListOperations request. If you don't specify a value for MaxResults, Cloud Map returns up to 100 operations.

§
NextToken?: string | null
[src]

For the first ListOperations request, omit this value.

If the response contains NextToken, submit another ListOperations request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

Note: Cloud Map gets MaxResults operations and then filters them based on the specified criteria. It's possible that no operations in the first MaxResults operations matched the specified criteria but that subsequent groups of MaxResults operations do contain operations that match the criteria.