5 lines
291 B
JavaScript
5 lines
291 B
JavaScript
|
|
import { _ep3, _mw4, command } from "../commandBuilder";
|
||
|
|
import { DeleteBucketMetadataConfiguration$ } from "../schemas/schemas_0";
|
||
|
|
export class DeleteBucketMetadataConfigurationCommand extends command(_ep3, _mw4, "DeleteBucketMetadataConfiguration", DeleteBucketMetadataConfiguration$) {
|
||
|
|
}
|