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

ListDiscoverersRequest

import type { ListDiscoverersRequest } from "https://aws-api.deno.dev/v0.4/services/schemas.ts?docs=full";
interface ListDiscoverersRequest {
DiscovererIdPrefix?: string | null;
Limit?: number | null;
NextToken?: string | null;
SourceArnPrefix?: string | null;
}

§Properties

§
DiscovererIdPrefix?: string | null
[src]

Specifying this limits the results to only those discoverer IDs that start with the specified prefix.

§
Limit?: number | null
[src]
§
NextToken?: string | null
[src]

The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.

§
SourceArnPrefix?: string | null
[src]

Specifying this limits the results to only those ARNs that start with the specified prefix.