@aws-sdk/client-lambda
Version:
AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native
38 lines (37 loc) • 1.36 kB
TypeScript
import { Command as $Command } from "@smithy/smithy-client";
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
LambdaClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes,
} from "../LambdaClient";
import { Concurrency, PutFunctionConcurrencyRequest } from "../models/models_0";
export { __MetadataBearer };
export { $Command };
export interface PutFunctionConcurrencyCommandInput
extends PutFunctionConcurrencyRequest {}
export interface PutFunctionConcurrencyCommandOutput
extends Concurrency,
__MetadataBearer {}
declare const PutFunctionConcurrencyCommand_base: {
new (
input: PutFunctionConcurrencyCommandInput
): import("@smithy/smithy-client").CommandImpl<
PutFunctionConcurrencyCommandInput,
PutFunctionConcurrencyCommandOutput,
LambdaClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
new (
__0_0: PutFunctionConcurrencyCommandInput
): import("@smithy/smithy-client").CommandImpl<
PutFunctionConcurrencyCommandInput,
PutFunctionConcurrencyCommandOutput,
LambdaClientResolvedConfig,
ServiceInputTypes,
ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
};
export declare class PutFunctionConcurrencyCommand extends PutFunctionConcurrencyCommand_base {}