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

ListDiscoveredResourcesResponse

import type { ListDiscoveredResourcesResponse } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface ListDiscoveredResourcesResponse {
nextToken?: string | null;
resourceIdentifiers?: ResourceIdentifier[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The string that you use in a subsequent request to get the next page of results in a paginated response.

§
resourceIdentifiers?: ResourceIdentifier[] | null
[src]

The details that identify a resource that is discovered by Config, including the resource type, ID, and (if available) the custom resource name.