@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 {
GetRuntimeManagementConfigRequest,
GetRuntimeManagementConfigResponse,
} from "../models/models_0";
export { __MetadataBearer };
export interface GetRuntimeManagementConfigCommandInput extends GetRuntimeManagementConfigRequest {}
export interface GetRuntimeManagementConfigCommandOutput
extends GetRuntimeManagementConfigResponse, __MetadataBearer {}
declare const GetRuntimeManagementConfigCommand_base: {
new (
input: GetRuntimeManagementConfigCommandInput,
): import("@smithy/core/client").CommandImpl<
GetRuntimeManagementConfigCommandInput,
GetRuntimeManagementConfigCommandOutput,
import("..").LambdaClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
new (
input: GetRuntimeManagementConfigCommandInput,
): import("@smithy/core/client").CommandImpl<
GetRuntimeManagementConfigCommandInput,
GetRuntimeManagementConfigCommandOutput,
import("..").LambdaClientResolvedConfig,
import("..").ServiceInputTypes,
import("..").ServiceOutputTypes
>;
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
};
export declare class GetRuntimeManagementConfigCommand extends GetRuntimeManagementConfigCommand_base {
protected static __types: {
api: {
input: GetRuntimeManagementConfigRequest;
output: GetRuntimeManagementConfigResponse;
};
sdk: {
input: GetRuntimeManagementConfigCommandInput;
output: GetRuntimeManagementConfigCommandOutput;
};
};
}