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

5 lines
311 B
JavaScript
Raw Normal View History

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