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

GetLayerVersionPolicyResponse

import type { GetLayerVersionPolicyResponse } from "https://aws-api.deno.dev/v0.4/services/lambda.ts?docs=full";
interface GetLayerVersionPolicyResponse {
Policy?: string | null;
RevisionId?: string | null;
}

§Properties

§
Policy?: string | null
[src]

The policy document.

§
RevisionId?: string | null
[src]

A unique identifier for the current revision of the policy.