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

GetAggregateDiscoveredResourceCountsResponse

import type { GetAggregateDiscoveredResourceCountsResponse } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface GetAggregateDiscoveredResourceCountsResponse {
GroupByKey?: string | null;
GroupedResourceCounts?: GroupedResourceCount[] | null;
NextToken?: string | null;
TotalDiscoveredResources: number;
}

§Properties

§
GroupByKey?: string | null
[src]

The key passed into the request object. If GroupByKey is not provided, the result will be empty.

§
GroupedResourceCounts?: GroupedResourceCount[] | null
[src]

Returns a list of GroupedResourceCount objects.

§
NextToken?: string | null
[src]

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

§
TotalDiscoveredResources: number
[src]

The total number of resources that are present in an aggregator with the filters that you provide.