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

PolicyComplianceStatus

import type { PolicyComplianceStatus } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/fms.ts";
interface PolicyComplianceStatus {
EvaluationResults?: EvaluationResult[] | null;
IssueInfoMap?: [key in DependentServiceName]: string | null | undefined | null;
LastUpdated?: Date | number | null;
MemberAccount?: string | null;
PolicyId?: string | null;
PolicyName?: string | null;
PolicyOwner?: string | null;
}

§Properties

§
EvaluationResults?: EvaluationResult[] | null
[src]
§
IssueInfoMap?: [key in DependentServiceName]: string | null | undefined | null
[src]
§
LastUpdated?: Date | number | null
[src]
§
MemberAccount?: string | null
[src]
§
PolicyId?: string | null
[src]
§
PolicyName?: string | null
[src]
§
PolicyOwner?: string | null
[src]