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

CancelPolicyGenerationRequest

import type { CancelPolicyGenerationRequest } from "https://aws-api.deno.dev/v0.3/services/accessanalyzer.ts?docs=full";
interface CancelPolicyGenerationRequest {
jobId: string;
}

§Properties

§
jobId: string
[src]

The JobId that is returned by the StartPolicyGeneration operation. The JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used with CancelPolicyGeneration to cancel the policy generation request.