UNPKG

@aws-sdk/client-lambda

Version:

AWS SDK for JavaScript Lambda Client for Node.js, Browser and React Native

40 lines (39 loc) 1.6 kB
import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { FunctionEventInvokeConfig, GetFunctionEventInvokeConfigRequest } from "../models/models_0"; export { __MetadataBearer }; export interface GetFunctionEventInvokeConfigCommandInput extends GetFunctionEventInvokeConfigRequest {} export interface GetFunctionEventInvokeConfigCommandOutput extends FunctionEventInvokeConfig, __MetadataBearer {} declare const GetFunctionEventInvokeConfigCommand_base: { new ( input: GetFunctionEventInvokeConfigCommandInput, ): import("@smithy/core/client").CommandImpl< GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput, import("..").LambdaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetFunctionEventInvokeConfigCommandInput, ): import("@smithy/core/client").CommandImpl< GetFunctionEventInvokeConfigCommandInput, GetFunctionEventInvokeConfigCommandOutput, import("..").LambdaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetFunctionEventInvokeConfigCommand extends GetFunctionEventInvokeConfigCommand_base { protected static __types: { api: { input: GetFunctionEventInvokeConfigRequest; output: FunctionEventInvokeConfig; }; sdk: { input: GetFunctionEventInvokeConfigCommandInput; output: GetFunctionEventInvokeConfigCommandOutput; }; }; }