@ingestkorea/client-sens
Version:
INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.
11 lines (10 loc) • 720 B
TypeScript
import { HttpRequest, HttpResponse } from "@ingestkorea/util-http-handler";
import { SendMMSOutput, MetadataBearer } from "../models";
import { SensClientResolvedConfig } from "../SensClient";
import { SendMMSCommandInput, SendMMSCommandOutput } from "../commands/SendMMSCommand";
export declare const serializeIngestkorea_restJson_SendMMSCommand: (input: SendMMSCommandInput, config: SensClientResolvedConfig) => Promise<HttpRequest>;
export declare const deserializeIngestkorea_restJson_SendMMSCommand: (response: {
response: HttpResponse;
output: MetadataBearer;
}) => Promise<SendMMSCommandOutput>;
export declare const deserializeIngestkorea_restJson_SendMMSOutput: (output: any) => Promise<SendMMSOutput>;