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

5 lines
199 B
JavaScript
Raw Normal View History

import { _ep5, _mw0, command } from "../commandBuilder";
import { HeadBucket$ } from "../schemas/schemas_0";
export class HeadBucketCommand extends command(_ep5, _mw0, "HeadBucket", HeadBucket$) {
}