5 lines
231 B
JavaScript
5 lines
231 B
JavaScript
|
|
import { _ep5, _mw5, command } from "../commandBuilder";
|
||
|
|
import { PutObjectLegalHold$ } from "../schemas/schemas_0";
|
||
|
|
export class PutObjectLegalHoldCommand extends command(_ep5, _mw5, "PutObjectLegalHold", PutObjectLegalHold$) {
|
||
|
|
}
|