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

GetGeneratedPolicyResponse

import type { GetGeneratedPolicyResponse } from "https://aws-api.deno.dev/v0.3/services/accessanalyzer.ts?docs=full";
interface GetGeneratedPolicyResponse {
generatedPolicyResult: GeneratedPolicyResult;
jobDetails: JobDetails;
}

§Properties

§
generatedPolicyResult: GeneratedPolicyResult
[src]

A GeneratedPolicyResult object that contains the generated policies and associated details.

§
jobDetails: JobDetails
[src]

A GeneratedPolicyDetails object that contains details about the generated policy.