@aws-sdk/client-lambda
Version:
AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native
43 lines (42 loc) • 1.57 kB
TypeScript
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
import {
PutFunctionScalingConfigRequest,
PutFunctionScalingConfigResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface PutFunctionScalingConfigCommandInput extends PutFunctionScalingConfigRequest {}
export interface PutFunctionScalingConfigCommandOutput
extends PutFunctionScalingConfigResponse, __MetadataBearer {}
declare const PutFunctionScalingConfigCommand_base: {
new (
input: PutFunctionScalingConfigCommandInput,
): import("@smithy/core/client").CommandImpl<
PutFunctionScalingConfigCommandInput,
PutFunctionScalingConfigCommandOutput,
import("..").LambdaClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
new (
input: PutFunctionScalingConfigCommandInput,
): import("@smithy/core/client").CommandImpl<
PutFunctionScalingConfigCommandInput,
PutFunctionScalingConfigCommandOutput,
import("..").LambdaClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class PutFunctionScalingConfigCommand extends PutFunctionScalingConfigCommand_base {
protected static __types: {
api: {
input: PutFunctionScalingConfigRequest;
output: PutFunctionScalingConfigResponse;
};
sdk: {
input: PutFunctionScalingConfigCommandInput;
output: PutFunctionScalingConfigCommandOutput;
};
};
}