import * as $dara from '@darabonba/typescript'; export declare class ApplyCertificateRequest extends $dara.Model { /** * @remarks * The ID of the instance. You must call the UpdateInstance operation in advance to ensure that all application information for the instance has been updated and completed before applying for a certificate. * * This parameter is required. * * @example * cas_dv-cn-rp643r82d0i1 */ instanceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }