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