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

GetComplianceDetailResponse

import type { GetComplianceDetailResponse } from "https://aws-api.deno.dev/v0.4/services/fms.ts?docs=full";
interface GetComplianceDetailResponse {
PolicyComplianceDetail?: PolicyComplianceDetail | null;
}

§Properties

§
PolicyComplianceDetail?: PolicyComplianceDetail | null
[src]

Information about the resources and the policy that you specified in the GetComplianceDetail request.