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