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

BatchGetResourceConfigResponse

import type { BatchGetResourceConfigResponse } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface BatchGetResourceConfigResponse {
baseConfigurationItems?: BaseConfigurationItem[] | null;
unprocessedResourceKeys?: ResourceKey[] | null;
}

§Properties

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

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

§
unprocessedResourceKeys?: ResourceKey[] | null
[src]

A list of resource keys that were not processed with the current response. The unprocessesResourceKeys value is in the same form as ResourceKeys, so the value can be directly provided to a subsequent BatchGetResourceConfig operation. If there are no unprocessed resource keys, the response contains an empty unprocessedResourceKeys list.