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