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