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

ListCodeSigningConfigsRequest

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

§Properties

§
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.