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

RemoveLayerVersionPermissionRequest

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

§Properties

§
LayerName: string
[src]

The name or Amazon Resource Name (ARN) of the layer.

§
RevisionId?: string | null
[src]

Only update the policy if the revision ID matches the ID specified. Use this option to avoid modifying a policy that has changed since you last read it.

§
StatementId: string
[src]

The identifier that was specified when the statement was added.

§
VersionNumber: number
[src]

The version number.