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

BatchGetAggregateResourceConfigResponse

import type { BatchGetAggregateResourceConfigResponse } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface BatchGetAggregateResourceConfigResponse {
BaseConfigurationItems?: BaseConfigurationItem[] | null;
UnprocessedResourceIdentifiers?: AggregateResourceIdentifier[] | null;
}

§Properties

§
BaseConfigurationItems?: BaseConfigurationItem[] | null
[src]

A list that contains the current configuration of one or more resources.

§
UnprocessedResourceIdentifiers?: AggregateResourceIdentifier[] | null
[src]

A list of resource identifiers that were not processed with current scope. The list is empty if all the resources are processed.