UNPKG

@aws-sdk/client-lambda

Version:

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

41 lines (40 loc) 1.43 kB
import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../LambdaClient"; import { DeleteEventSourceMappingRequest, EventSourceMappingConfiguration, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteEventSourceMappingCommandInput extends DeleteEventSourceMappingRequest {} export interface DeleteEventSourceMappingCommandOutput extends EventSourceMappingConfiguration, __MetadataBearer {} declare const DeleteEventSourceMappingCommand_base: { new ( input: DeleteEventSourceMappingCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( __0_0: DeleteEventSourceMappingCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteEventSourceMappingCommandInput, DeleteEventSourceMappingCommandOutput, LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteEventSourceMappingCommand extends DeleteEventSourceMappingCommand_base {}