@ingestkorea/client-sens
Version:
INGESTKOREA SDK Naver Cloud Platform SENS Client for Node.js.
17 lines (16 loc) • 659 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetAlimtalkResultCommand = void 0;
const index_js_1 = require("../models/index.js");
const GetAlimtalkResult_js_1 = require("../protocols/GetAlimtalkResult.js");
class GetAlimtalkResultCommand extends index_js_1.SensCommand {
constructor(input) {
super(input);
this.input = {
messageId: input.messageId,
};
this.serializer = GetAlimtalkResult_js_1.se_GetAlimtalkResultCommand;
this.deserializer = GetAlimtalkResult_js_1.de_GetAlimtalkResultCommand;
}
}
exports.GetAlimtalkResultCommand = GetAlimtalkResultCommand;