import * as $dara from '@darabonba/typescript'; export declare class DescribeElasticityAssuranceAutoRenewAttributeRequestPrivatePoolOptions extends $dara.Model { /** * @remarks * 弹性保障服务ID列表。 * * * **限制**:单次查询的弹性保障服务数量最多不超过50个。 */ id?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeElasticityAssuranceAutoRenewAttributeRequest extends $dara.Model { privatePoolOptions?: DescribeElasticityAssuranceAutoRenewAttributeRequestPrivatePoolOptions; ownerAccount?: string; ownerId?: number; /** * @remarks * The region ID of the elasticity assurance service. You can call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to query the most recent region list. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }