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

GetResourceConfigHistoryResponse

import type { GetResourceConfigHistoryResponse } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";

The output for the "GetResourceConfigHistory" action.

interface GetResourceConfigHistoryResponse {
configurationItems?: ConfigurationItem[] | null;
nextToken?: string | null;
}

§Properties

§
configurationItems?: ConfigurationItem[] | null
[src]

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

§
nextToken?: string | null
[src]

The string that you use in a subsequent request to get the next page of results in a paginated response.