@aws-sdk/client-lambda
Version:
AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native
40 lines (39 loc) • 1.52 kB
TypeScript
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import { GetFunctionConcurrencyRequest, GetFunctionConcurrencyResponse } from "../models/models_0";
export { __MetadataBearer };
export interface GetFunctionConcurrencyCommandInput extends GetFunctionConcurrencyRequest {}
export interface GetFunctionConcurrencyCommandOutput
extends GetFunctionConcurrencyResponse, __MetadataBearer {}
declare const GetFunctionConcurrencyCommand_base: {
new (
input: GetFunctionConcurrencyCommandInput,
): import("@smithy/core/client").CommandImpl<
GetFunctionConcurrencyCommandInput,
GetFunctionConcurrencyCommandOutput,
import("..").LambdaClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
new (
input: GetFunctionConcurrencyCommandInput,
): import("@smithy/core/client").CommandImpl<
GetFunctionConcurrencyCommandInput,
GetFunctionConcurrencyCommandOutput,
import("..").LambdaClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class GetFunctionConcurrencyCommand extends GetFunctionConcurrencyCommand_base {
protected static __types: {
api: {
input: GetFunctionConcurrencyRequest;
output: GetFunctionConcurrencyResponse;
};
sdk: {
input: GetFunctionConcurrencyCommandInput;
output: GetFunctionConcurrencyCommandOutput;
};
};
}