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

GetComplianceDetailRequest

import type { GetComplianceDetailRequest } from "https://aws-api.deno.dev/v0.4/services/fms.ts?docs=full";
interface GetComplianceDetailRequest {
MemberAccount: string;
PolicyId: string;
}

§Properties

§
MemberAccount: string
[src]

The Amazon Web Services account that owns the resources that you want to get the details for.

§
PolicyId: string
[src]

The ID of the policy that you want to get the details for. PolicyId is returned by PutPolicy and by ListPolicies.