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

ListLocationsRequest

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

ListLocationsRequest

interface ListLocationsRequest {
Filters?: LocationFilter[] | null;
MaxResults?: number | null;
NextToken?: string | null;
}

§Properties

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

You can use API filters to narrow down the list of resources returned by ListLocations. For example, to retrieve all tasks on a specific source location, you can use ListLocations with filter name LocationType S3 and Operator Equals.

§
MaxResults?: number | null
[src]

The maximum number of locations to return.

§
NextToken?: string | null
[src]

An opaque string that indicates the position at which to begin the next list of locations.