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

GetComponentPolicyResponse

import type { GetComponentPolicyResponse } from "https://aws-api.deno.dev/v0.3/services/imagebuilder.ts?docs=full";
interface GetComponentPolicyResponse {
policy?: string | null;
requestId?: string | null;
}

§Properties

§
policy?: string | null
[src]

The component policy.

§
requestId?: string | null
[src]

The request ID that uniquely identifies this request.