5 lines
239 B
JavaScript
5 lines
239 B
JavaScript
|
|
import { _ep3, _mw3, command } from "../commandBuilder";
|
||
|
|
import { PutBucketReplication$ } from "../schemas/schemas_0";
|
||
|
|
export class PutBucketReplicationCommand extends command(_ep3, _mw3, "PutBucketReplication", PutBucketReplication$) {
|
||
|
|
}
|