5 lines
287 B
JavaScript
5 lines
287 B
JavaScript
|
|
import { _ep3, _mw0, command } from "../commandBuilder";
|
||
|
|
import { GetBucketAccelerateConfiguration$ } from "../schemas/schemas_0";
|
||
|
|
export class GetBucketAccelerateConfigurationCommand extends command(_ep3, _mw0, "GetBucketAccelerateConfiguration", GetBucketAccelerateConfiguration$) {
|
||
|
|
}
|