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

5 lines
291 B
JavaScript
Raw Normal View History

import { _ep3, _mw3, command } from "../commandBuilder";
import { CreateBucketMetadataConfiguration$ } from "../schemas/schemas_0";
export class CreateBucketMetadataConfigurationCommand extends command(_ep3, _mw3, "CreateBucketMetadataConfiguration", CreateBucketMetadataConfiguration$) {
}