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

ConformancePackComplianceSummary

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

Summary includes the name and status of the conformance pack.

interface ConformancePackComplianceSummary {
ConformancePackComplianceStatus: ConformancePackComplianceType;
ConformancePackName: string;
}

§Properties

§
ConformancePackComplianceStatus: ConformancePackComplianceType
[src]

The status of the conformance pack. The allowed values are COMPLIANT, NON_COMPLIANT and INSUFFICIENT_DATA.

§
ConformancePackName: string
[src]

The name of the conformance pack name.