UNPKG

@aws-sdk/client-lambda

Version:

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

39 lines (38 loc) 1.57 kB
import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteFunctionEventInvokeConfigRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteFunctionEventInvokeConfigCommandInput extends DeleteFunctionEventInvokeConfigRequest {} export interface DeleteFunctionEventInvokeConfigCommandOutput extends __MetadataBearer {} declare const DeleteFunctionEventInvokeConfigCommand_base: { new ( input: DeleteFunctionEventInvokeConfigCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, import("..").LambdaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteFunctionEventInvokeConfigCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteFunctionEventInvokeConfigCommandInput, DeleteFunctionEventInvokeConfigCommandOutput, import("..").LambdaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteFunctionEventInvokeConfigCommand extends DeleteFunctionEventInvokeConfigCommand_base { protected static __types: { api: { input: DeleteFunctionEventInvokeConfigRequest; output: {}; }; sdk: { input: DeleteFunctionEventInvokeConfigCommandInput; output: DeleteFunctionEventInvokeConfigCommandOutput; }; }; }