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

GetProvisionedConcurrencyConfigResponse

import type { GetProvisionedConcurrencyConfigResponse } from "https://aws-api.deno.dev/v0.4/services/lambda.ts?docs=full";
interface GetProvisionedConcurrencyConfigResponse {
AllocatedProvisionedConcurrentExecutions?: number | null;
AvailableProvisionedConcurrentExecutions?: number | null;
LastModified?: string | null;
RequestedProvisionedConcurrentExecutions?: number | null;
StatusReason?: string | null;
}

§Properties

§
AllocatedProvisionedConcurrentExecutions?: number | null
[src]

The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.

§
AvailableProvisionedConcurrentExecutions?: number | null
[src]

The amount of provisioned concurrency available.

§
LastModified?: string | null
[src]

The date and time that a user last updated the configuration, in ISO 8601 format.

§
RequestedProvisionedConcurrentExecutions?: number | null
[src]

The amount of provisioned concurrency requested.

§

The status of the allocation process.

§
StatusReason?: string | null
[src]

For failed allocations, the reason that provisioned concurrency could not be allocated.