Metzploreur/node_modules/@smithy/smithy-client/dist-es/command.js
clement callaert 244d45ceb8 Version 2
2023-11-01 17:33:25 +01:00

6 lines
159 B
JavaScript

import { constructStack } from "@smithy/middleware-stack";
export class Command {
constructor() {
this.middlewareStack = constructStack();
}
}