UNPKG

@aws-sdk/client-lambda

Version:

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

49 lines (48 loc) 2 kB
import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types"; import { SendDurableExecutionCallbackSuccessRequest, SendDurableExecutionCallbackSuccessResponse, } from "../models/models_0"; export { __MetadataBearer }; export type SendDurableExecutionCallbackSuccessCommandInputType = Pick< SendDurableExecutionCallbackSuccessRequest, Exclude<keyof SendDurableExecutionCallbackSuccessRequest, "Result"> > & { Result?: BlobPayloadInputTypes; }; export interface SendDurableExecutionCallbackSuccessCommandInput extends SendDurableExecutionCallbackSuccessCommandInputType {} export interface SendDurableExecutionCallbackSuccessCommandOutput extends SendDurableExecutionCallbackSuccessResponse, __MetadataBearer {} declare const SendDurableExecutionCallbackSuccessCommand_base: { new ( input: SendDurableExecutionCallbackSuccessCommandInput, ): import("@smithy/core/client").CommandImpl< SendDurableExecutionCallbackSuccessCommandInput, SendDurableExecutionCallbackSuccessCommandOutput, import("..").LambdaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: SendDurableExecutionCallbackSuccessCommandInput, ): import("@smithy/core/client").CommandImpl< SendDurableExecutionCallbackSuccessCommandInput, SendDurableExecutionCallbackSuccessCommandOutput, import("..").LambdaClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class SendDurableExecutionCallbackSuccessCommand extends SendDurableExecutionCallbackSuccessCommand_base { protected static __types: { api: { input: SendDurableExecutionCallbackSuccessRequest; output: {}; }; sdk: { input: SendDurableExecutionCallbackSuccessCommandInput; output: SendDurableExecutionCallbackSuccessCommandOutput; }; }; }