5 lines
235 B
JavaScript
5 lines
235 B
JavaScript
|
|
import { _ep3, _mw0, command } from "../commandBuilder";
|
||
|
|
import { GetBucketVersioning$ } from "../schemas/schemas_0";
|
||
|
|
export class GetBucketVersioningCommand extends command(_ep3, _mw0, "GetBucketVersioning", GetBucketVersioning$) {
|
||
|
|
}
|