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