UNPKG

@ingestkorea/client-sens

Version:

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

17 lines (16 loc) 699 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListAlimtalkTemplatesCommand = void 0; const index_js_1 = require("../models/index.js"); const ListAlimtalkTemplates_js_1 = require("../protocols/ListAlimtalkTemplates.js"); class ListAlimtalkTemplatesCommand extends index_js_1.SensCommand { constructor(input) { super(input); this.input = { channelId: input.channelId, }; this.serializer = ListAlimtalkTemplates_js_1.se_ListAlimtalkTemplatesCommand; this.deserializer = ListAlimtalkTemplates_js_1.de_ListAlimtalkTemplatesCommand; } } exports.ListAlimtalkTemplatesCommand = ListAlimtalkTemplatesCommand;