@ingestkorea/client-sens
Version:
INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.
18 lines (17 loc) • 725 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetAlimtalkTemplateCommand = void 0;
const index_js_1 = require("../models/index.js");
const GetAlimtalkTemplate_js_1 = require("../protocols/GetAlimtalkTemplate.js");
class GetAlimtalkTemplateCommand extends index_js_1.SensCommand {
constructor(input) {
super(input);
this.input = {
channelId: input.channelId,
templateCode: input.templateCode,
};
this.serializer = GetAlimtalkTemplate_js_1.se_GetAlimtalkTemplateCommand;
this.deserializer = GetAlimtalkTemplate_js_1.de_GetAlimtalkTemplateCommand;
}
}
exports.GetAlimtalkTemplateCommand = GetAlimtalkTemplateCommand;