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