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