import type * as aa from "@distilled.cloud/aws/accessanalyzer"; import type * as Effect from "effect/Effect"; import * as Binding from "../../Binding.ts"; /** * Runtime binding for `access-analyzer:GetGeneratedPolicy`. * * Retrieves the status and result of a policy-generation job started with * {@link StartPolicyGeneration}. Provide the implementation with * `Effect.provide(AWS.AccessAnalyzer.GetGeneratedPolicyHttp)`. * ### Policy Generation * **Example:** Read the Generated Policy * ```typescript * const getGenerated = yield* AWS.AccessAnalyzer.GetGeneratedPolicy(); * const generated = yield* getGenerated({ jobId }); * ``` * * @binding */ export interface GetGeneratedPolicy extends Binding.Service Effect.Effect<(request: aa.GetGeneratedPolicyRequest) => Effect.Effect>> { } export declare const GetGeneratedPolicy: GetGeneratedPolicy; //# sourceMappingURL=GetGeneratedPolicy.d.ts.map