The input for ListEndpointsCommand.

interface ListEndpointsCommandInput {
    Filter?: EndpointFilter;
    MaxResults?: number;
    NextToken?: string;
}

Hierarchy (view full)

Properties

Filters the endpoints that are returned. You can filter endpoints on their name, model, status, or the date and time that they were created. You can only set one filter at a time.

MaxResults?: number

The maximum number of results to return in each page. The default is 100.

NextToken?: string

Identifies the next page of results to return.