5 lines
251 B
JavaScript
5 lines
251 B
JavaScript
|
|
import { _ep3, _mw4, command } from "../commandBuilder";
|
||
|
|
import { DeleteBucketReplication$ } from "../schemas/schemas_0";
|
||
|
|
export class DeleteBucketReplicationCommand extends command(_ep3, _mw4, "DeleteBucketReplication", DeleteBucketReplication$) {
|
||
|
|
}
|