5 lines
263 B
JavaScript
5 lines
263 B
JavaScript
|
|
import { _ep5, _mw0, command } from "../commandBuilder";
|
||
|
|
import { GetObjectLockConfiguration$ } from "../schemas/schemas_0";
|
||
|
|
export class GetObjectLockConfigurationCommand extends command(_ep5, _mw0, "GetObjectLockConfiguration", GetObjectLockConfiguration$) {
|
||
|
|
}
|