Files
boc/vims-backend/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js
T

5 lines
235 B
JavaScript
Raw Normal View History

import { _ep5, _mw1, command } from "../commandBuilder";
import { GetObjectAttributes$ } from "../schemas/schemas_0";
export class GetObjectAttributesCommand extends command(_ep5, _mw1, "GetObjectAttributes", GetObjectAttributes$) {
}