UNPKG

@ingestkorea/client-sens

Version:

INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.

11 lines (10 loc) 720 B
import { HttpRequest, HttpResponse } from "@ingestkorea/util-http-handler"; import { SendSMSOutput, MetadataBearer } from "../models"; import { SensClientResolvedConfig } from "../SensClient"; import { SendSMSCommandInput, SendSMSCommandOutput } from "../commands/SendSMSCommand"; export declare const serializeIngestkorea_restJson_SendSMSCommand: (input: SendSMSCommandInput, config: SensClientResolvedConfig) => Promise<HttpRequest>; export declare const deserializeIngestkorea_restJson_SendSMSCommand: (response: { response: HttpResponse; output: MetadataBearer; }) => Promise<SendSMSCommandOutput>; export declare const deserializeIngestkorea_restJson_SendSMSOutput: (output: any) => Promise<SendSMSOutput>;