import * as $dara from '@darabonba/typescript'; export declare class OpenArmsServiceSecondVersionRequest extends $dara.Model { /** * @remarks * The region ID. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; /** * @remarks * The type of the service. Valid values: * * * `arms`: ARMS * * `arms_app`: Application Monitoring * * `arms_web`: Browser Monitoring * * `prometheus_monitor`: Managed Service for Prometheus * * `synthetic_post`: Synthetic Monitoring * * This parameter is required. * * @example * arms */ type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }