rittenhop-dev/versions/5.94.2/node_modules/@aws-sdk/smithy-client/dist-cjs/command.js

11 lines
312 B
JavaScript
Raw Normal View History

2024-09-23 19:40:12 -04:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Command = void 0;
const middleware_stack_1 = require("@aws-sdk/middleware-stack");
class Command {
constructor() {
this.middlewareStack = (0, middleware_stack_1.constructStack)();
}
}
exports.Command = Command;