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

DescribeConfigurationAggregatorsResponse

import type { DescribeConfigurationAggregatorsResponse } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface DescribeConfigurationAggregatorsResponse {
ConfigurationAggregators?: ConfigurationAggregator[] | null;
NextToken?: string | null;
}

§Properties

§
ConfigurationAggregators?: ConfigurationAggregator[] | null
[src]

Returns a ConfigurationAggregators object.

§
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.