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

ListFunctionsByCodeSigningConfigRequest

import type { ListFunctionsByCodeSigningConfigRequest } from "https://aws-api.deno.dev/v0.4/services/lambda.ts?docs=full";
interface ListFunctionsByCodeSigningConfigRequest {
CodeSigningConfigArn: string;
Marker?: string | null;
MaxItems?: number | null;
}

§Properties

§
CodeSigningConfigArn: string
[src]

The The Amazon Resource Name (ARN) of the code signing configuration.

§
Marker?: string | null
[src]

Specify the pagination token that's returned by a previous request to retrieve the next page of results.

§
MaxItems?: number | null
[src]

Maximum number of items to return.