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

ListMonitoredResourcesResponse

import type { ListMonitoredResourcesResponse } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface ListMonitoredResourcesResponse {
MonitoredResourceIdentifiers: MonitoredResourceIdentifier[];
NextToken?: string | null;
}

§Properties

§
MonitoredResourceIdentifiers: MonitoredResourceIdentifier[]
[src]

Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.