5 lines
207 B
JavaScript
5 lines
207 B
JavaScript
|
|
import { _ep0, _mw5, command } from "../commandBuilder";
|
||
|
|
import { PutObjectAcl$ } from "../schemas/schemas_0";
|
||
|
|
export class PutObjectAclCommand extends command(_ep0, _mw5, "PutObjectAcl", PutObjectAcl$) {
|
||
|
|
}
|