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