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