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