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