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

DescribeComplianceByResourceResponse

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

§Properties

§
ComplianceByResources?: ComplianceByResource[] | null
[src]

Indicates whether the specified Amazon Web Services resource complies with all of the Config rules that evaluate it.

§
NextToken?: string | null
[src]

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