UNPKG

@ingestkorea/client-sens

Version:

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

12 lines (11 loc) 928 B
import { HttpRequest, HttpResponse } from "@ingestkorea/util-http-handler"; import { GetAlimtalkResultOutput, Failover, MetadataBearer } from "../models"; import { SensClientResolvedConfig } from "../SensClient"; import { GetAlimtalkResultCommandInput, GetAlimtalkResultCommandOutput } from "../commands/GetAlimtalkResultCommand"; export declare const serializeIngestkorea_restJson_GetAlimtalkResultCommand: (input: GetAlimtalkResultCommandInput, config: SensClientResolvedConfig) => Promise<HttpRequest>; export declare const deserializeIngestkorea_restJson_GetAlimtalkResultCommand: (response: { response: HttpResponse; output: MetadataBearer; }) => Promise<GetAlimtalkResultCommandOutput>; export declare const deserializeIngestkorea_restJson_GetAlimtalkResultOutput: (output: any) => Promise<GetAlimtalkResultOutput>; export declare const deserializeIngestkorea_restJson_AlimtalkFailover: (output: any) => Failover;