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

ListProvisionedConcurrencyConfigsResponse

import type { ListProvisionedConcurrencyConfigsResponse } from "https://aws-api.deno.dev/v0.4/services/lambda.ts?docs=full";
interface ListProvisionedConcurrencyConfigsResponse {
NextMarker?: string | null;
ProvisionedConcurrencyConfigs?: ProvisionedConcurrencyConfigListItem[] | null;
}

§Properties

§
NextMarker?: string | null
[src]

The pagination token that's included if more results are available.

§
ProvisionedConcurrencyConfigs?: ProvisionedConcurrencyConfigListItem[] | null
[src]

A list of provisioned concurrency configurations.