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