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