Files
boc/vims-backend/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js
T

5 lines
263 B
JavaScript
Raw Normal View History

import { _ep5, _mw5, command } from "../commandBuilder";
import { PutObjectLockConfiguration$ } from "../schemas/schemas_0";
export class PutObjectLockConfigurationCommand extends command(_ep5, _mw5, "PutObjectLockConfiguration", PutObjectLockConfiguration$) {
}