@ingestkorea/client-sens
Version:
INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.
6 lines (5 loc) • 497 B
TypeScript
import { SensClientResolvedConfig, RequestSerializer, ResponseDeserializer, SendSMSResult } from "../models/index.js";
import { SendSMSCommandInput, SendSMSCommandOutput } from "../commands/SendSMSCommand.js";
export declare const se_SendSMSCommand: RequestSerializer<SendSMSCommandInput, SensClientResolvedConfig>;
export declare const de_SendSMSCommand: ResponseDeserializer<SendSMSCommandOutput, SensClientResolvedConfig>;
export declare const de_SendSMSResult: (output: any) => SendSMSResult;