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

GetComplianceSummaryByResourceTypeResponse

import type { GetComplianceSummaryByResourceTypeResponse } from "https://aws-api.deno.dev/v0.3/services/configservice.ts?docs=full";
interface GetComplianceSummaryByResourceTypeResponse {
ComplianceSummariesByResourceType?: ComplianceSummaryByResourceType[] | null;
}

§Properties

§
ComplianceSummariesByResourceType?: ComplianceSummaryByResourceType[] | null
[src]

The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.