import * as $dara from '@darabonba/typescript'; export declare class SendLiveSnapshotJobCommandRequest extends $dara.Model { /** * @remarks * The operation command. * * Valid values: * * * stop * * restart * * start * * This parameter is required. * * @example * start */ command?: string; /** * @remarks * The ID of the snapshot job. * * This parameter is required. * * @example * ****a046-263c-3560-978a-fb287782**** */ jobId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }